minty/src/client/action
ginnyTheCat 15c1f6dadf
Allow rendering messages as plaintext (#805)
* Parse room input from user id and emoji

* Add more plain outputs

* Add reply support

* Always include formatted reply

* Add room mention parser

* Allow single linebreak after codeblock

* Remove margin from math display blocks

* Escape shrug

* Rewrite HTML tag function

* Normalize def keys

* Fix embedding replies into replies

* Don't add margin to file name

* Collapse spaces in HTML message body

* Don't crash with no plaintext rendering

* Add blockquote support

* Remove ref support

* Fix image html rendering

* Remove debug output

* Remove duplicate default option value

* Add table plain rendering support

* Correctly handle paragraph padding when mixed with block content

* Simplify links if possible

* Make blockquote plain rendering better

* Don't error when emojis are matching but not found

* Allow plain only messages with newlines

* Set user id as user mention fallback

* Fix mixed up variable name

* Replace replaceAll with replace
2022-09-14 14:30:06 +05:30
..
accountData.js Add function to move space shortcut 2022-03-08 16:29:52 +05:30
auth.js Fix add initial_device_display_name on register 2021-11-11 16:56:36 +05:30
logout.js Fix logout not working when server offline 2022-08-11 13:41:07 +05:30
navigation.js Allow rendering messages as plaintext (#805) 2022-09-14 14:30:06 +05:30
notifications.js Improve jump to unread button (#396) 2022-03-18 09:09:14 +05:30
room.js Fix commands (#791) 2022-09-03 21:46:40 +05:30
roomTimeline.js Custom emoji & Sticker support (#686) 2022-08-06 09:04:23 +05:30
settings.js Notification sounds (#367) 2022-03-18 09:07:11 +05:30