diff --git a/TODO b/TODO
deleted file mode 100644
index 23364815e..000000000
--- a/TODO
+++ /dev/null
@@ -1,39 +0,0 @@
-- pick new name for the project
-
-New features:
-- what links here
- - link between encrypted notes could be done by encrypting note_ids of both sides of relations. Encryption must be
- deterministic to allow lookup by cipher text
-- db upgrade / migration
-- db backup into directory
- - basic impl done
- - configurable backup time interval
- - delete old backups
- - configurable backup deletion
-- might do the same thing with alt-j and alt-l
-- ctrl-b nad linkem by mohlo byt goto do notu
-- potencialne nova navigace back - forward
-- javascript editor
-- persisted recent notes (is wiped out after reload)
-- sync of current page?
-- create new subnote from inside the editor - possibly with selection of text
-
-Refactorings:
-- modularize frontend
- - unify handling of global variables
-- unify handling of dialogs and their forms - they all follow the same pattern - e.g. have one main dialog window/el
-
-UI:
-- need to represent global actions somehow - e.g. recent changes, settings
-- better way how to represent per-note actions - what links here, encryption
-
-Encryption:
-- we don't have IV or encryption specific counter
-
-Bugs:
-- deleting cloned nodes ends with 500 (probably only on folders)
-- Uncaught Error: cannot call methods on fancytree prior to initialization; attempted to call method 'getTree'
-
-Others:
-- dates should be stored in UTC to work correctly with time zones
- - we should also record timezone info so that we display the date correctly with respect to the local date at the time of recording it
\ No newline at end of file
diff --git a/src/templates/app.html b/src/templates/app.html
index d2a7022b1..d24757ddb 100644
--- a/src/templates/app.html
+++ b/src/templates/app.html
@@ -6,6 +6,30 @@