diff options
-rw-r--r-- | todo.md | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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/) | ||