aboutsummaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..3e97a3a
--- /dev/null
+++ b/todo.md
@@ -0,0 +1,48 @@
1- [x] move fully from github to cgit
2 - [x] copy the github issues to this file
3 - [x] update stackoverflow links to cgit
4 - [x] update app links to cgit
5 - [x] add note about sending patches and remarks via email in readme
6
7- [x] use a button to open popups (to avoid triggering popup blockers)
8 - [x] confirm whether action clicks do not trigger the blocker
9 - [x] remove redundant popup blocker check at start
10
11- [x] add a donation link to the app
12
13- [x] support `\setbeameroption{show notes on second screen=bottom}`
14 (more convenient for prints and previews)
15 (can be auto-detected with the greatest size dimension)
16 (need to update the documentation on the homepage)
17
18- [ ] Add the current local time
19 (next to the timer?)
20
21- [ ] Add a loading indicator
22 (Showing that PDFJs is still loading and that the app is not ready yet).
23 (Could replace the "available offline too" mention, which is a bit
24 confusing anyway).
25
26- [ ] Fix wrong size of first slide in Chrome (minor bug):
27 The first slide is sometimes loaded with the wrong size.
28 This goes away on windows resize or slide change.
29 But it would be nice for this not to be happening in the first place.
30 That's most likely due to some race-condition on window creation.
31
32- [ ] Selectable text layer:
33 Add a selectable text layer on top of the rendered canvas,
34 allowing the user to copy text and click on embedded links.
35
36- [ ] Slider overview:
37 Display a thumbnails grid of all the slides to the presenter,
38 making jumping between slides faster.
39
40- [ ] Display audience slide on speaker screen:
41 Display the slide shown to the audience full-screen on the speaker's
42 screen when maintaining a button pressed for example.
43
44- [ ] Highlight, pointer and spotlight:
45 Add something similar to what Impressive does,
46 allowing the presenter to highlight parts of the slide during the
47 presentation.
48 (https://impressive.sourceforge.net/)