Commit graph

14 commits

Author SHA1 Message Date
azivner a7180e0e19 button for collapsing tree, button for new top level note 2017-08-29 20:58:53 -04:00
azivner 36dbcfcce0 search notes input box 2017-08-28 23:10:04 -04:00
azivner a25f15c9ab activating next element in tree after deleting the tree node 2017-08-27 10:33:12 -04:00
azivner 001d91172a better handling of renames in recent notes list (but hacky and not perfect) 2017-08-27 10:30:32 -04:00
azivner 9d260e9f5c handling of cloned notes moved to backend which should fix some annoying behaviors 2017-08-23 21:43:02 -04:00
azivner f19c972d26 cleanup 2017-08-23 20:09:28 -04:00
azivner 7a156afbf1 move from shift+insert to ctrl+insert because shift+insert can paste clipboard content into the note 2017-08-23 20:05:54 -04:00
azivner 2692ca14ca noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded 2017-08-22 21:32:03 -04:00
azivner e58b8e6c40 last note viewed is displayed after loading the app. Doesn't work well with cloned notes yet, also scrolling to the item in the tree doesn't work yet. 2017-08-22 21:23:10 -04:00
azivner 1aeb0eec59 auto linkification (plus some refactorings to silent pycharm warnings) 2017-08-21 21:31:23 -04:00
azivner bcc4f22cf5 better autosave - only once per 5 seconds with guaranteed save when changing notes 2017-08-16 20:41:41 -04:00
azivner b986e93356 support for cloned notes including updating clones. Creating clones is not supported. Renaming is handled a bit differently - all clones and original share the same name, while in Notecase desktop each clone has separate name. 2017-08-15 21:29:12 -04:00
azivner 6fe81cd93a various small usability improvements 2017-08-13 21:42:10 -04:00
azivner 6efe28c283 WIP authentication with flask-login, restructuring of static files 2017-06-12 23:28:38 -04:00
Renamed from frontend/tree.js (Browse further)