aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-29 19:31:22 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-29 19:31:22 +0200
commit555f0e7e910b2231073734816727379e1276aa6c (patch)
tree2081bb231c0526e8fa20f195e049af6d23d2525d /TODO
parent1b82048e16ae998c780a31ff14317d4ac1fbbacd (diff)
Matrix: add media reply with ctrl+u
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 1f14ee5..d2294e9 100644
--- a/TODO
+++ b/TODO
@@ -237,7 +237,9 @@ Add option to use invidious, and the invidious front page.
Add proper vim modal mode. Maybe switch focused part with tab? then also need to show which part is focused.
Send clipboard content to clipboard manager when destroying the window, if we are the clipboard owner.
Bypass compositor when fullscreening application.
-Sort matrix events by timestamp (join/leave events and other things).
+Sort matrix events by timestamp. This is needed to make name change and other similar things work properly, otherwise @ mention wont work as it may show an older name if a previous event is fetched and contains name change. Also applies to join/leave events and other things.
Update room name, avatar, etc in gui when updated.
Automatically cleanup old cache files.
-Download manga pages in parallel. This helps downloading for certain websites such as mangakatana where a single page can take more than 2 seconds but loading 5 at once allows each page to load in 0.4 seconds. \ No newline at end of file
+Download manga pages in parallel. This helps downloading for certain websites such as mangakatana where a single page can take more than 2 seconds but loading 5 at once allows each page to load in 0.4 seconds.
+Allow pasting a file link (with or without file://) directly into matrix chat to upload a file (if the chat input is empty). This allows replying-with-media to work with ctrl+v.
+Matrix image reply to image reply to text reply is a bit broken in the text formatting. \ No newline at end of file