about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/text-input-util.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the link detection (#3687)dan2024-04-241-45/+78
| | | | | * Rewrite the link detection * Handle parens and colons
* Automatically add a link card for URLs in the composer (#3566)Hailey2024-04-161-0/+59
* automatically add a link card for urls in the composer simplify was paste check use a set simplify the cross platform reuse web implementation remove log pasting in the middle of a block of text proper regex dont re-add immediately after paste and remove don't use `byteIndex` lfg automatically add link card * `mayBePaste` * remove accidentally pasted url from comment