1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-11 16:44:09 +02:00

Priorites

This commit is contained in:
Ryan Greenup
2020-07-14 21:36:41 +10:00
parent b60052c1f6
commit ae4613e1c4

View File

@@ -5,11 +5,11 @@
*** TODO [#C] Move Emojis *** TODO [#C] Move Emojis
I should move the emojis to the end so that they don't interfere when using tty I should move the emojis to the end so that they don't interfere when using tty
*** TODO Should interactive elements of scripts be preserved and use the clipboard *** TODO [#B] Should interactive elements of scripts be preserved and use the clipboard
## As opposed to having no feedback and just operating on STDIN and STDOUT. As opposed to having no feedback and just operating on STDIN and STDOUT.
## Could a similar effect be acheived using /tmp or /dev/shm? Could a similar effect be acheived using /tmp or /dev/shm?
*** TODO Should subscripts be exptected to be relative or absolute? *** TODO [#A] Should subscripts be exptected to be relative or absolute?
*** TODO Should the Notes directory be a global variable or an argument *** TODO [#A] Should the Notes directory be a global variable or an argument
**** TODO Should we set the Notes directory in a TOML? **** TODO Should we set the Notes directory in a TOML?
see [[https://github.com/freshautomations/stoml][the stoml package]]. see [[https://github.com/freshautomations/stoml][the stoml package]].
*** TODO Why do I keep getting Argument has no definition? *** TODO Why do I keep getting Argument has no definition?