Commit graph

90 commits

Author SHA1 Message Date
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 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 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 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 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
azivner d025b2b3fb using space-around instead of space-evenly for tree actions because that one is supported in Chrome 59 used in electron 2017-12-10 21:46:12 -05:00
azivner 8a3ea412f9 use protect/unprotect terminology in button 2017-12-10 15:47:21 -05:00
azivner f55f0a4ed3 make sure entity IDs are generated only with alphanumeric characters (base62) 2017-12-09 20:44:06 -05:00
azivner 5001e7e630 removed summernote 2017-12-09 14:12:56 -05:00
azivner 7ca043ebc6 Merge branch 'master' into ckeditor 2017-12-09 11:56:36 -05:00
azivner d467fbdff3 better styling of parent list 2017-12-06 20:19:41 -05:00
azivner 23e8e20d44 border around tree actions 2017-12-04 18:40:18 -05:00
azivner 33ab709209 spacing between action buttons and pointer cursor 2017-12-04 18:21:57 -05:00
azivner a85bb649cb basic CKEditor integration 2017-12-02 10:37:12 -05:00