aboutsummaryrefslogtreecommitdiff
path: root/lib/linkify.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/linkify: add geo URI schemeSimon Ser2024-01-101-0/+1
|
* Upgrade linkifyjs to v4Simon Ser2024-01-101-28/+24
|
* Handle click on irc:// channel URLs inside buffersSimon Ser2021-10-131-24/+11
| | | | References: https://todo.sr.ht/~emersion/gamja/71
* Switch from anchorme to linkifyjsSimon Ser2021-10-131-43/+59
|
* lib/linkify: stop using RegExp indicesdelthas2021-06-201-3/+4
| | | | | Co-authored-by: Simon Ser <contact@emersion.fr> Closes: https://todo.sr.ht/~emersion/gamja/90
* s/var/let/Simon Ser2021-06-101-10/+10
|
* lib/linkify: add comma to punctuation in channel regexSimon Ser2021-06-091-1/+1
|
* Don't match punctuation suffix when linkifying channelsSimon Ser2021-06-061-4/+4
|
* Use RegExp match indices in linkifyChannelSimon Ser2021-06-011-4/+4
|
* Linkify channel namesTom Lebreux2021-06-011-3/+39
|
* Make all resource paths relativeSimon Ser2021-03-021-1/+1
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Linkify messagesSimon Ser2020-06-251-0/+28