103 Commits

Author SHA1 Message Date
azivner
3b1f928fbc renamed db columns to camelCase 2018-01-28 19:30:14 -05:00
azivner
4ab763e295 added codemirror plugin for easier editing - matchtags, match brackets and highlight matches 2018-01-28 11:19:31 -05:00
azivner
9f3d46ddb1 Allow marking code (JavaScript) notes for execution after application loads, closes #19 2018-01-25 23:49:03 -05:00
azivner
18709eb340 new note type: render HTML note 2018-01-23 23:41:22 -05:00
azivner
27cb6b1c4d added possibility of executing javascript 2018-01-23 20:45:34 -05:00
azivner
9901882a0f codemirror mode lazy loading 2018-01-22 23:07:04 -05:00
azivner
e56fb6d2d4 support for loading and saving type and mime 2018-01-21 23:36:09 -05:00
azivner
f9631ff59f added note type picker component 2018-01-21 23:06:25 -05:00
azivner
c8f456d228 note ID in lower right corner 2018-01-21 20:15:42 -05:00
azivner
15958d06a9 support for saving code notes + other tweaks 2018-01-21 10:33:33 -05:00
azivner
090e1b845f first experiments with code mirror 2018-01-20 21:56:03 -05:00
azivner
93b4cf6a05 submit attribute form on enter 2018-01-19 19:39:37 -05:00
azivner
32db96f388 added note scoped actions button, fix #8 2018-01-19 19:36:41 -05:00
azivner
16eb156033 refactoring of note changes / cloning 2018-01-13 18:02:41 -05:00
azivner
231c245c87 saving attributes 2018-01-11 21:40:09 -05:00
azivner
8fe6a9353a added dialog and read only view of attributes 2018-01-11 00:01:16 -05:00
azivner
31b4186e17 optional cleanup of unused images 2018-01-07 14:07:59 -05:00
azivner
b545100cad removed loader animation - it was causing issues with initial focus on the tree (probably by stealing focus) 2018-01-02 22:01:38 -05:00
azivner
e32289720c not hiding the elements for alt-m, just lowering opacity 2018-01-02 20:52:36 -05:00
azivner
ad7fa5e096 better conflict detection 2018-01-01 22:28:19 -05:00
azivner
19ffa14f10 hide logout button in electron since it doesn't do anything 2017-12-26 22:19:42 -05:00
azivner
bf3f26fde8 using textarea instead of pre for note source since that's easier to copy to clipboard 2017-12-26 20:54:41 -05:00
azivner
baab745462 some visual tweaks 2017-12-26 19:54:43 -05:00
azivner
0d3b3ec7c5 alt+s toggles search instead of just showing it 2017-12-26 19:16:04 -05:00
azivner
7aff20bb0d added show note source 2017-12-26 18:15:29 -05:00
azivner
5acf84aece Calling project "Trilium Notes" in some places as it is more self explanatory 2017-12-26 12:55:40 -05:00
azivner
04063d8a9c sql console reports successful execution (useful when query doesn't produce any result set like in update/delete) 2017-12-26 10:21:33 -05:00
azivner
dd69e0135b added collapse sub-tree in context menu 2017-12-26 10:00:08 -05:00
azivner
ab6e78f726 keyboard shortcut titles on buttons 2017-12-26 09:44:16 -05:00
azivner
12f70b28c8 display current note ID in editor (useful in Electron which doesn't have address bar) 2017-12-25 09:46:11 -05:00
azivner
31a4a201a8 fix setting "protected" class and background on note tree 2017-12-25 09:30:37 -05:00
azivner
ef9a7040e8 if config file doesn't exist, create it from config sample 2017-12-24 15:12:18 -05:00
azivner
79a4a6eb01 fixes for DB initalization and import of demo data 2017-12-23 13:55:13 -05:00
azivner
bd2a5f6d82 change in naming of SQL methods
added assert methods to note tree
2017-12-23 11:02:38 -05:00
azivner
215c3a414f cleanup of soft deleted items
vacuuming database
consolidation of "advanced" operations in settings
2017-12-23 09:35:00 -05:00
azivner
b171ce27bb small HTML template changes 2017-12-22 07:00:17 -05:00
azivner
e007ec5e21 removing extra actions (add link, cloning) from jump to dialog 2017-12-21 22:03:13 -05:00
azivner
84faa41321 added cloning to the "add link" dialog 2017-12-21 21:54:25 -05:00
azivner
333735543e yet another attempt at fixing reporting sync changes to client 2017-12-19 23:22:21 -05:00
azivner
5403f340ec functionality to fill up / cleanup sync rows compared to the entity rows 2017-12-19 22:04:51 -05:00
azivner
dc714f20c5 fix migration 2017-12-18 22:42:14 -05:00
azivner
1ebf9d4e56 better sync implementation of ping job 2017-12-18 21:58:46 -05:00
azivner
cf7ab2b8d6 fix for non-sync WS messages 2017-12-17 13:46:18 -05:00
azivner
ccc7775c7c small usability improvements 2017-12-16 21:35:44 -05:00
azivner
8eff18922c fixed background of protected notes 2017-12-16 21:27:42 -05:00
azivner
50ff5da947 per-browser source id so we support having notecase opened in multiple tabs/windows 2017-12-16 20:48:34 -05:00
azivner
8d3ed6c8a6 fancytree upgrade & cleanup 2017-12-16 00:19:15 -05:00
azivner
5b08dfefd3 db anonymization implementation 2017-12-16 00:05:37 -05:00
azivner
581f406a24 sql console implementation 2017-12-14 20:38:56 -05:00
azivner
b0cbe91784 implementation of forcing full (re)sync 2017-12-13 23:03:48 -05:00