Notes/public/javascripts
azivner c022fcf196 reloading note tree when we have note detail changes 2018-01-06 22:56:54 +07:00
..
dialogs using textarea instead of pre for note source since that's easier to copy to clipboard 2017-12-26 20:54:41 +07:00
context_menu.js info message about copying / cutting into clipboard 2018-01-01 22:33:21 +07:00
drag_and_drop.js drag & drop support for multi select plus some fixes 2018-01-01 18:29:06 +07:00
init.js enter on title will put focus on editor 2018-01-06 22:53:37 +07:00
link.js fixed switching between note clones 2018-01-02 20:16:17 +07:00
messaging.js reloading note tree when we have note detail changes 2018-01-06 22:56:54 +07:00
migration.js migration now works also in electron 2017-11-30 19:58:00 +07:00
note_editor.js removed loader animation - it was causing issues with initial focus on the tree (probably by stealing focus) 2018-01-02 22:01:38 +07:00
note_tree.js ctrl+click doesn't activate the node and selects only if it's not selected yet, otherwise deselects 2018-01-03 22:54:13 +07:00
protected_session.js removed loader animation - it was causing issues with initial focus on the tree (probably by stealing focus) 2018-01-02 22:01:38 +07:00
search_tree.js alt+s toggles search instead of just showing it 2017-12-26 19:16:04 +07:00
server.js making sure that if AJAX request fails, then the whole operation is cancelled (previously the promise has been resolved successfully even in case of failed request) 2017-12-18 22:56:44 +07:00
setup.js implemented initial setup of the app 2017-12-03 22:29:23 +07:00
sync.js added force note sync functionality to context menu 2017-12-30 21:44:26 +07:00
tree_changes.js fix for moving note inside not-yet folder 2018-01-01 23:28:00 +07:00
tree_utils.js title in fancytree needs to be escaped for HTML special characters 2017-12-28 19:00:31 +07:00
utils.js title in fancytree needs to be escaped for HTML special characters 2017-12-28 19:00:31 +07:00