From 9ba8a8702e87efce37f1d6f5d526bccde9a7a1d7 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 23 Oct 2023 21:19:25 +0200 Subject: project: add todo file --- todo.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..d6e1630 --- /dev/null +++ b/todo.md @@ -0,0 +1,29 @@ +- [ ] move fully from github to cgit + - [x] copy the github issues to this file + - [ ] update stackoverflow links to cgit + - [x] update app links to cgit + - [ ] add note about sending patches and remarks via email in readme + +- [ ] use a button to open popups (to avoid triggering popup blockers) + - [x] confirm whether action clicks do not trigger the blocker + - [ ] remove redundant popup blocker check at start + +- [ ] add a donation link to the app? + +- [ ] Selectable text layer: + Add a selectable text layer on top of the rendered canvas, + allowing the user to copy text and click on embedded links. + +- [ ] Slider overview: + Display a thumbnails grid of all the slides to the presenter, + making jumping between slides faster. + +- [ ] Display audience slide on speaker screen: + Display the slide shown to the audience full-screen on the speaker's + screen when maintaining a button pressed for example. + +- [ ] Highlight, pointer and spotlight: + Add something similar to what Impressive does, + allowing the presenter to highlight parts of the slide during the + presentation. + (https://impressive.sourceforge.net/) -- cgit v1.2.3