about summary refs log tree commit diff
path: root/src/lib/strings/rich-text-manip.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* [🐴] send record via link in text (Record DMs - base PR) (#4227)Samuel Newman2024-05-311-4/+20
| | | | | * send record via link in text * re-trim text after removing link
* [🐴] Rich text in messages (#3926)Samuel Newman2024-05-091-0/+1
| | | | | | | | | | | | | | | | | * add facets to message * richtext messages * undo richtexttag changes * whoops, don't redetect facets * dont set color directly * shorten links and filter invalid facets * fix link shortening * pass in underline style
* Shorten links in composer to reduce char usage (#1188)Paul Frazee2023-08-161-0/+34
* Modify toShortUrl() to always include the full domain * Shorten links in the composer to save on characters * Apply some limits to the link card suggester