Commit graph

80 commits

Author SHA1 Message Date
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
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 6546548848 implemented initial setup of the app 2017-12-03 22:29:23 -05:00
azivner a85bb649cb basic CKEditor integration 2017-12-02 10:37:12 -05:00
azivner 7bdf269095 migration now works also in electron 2017-11-30 19:58:00 -05:00
azivner 54c0ff15b3 using server.method() instead of direct call to $.ajax - preparation for electron without network requests 2017-11-28 20:52:38 -05:00
azivner 91c2f9e7cb websocket stuff separated into messaging.js 2017-11-28 17:52:47 -05:00
azivner 8b5988e13c sync fix to prefix and some usability improvements 2017-11-26 23:10:23 -05:00
azivner 160c1c455c initial implementation of tree prefix 2017-11-26 22:34:25 -05:00
azivner 3a30aba42b using bootstrap notify for notifications 2017-11-26 12:56:07 -05:00
azivner f433b30089 removed audit_log 2017-11-24 20:51:44 -05:00
azivner c72e5ef93b moved search into separate file 2017-11-23 21:10:37 -05:00
azivner acba72ec4c cloning in context menu (copy & paste) and a lot of related refactoring and fixes 2017-11-22 23:16:54 -05:00
azivner d7644de666 tree now shows list of different cloned notes 2017-11-21 20:04:06 -05:00
azivner c8aaf6085d fixed jump to note 2017-11-19 20:36:13 -05:00
azivner 3610926804 adding clone from recent notes dialog 2017-11-19 16:35:35 -05:00
azivner 5fb94fcbbd notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees 2017-11-18 17:05:50 -05:00