about summary refs log tree commit diff
path: root/src/lib/strings/rich-text-helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Resolve facets on list descriptions (#2485)Mary2024-01-231-2/+2
| | | | | * feat: add strict/loose link mapping * feat: resolve facets on list description
* Use the RichText facets when copying post text (#2481)Mary2024-01-101-0/+29
* feat: serialize rich text to string * feat: wire richTextToString to copy post text