aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9d40983..79aa6a9 100644
--- a/TODO
+++ b/TODO
@@ -23,7 +23,6 @@ Scrolling in images still messes up the |current| page sometimes, need a way to
Show filename at the bottom when viewing an image/video on 4chan.
Add ctrl+c keybinding to copy the url of the previewing image.
Add ctrl+c keybiding to copy the url to the currently selected post on 4chan.
-Add ctrl+s to save the previewing image/video (for images that would be a copy, since its already stored in cache and for videos youtube-dl would be used).
Use https://github.com/simdjson/simdjson as a json library in other parts than matrix.
Sanitize check: do not allow pasting more than 2gb of text.
Implement mentions in matrix with an autofill list, like on element. Also do the same with / commands.
@@ -131,4 +130,5 @@ Add client side 4chan file size limit (note, webm has different limit than image
Add client side 4chan max comment chars limit.
Use a directory icon and a file icon for non-media files in the file manager.
Dynamically fetch 4chan api key, if it ever changes in the future. Same for youtube.
-Set curl download limits everywhere (when saving to file, downloading to json, etc...). \ No newline at end of file
+Set curl download limits everywhere (when saving to file, downloading to json, etc...).
+In the downloader if we already have the url in thumbnail/video cache, then copy it to the destination instead of redownloading it. This would also fix downloading images when viewing a manga page. \ No newline at end of file