trilium/src/public/javascripts/services
2019-02-14 20:56:33 +01:00
..
attribute_autocomplete.js also don't show "No results" for attr autocomplete 2018-11-27 19:43:34 +01:00
attributes.js fix setNoteToParent API method, closes #360 2019-01-20 16:33:09 +01:00
branches.js fixes for invalid operations on root note 2018-10-21 22:42:20 +02:00
bundle.js runOnNoteChange fires also on the frontend, closes #340 2019-01-16 22:52:32 +01:00
cloning.js
context_menu.js global actions context menu, logout 2018-12-28 23:57:11 +01:00
context_menu_items_container.js context menu with delete 2018-12-28 22:05:04 +01:00
css_loader.js appCss/appTheme are now loaded as external CSS files instead of inline styles 2019-01-27 17:01:37 +01:00
drag_and_drop.js drag and drop moves multiple items only if CTRL is pressed, active note has now bold text for more differentiation from selected note 2019-01-23 21:13:04 +01:00
entrypoints.js created note info dialog, closes #408 2019-02-14 20:56:33 +01:00
file.js fix upload of the same file in succession, #388 2019-02-03 17:44:06 +01:00
frontend_script_api.js after creating new note, it is focused and now also selected so renaming is super easy, #318 2019-01-10 22:46:08 +01:00
hoisted_note.js quick unhoist link/button 2018-12-15 20:29:08 +01:00
info.js fix z-index of notification 2018-11-22 21:19:12 +01:00
library_loader.js appCss/appTheme are now loaded as external CSS files instead of inline styles 2019-01-27 17:01:37 +01:00
link.js added readOnly attribute which puts text editor into readonly mode #371 2019-01-27 13:10:03 +01:00
mac_init.js setup keyboard shortcuts on the setup page as well, closes #267 2019-01-09 22:08:24 +01:00
messaging.js progress of tar import through WS 2019-02-10 16:36:25 +01:00
note_autocomplete.js open recent notes autocomplete by focus so it is then closed with blur, fixes #272 2019-01-10 21:04:06 +01:00
note_detail.js note content refactoring, WIP 2019-02-06 21:29:23 +01:00
note_detail_code.js split out note's content into separate entity, WIP 2019-02-06 20:19:25 +01:00
note_detail_file.js split out note's content into separate entity, WIP 2019-02-06 20:19:25 +01:00
note_detail_image.js fix scrolling to the top of detail after switching note 2018-12-24 09:47:00 +01:00
note_detail_relation_map.js split out note's content into separate entity, WIP 2019-02-06 20:19:25 +01:00
note_detail_render.js fix scrolling to the top of detail after switching note 2018-12-24 09:47:00 +01:00
note_detail_search.js split out note's content into separate entity, WIP 2019-02-06 20:19:25 +01:00
note_detail_text.js split out note's content into separate entity, WIP 2019-02-06 20:19:25 +01:00
note_tooltip.js note content refactoring, WIP 2019-02-06 21:29:23 +01:00
note_type.js added type and mime classes on body as well #383 2019-01-28 21:42:37 +01:00
options_init.js
protected_session.js added type and mime classes on body as well #383 2019-01-28 21:42:37 +01:00
protected_session_holder.js progress of tar import through WS 2019-02-10 16:36:25 +01:00
script_context.js frontend scripts now have startNote, currentNote and targetNote as NoteShort entities which e.g. provides easy access to relations/labels 2019-01-13 12:16:05 +01:00
search_notes.js search can be triggered from URL, closes #385 2019-01-25 22:18:34 +01:00
server.js using dashes instead of underscores in header names to avoid the fact that nginx by default drops all headers with underscore in the header name 2018-11-30 15:49:35 +01:00
sync.js
tree.js search can be triggered from URL, closes #385 2019-01-25 22:18:34 +01:00
tree_builder.js added type and mime classes on body as well #383 2019-01-28 21:42:37 +01:00
tree_cache.js fix Branch reference to parent note id after parent change 2019-01-05 19:25:22 +01:00
tree_context_menu.js new import dialog 2019-02-10 14:33:13 +01:00
tree_keybindings.js quick unhoist link/button 2018-12-15 20:29:08 +01:00
tree_utils.js fixes for invalid operations on root note 2018-10-21 22:42:20 +02:00
utils.js progress of tar import through WS 2019-02-10 16:36:25 +01:00
zoom.js