Commit graph

  • 390568d743 added context menu on tree items - implemented cut, paste into, paste after azivner 2017-09-04 13:22:24 -0400
  • c9f634452e added drag & drop on tree items azivner 2017-09-04 12:02:34 -0400
  • a54207dc07 added jump to note functionality azivner 2017-09-03 21:34:30 -0400
  • f063d12d07 fix parsing links without any attributes after href azivner 2017-09-03 20:09:17 -0400
  • de971d5db5 possible fix for bug which causes to reload the page when adding link (happens only rarely) azivner 2017-09-03 19:43:03 -0400
  • 1c5483905d fix autofilling autocomplete label on focus azivner 2017-09-03 19:15:50 -0400
  • 4adf4fcc4a added scrollbar to the autocomplete azivner 2017-09-03 18:53:28 -0400
  • 573e2f7ace cleanup azivner 2017-09-03 18:50:56 -0400
  • 81c534104f recent notes and insert link now include whole note path azivner 2017-09-03 15:08:17 -0400
  • 8a388842aa attempt to fix problem when inserting link azivner 2017-08-30 23:17:03 -0400
  • c16ed9546b got rid of flask_restful and using plain flask to handle REST API calls azivner 2017-08-30 23:07:45 -0400
  • b57463d049 insert current date + time on alt+t azivner 2017-08-29 23:27:28 -0400
  • 361e69d236 node filtering now scans also note content (using backend) azivner 2017-08-29 22:58:44 -0400
  • 540c28eb3a committed forgotten icons for collapse and add new note azivner 2017-08-29 22:26:18 -0400
  • e862ddae13 cleanup azivner 2017-08-29 22:25:58 -0400
  • 0b5aeee0ce hide toggle is now on alt-h (previously ctrl-alt-h) and displays editor on full width azivner 2017-08-29 21:07:02 -0400
  • a7180e0e19 button for collapsing tree, button for new top level note azivner 2017-08-29 20:58:53 -0400
  • 36dbcfcce0 search notes input box azivner 2017-08-28 23:10:04 -0400
  • b22d55c183 fix - link label set explicitly was not respected azivner 2017-08-28 22:01:02 -0400
  • 27dc43b688 better behavior of link title auto setting azivner 2017-08-28 21:59:47 -0400
  • 570dd7cb4e link is inserted at correct position in the editor azivner 2017-08-28 21:50:20 -0400
  • a2d174665b resetting the editor after note load - not complete solution because ctrl-z will revert to initial editor state azivner 2017-08-28 21:41:04 -0400
  • 169825abff initial implementation of link dialog (buggy and feature incomplete) azivner 2017-08-27 23:45:01 -0400
  • 9259db9f87 internal link loads referenced note instead of opening into new tab azivner 2017-08-27 14:57:03 -0400
  • 0f8c0b7cea fix JS errors comming from resize when fancytree and summernote isn't initialized yet azivner 2017-08-27 14:44:12 -0400
  • 5e8edf4469 basic support for internal links azivner 2017-08-27 14:39:26 -0400
  • 80bfc5d1ac new black & white icons with css override azivner 2017-08-27 11:36:20 -0400
  • a3a0b2cbc2 experimental greyscale icons azivner 2017-08-27 10:59:25 -0400
  • a25f15c9ab activating next element in tree after deleting the tree node azivner 2017-08-27 10:33:12 -0400
  • 001d91172a better handling of renames in recent notes list (but hacky and not perfect) azivner 2017-08-27 10:30:32 -0400
  • bf22cc55e1 better handling of newlines which should hopefully eliminate new line duplication azivner 2017-08-25 20:40:33 -0400
  • 1b3a113639 correct tabindex so that tab from note title jumps to note content azivner 2017-08-25 19:30:26 -0400
  • 4a5d29b83d fixed major rendering problem with mixed links and formattings azivner 2017-08-25 00:00:08 -0400
  • 579f9eaa60 key binding registration changed from keypress to keydown because the former doesn't work in chrome azivner 2017-08-24 22:48:00 -0400
  • ea82cf1f42 removed border (or rather outline) around tree azivner 2017-08-24 00:04:31 -0400
  • d1ed730b54 fixed recent list for cloned notes azivner 2017-08-23 23:42:26 -0400
  • c23928d070 scrolling inside tree fixed azivner 2017-08-23 23:36:16 -0400
  • 9d260e9f5c handling of cloned notes moved to backend which should fix some annoying behaviors azivner 2017-08-23 21:43:02 -0400
  • 36e5259527 possible fix to "double new lines" azivner 2017-08-23 20:35:47 -0400
  • f19c972d26 cleanup azivner 2017-08-23 20:09:28 -0400
  • 7a156afbf1 move from shift+insert to ctrl+insert because shift+insert can paste clipboard content into the note azivner 2017-08-23 20:05:54 -0400
  • 8a928f05f3 adding notes to recent list only after some time period (currently 1500ms) azivner 2017-08-23 19:57:44 -0400
  • 9d80f56d81 double click can be also used to choose from recent notes azivner 2017-08-23 18:47:37 -0400
  • afff834c55 recent notes changed shortcut to alt-q because of browser conflict with ctrl-e azivner 2017-08-23 18:45:24 -0400
  • c1f9ca4796 added "show recent notes" widget azivner 2017-08-22 22:40:54 -0400
  • 2692ca14ca noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded azivner 2017-08-22 21:32:03 -0400
  • 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. azivner 2017-08-22 21:23:10 -0400
  • f5c07f0e19 updated todo azivner 2017-08-22 20:21:18 -0400
  • 15ff3df9df small simplification in parsing azivner 2017-08-22 20:19:46 -0400
  • aec8083d0c ctrl-alt-h now toggles visibility of everything except the main content (probably controversially also title) azivner 2017-08-21 22:04:08 -0400
  • 1aeb0eec59 auto linkification (plus some refactorings to silent pycharm warnings) azivner 2017-08-21 21:31:23 -0400
  • 5469b58cb7 p (created when pressing enter) now looks similar to br (created in notecase2html) azivner 2017-08-21 21:05:23 -0400
  • 4868c6418e added missing encryption libraries azivner 2017-08-21 20:35:35 -0400
  • 0c602299b2 encryption POC azivner 2017-08-21 20:34:17 -0400
  • d775947daa fancytree upgrade azivner 2017-08-16 22:06:14 -0400
  • 1e2c5ed130 summernote upgrade azivner 2017-08-16 21:14:58 -0400
  • e6c759e476 https can be disabled azivner 2017-08-16 20:48:40 -0400
  • bcc4f22cf5 better autosave - only once per 5 seconds with guaranteed save when changing notes azivner 2017-08-16 20:41:41 -0400
  • 11742bba58 make note title input box wider azivner 2017-08-15 23:07:40 -0400
  • c5660986d6 path to document file is now configurable, flask secret is now also taken from configuration azivner 2017-08-15 22:57:44 -0400
  • bd19dd3e55 auto resizing (full height) of tree and editor to fill the window without creating global scrollbar (instead there are independent scrollbars for tree and editor) azivner 2017-08-15 22:32:30 -0400
  • 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. azivner 2017-08-15 21:29:12 -0400
  • 3c924afbca configurable port plus support for SSL azivner 2017-08-14 21:05:01 -0400
  • f80f073874 added config.ini to .gitignore azivner 2017-08-13 22:40:48 -0400
  • 728ef1a8fd rename config to config-sample azivner 2017-08-13 22:40:26 -0400
  • d3b036d882 HTML tags which are not converted to notecase formattings are stripped - that way notecase webapp doesn't save stuff not readable by notecase desktop. Also bugfix in parsing links azivner 2017-08-13 22:35:04 -0400
  • 6fe81cd93a various small usability improvements azivner 2017-08-13 21:42:10 -0400
  • 191f70477c app broken up into individual files/modules azivner 2017-08-13 19:43:33 -0400
  • 415a5f58f1 initial exploratory work on sync azivner 2017-06-13 23:31:54 -0400
  • 53aa563cdb focus and select title name for immediate change after creating new note azivner 2017-06-13 22:36:56 -0400
  • 820768c572 login is now configured in the ini file instead of being hardcoded azivner 2017-06-13 22:21:31 -0400
  • 6efe28c283 WIP authentication with flask-login, restructuring of static files azivner 2017-06-12 23:28:38 -0400
  • 1266ad96df various mostly smaller tweaks azivner 2017-06-11 21:04:04 -0400
  • 8e8c6f0531 removed files which shouldn't be committed azivner 2017-06-11 16:05:50 -0400
  • 84f2bc5a78 reorganization of sources azivner 2017-06-11 16:04:07 -0400
  • db21db18e8 frontend now correctly changes folder status during moving / creating / deleting notes azivner 2017-06-11 15:40:52 -0400
  • 20a1e71100 respect if note is supposed to be expanded or not and save expanded state azivner 2017-06-11 15:10:34 -0400
  • 7bebf7ac5a fixes to the positioning after creating notes and moving them around azivner 2017-06-11 14:55:15 -0400
  • cfd948bd5b creating new note, moving note from tree and into tree azivner 2017-06-11 00:19:59 -0400
  • 4f7bb4f5d8 image saving support, link saving support, upgrade of summernote azivner 2017-06-10 22:08:53 -0400
  • 96788ccf3d cleanup azivner 2017-05-22 20:43:45 -0400
  • d21fc45797 Initial prototype commit azivner 2017-05-22 20:32:19 -0400
  • 1bdef948e7 Initial commit zadam 2017-05-22 20:30:20 -0400