vojo/src/client/state
ginnyTheCat 28b99c58f2 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 typo 2021-09-14 09:30:37 +02:00
cons.js Release v2.1.3 2022-08-31 21:51:50 +05:30
navigation.js Allow rendering messages as plaintext (#805) 2022-09-14 14:30:06 +05:30
Notifications.js Delete notifications after messages have been read or deleted (#830) 2022-09-11 18:51:59 +05:30
RoomList.js Fix commands (#791) 2022-09-03 21:46:40 +05:30
RoomsHierarchy.js Fix bug in room hierarchy 2022-02-16 19:50:11 +05:30
RoomsInput.js Allow rendering messages as plaintext (#805) 2022-09-14 14:30:06 +05:30
RoomTimeline.js Improve jump to unread button (#396) 2022-03-18 09:09:14 +05:30
secretStorageKeys.js Add support to manage cross-signing and key backup (#461) 2022-04-24 15:42:24 +05:30
settings.js Follow system theme by default 2022-07-09 18:08:35 +05:30