about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/text-input-util.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* Immediately parse pre-filled links in composer state (#6974)Eric Bailey2024-12-061-3/+3
| | | | | | | * Immediately parse pre-filled links in composer state * Add hack to fix PasteInput height bug * Parse out ext links separately from post links
* 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