aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-10-23 21:19:25 +0200
committerpacien2023-10-23 21:19:25 +0200
commit9ba8a8702e87efce37f1d6f5d526bccde9a7a1d7 (patch)
tree127fa9c0007ec1948bd62a3a75f0fc070b28ed43
parent596f11043ffcd57d03ad774e2ba3c96bbaf5214e (diff)
downloadbeamer-viewer-9ba8a8702e87efce37f1d6f5d526bccde9a7a1d7.tar.gz
project: add todo file
-rw-r--r--todo.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..d6e1630
--- /dev/null
+++ b/todo.md
@@ -0,0 +1,29 @@
1- [ ] move fully from github to cgit
2 - [x] copy the github issues to this file
3 - [ ] update stackoverflow links to cgit
4 - [x] update app links to cgit
5 - [ ] add note about sending patches and remarks via email in readme
6
7- [ ] use a button to open popups (to avoid triggering popup blockers)
8 - [x] confirm whether action clicks do not trigger the blocker
9 - [ ] remove redundant popup blocker check at start
10
11- [ ] add a donation link to the app?
12
13- [ ] Selectable text layer:
14 Add a selectable text layer on top of the rendered canvas,
15 allowing the user to copy text and click on embedded links.
16
17- [ ] Slider overview:
18 Display a thumbnails grid of all the slides to the presenter,
19 making jumping between slides faster.
20
21- [ ] Display audience slide on speaker screen:
22 Display the slide shown to the audience full-screen on the speaker's
23 screen when maintaining a button pressed for example.
24
25- [ ] Highlight, pointer and spotlight:
26 Add something similar to what Impressive does,
27 allowing the presenter to highlight parts of the slide during the
28 presentation.
29 (https://impressive.sourceforge.net/)