Commit Graph

  • 1c0fd243d1 cleanup of labels and relations from backend azivner 2018-08-07 13:33:10 +02:00
  • 3491235533 cleanup of labels & relations frontend code azivner 2018-08-07 12:48:11 +02:00
  • 5f36856571 * refactoring of repository layer to represent booleans as true/false instead of 1/0 * show list of inherited attributes, fixes #136 * properly work with inheritance azivner 2018-08-07 11:38:00 +02:00
  • d3e44b37e9 autocomplete for promoted text labels azivner 2018-08-06 22:52:49 +02:00
  • 90e9297ec5 promoted relation attributes now work correctly, refactoring of note autocomplete code azivner 2018-08-06 22:29:03 +02:00
  • c568ef2f8a nice icons for add / remove attribute azivner 2018-08-06 17:53:13 +02:00
  • fcf6141cde support for promoted multi value attributes azivner 2018-08-06 17:24:35 +02:00
  • 21551d7b77 implemented date promoted attribute azivner 2018-08-06 15:58:59 +02:00
  • 12031d369f displaying and saving number and boolean promoted attributes azivner 2018-08-06 15:23:22 +02:00
  • b44c523845 basic support for saving promoted attributes azivner 2018-08-06 14:43:42 +02:00
  • 49989695ff fix relations in attributes azivner 2018-08-06 11:30:37 +02:00
  • a55d3530e9 attribute list on the bottom if there are no promoted attributes azivner 2018-08-06 09:41:01 +02:00
  • 2aab3ad281 fixes in attribute persistence + WIP on display of promoted attrs azivner 2018-08-06 08:59:26 +02:00
  • 194ce4f10f fixed UI for relation definition azivner 2018-08-05 20:48:56 +02:00
  • 2089c32839 attribute UI & saving now fully working azivner 2018-08-05 20:08:56 +02:00
  • f437be7af0 attribute definition work in progress azivner 2018-08-03 22:56:49 +02:00
  • 96dc56098d ckeditor upgrade to 11.0.1 with blocktoolbar azivner 2018-08-03 22:56:23 +02:00
  • 61987e46f7 work in progress on attributes UI - unification of labels and relations now mostly works azivner 2018-08-03 13:06:56 +02:00
  • 509093b755 added "type" to attribute dialog, name autocomplete servers according to the choice azivner 2018-08-03 11:11:57 +02:00
  • 097114c0f2 basic entities for attributes (unification of labels and relations) azivner 2018-08-02 22:48:21 +02:00
  • 040f9185f8 electron 2.0.6 and some other minor library upgrades azivner 2018-08-02 19:55:20 +02:00
  • 6dc934abbe refactored targetNote to workNote in the ScriptContext which was very confusing with relation's targetNote azivner 2018-08-01 10:12:54 +02:00
  • 2d24bf81dd added new label "sorted" which will keep children notes alphabetically sorted, fixes #82 azivner 2018-08-01 09:26:02 +02:00
  • 9452fc236b electron build uses random free port, fixes #142 azivner 2018-07-31 19:50:18 +02:00
  • 365c37604b code note in tooltip needs to be wrapped in <pre> to keep formatting, fixes #137 azivner 2018-07-30 16:55:20 +02:00
  • 01c7e58d47 check if sync is configured every minute, not just at app startup, fixes #138 azivner 2018-07-30 16:45:34 +02:00
  • d3d49923b1 changed backup to simple scheme with one daily, one weekly and one monthly backup, fixes #15 azivner 2018-07-30 16:40:50 +02:00
  • 263ac299d0 fix pkg building azivner 2018-07-30 14:18:43 +02:00
  • 3d185a5178 release 0.18.0 v0.18.0 azivner 2018-07-30 08:18:25 +02:00
  • 2ff7a890bc script which shows list of edited files for a date, fixes #125 azivner 2018-07-29 20:51:28 +02:00
  • 2eb1a9705f it's now possible to mark relation as inheritable (previously this was hardcoded for specific relation names) azivner 2018-07-29 20:33:42 +02:00
  • ed1381103a #125, implementation of inheritable relations azivner 2018-07-29 18:39:10 +02:00
  • 170d317589 #125, basic infrastructure for scripts attached to notes via relations azivner 2018-07-29 16:06:13 +02:00
  • ededc063df fix relation autocomplete azivner 2018-07-29 12:34:40 +02:00
  • 986eace1be schema update with relations azivner 2018-07-29 11:47:46 +02:00
  • 29086d8dfe fixed bug with select not firing on recent notes azivner 2018-07-28 18:17:35 +02:00
  • 9b3f3fde05 #126, relation list in note detail and fixes in saving azivner 2018-07-28 17:59:55 +02:00
  • 6a50afd952 #126, "show recent notes" now work in relations dialog azivner 2018-07-28 17:02:48 +02:00
  • 697eee2706 #126, autocomplete + can save relations azivner 2018-07-27 11:28:24 +02:00
  • 8a95afd756 #126, added skeleton of note relations, copied from similar concept of labels azivner 2018-07-27 10:52:48 +02:00
  • 4d6eda8fe6 #129, added input icon to trigger recent notes for easy discovery and mouse control azivner 2018-07-27 09:22:25 +02:00
  • e4f459fa2b #129, removed recent notes dialog as its not necessary anymore azivner 2018-07-26 17:35:32 +02:00
  • f578e001b0 #129, add link autocomplete now displays recent notes as well azivner 2018-07-26 16:24:08 +02:00
  • 2a08aef885 #129, recent notes are now visible in the jump to dialog azivner 2018-07-26 16:05:09 +02:00
  • 7564bf388c removed dangerous and unnecessary option to completely remove soft-deleted items azivner 2018-07-26 09:21:52 +02:00
  • 7e4d70259f soft-deleting note will delete its content and all the revisions content, fixes #132 azivner 2018-07-26 09:08:51 +02:00
  • 5b98c1c0f3 fix context menu JS error on root note azivner 2018-07-26 08:58:20 +02:00
  • 02dc7b199b #98, better error reporting for sync setup azivner 2018-07-25 22:54:37 +02:00
  • d39cdbfada better instructions for desktop => server instance sync setup, plus some sync fixes azivner 2018-07-25 10:57:36 +02:00
  • 50bb4a47ee fix sync bug azivner 2018-07-25 10:12:34 +02:00
  • a4627f2ddb #98 some sync setup refactorings azivner 2018-07-25 09:46:57 +02:00
  • c8253caae9 #98 proxy support for sync setup azivner 2018-07-25 08:30:41 +02:00
  • 0ece9bd1be sync isExpanded when it's a new branch azivner 2018-07-24 22:03:36 +02:00
  • b6935abcc9 #98, sync button now shows total number of outstanding syncs instead of just pushes azivner 2018-07-24 21:43:15 +02:00
  • 37ab7b4641 #98, sync to server now works as well + a lot of related changes azivner 2018-07-24 20:35:03 +02:00
  • 013714cb5c #98, new option "initialized" which indicates if setup has been finished azivner 2018-07-24 08:12:36 +02:00
  • 1fe7c62f5a #98, sync setup now doesn't copy the whole DB file, but sets up minimal database and starts off sync azivner 2018-07-23 21:15:32 +02:00
  • a06618d851 #98, test sync impl azivner 2018-07-23 10:29:17 +02:00
  • e7460ca3a9 #98, sync is now configured in the options azivner 2018-07-22 22:21:16 +02:00
  • 073300bbcd #98, working sync setup from server to desktop instance + refactoring of DB initialization azivner 2018-07-22 19:56:20 +02:00
  • a201661ce5 #98, fixes in the wizard azivner 2018-07-22 14:49:59 +02:00
  • 6235a3c886 beginning of #98, new multistep wizard, db creation after user enters username and password azivner 2018-07-21 08:55:24 +02:00
  • 3972c27e7a release 0.17.0 v0.17.0 azivner 2018-07-09 21:22:12 +02:00
  • 14cffbbe62 docker commands with sudo azivner 2018-07-09 21:21:28 +02:00
  • 599c3c04af correct sourceMappingURL which gets rid of error message, fixes #114 azivner 2018-07-08 23:23:49 +02:00
  • f1412b631d hide log polluting error message azivner 2018-07-08 23:13:56 +02:00
  • 41908050bb ctrl+u now doesn't trigger show source since it's occupied by underline azivner 2018-07-08 21:45:05 +02:00
  • f07033423c ckeditor upgraded to 10.1.0 plus new plugins (table, strikethrough, underline) azivner 2018-07-08 21:21:52 +02:00
  • daf96fcbf2 using zeit/pkg to package easy to use linux server edition azivner 2018-07-06 00:05:06 +02:00
  • 2bca94529e minor upgrades azivner 2018-07-05 23:17:53 +02:00
  • b2c9a0da21 fix note sources, fixes #123 azivner 2018-07-04 20:37:23 +02:00
  • 7a9542b4fc release 0.16.0 v0.16.0 azivner 2018-06-16 13:34:39 -04:00
  • 3a95c9e1bc all dialogs are now non-modal because of high cpu usage azivner 2018-06-16 13:31:56 -04:00
  • 3d2ef6be01 remove optionId, closes #117 azivner 2018-06-13 19:10:28 -04:00
  • d67246699a Introduced separate sync version (previously DB version was used to check sync compatibility), closes #120 azivner 2018-06-10 15:55:29 -04:00
  • 14c704d6db db upgrades are now handled transparently in the background without bothering the user, closes #119 azivner 2018-06-10 15:49:22 -04:00
  • 4c8eeb2e6f added docker build, closes #106 azivner 2018-06-10 15:06:52 -04:00
  • c1b245c8b1 fix unnecessary change events, closes #118 azivner 2018-06-10 11:51:13 -04:00
  • 74202d67bb got rid of "Trilium Notes" branding - not necessary and takes valuable space azivner 2018-06-10 10:57:45 -04:00
  • 26066f39b1 chaged "focused mode" - now title is displayed as well and together with content takes whole window azivner 2018-06-10 10:53:39 -04:00
  • b255cf190c fixes for zoom factor setting azivner 2018-06-09 10:34:51 -04:00
  • bc77b143b0 darker outlines so inverted dark themes are more visible azivner 2018-06-09 09:48:18 -04:00
  • 9f0ff6ae7a note actions dropdown sizing azivner 2018-06-09 09:44:40 -04:00
  • 736704c7d6 fix show paths azivner 2018-06-09 09:32:13 -04:00
  • 654c116c58 use backgrounds for icon buttons so that dark and black themes look better azivner 2018-06-09 09:28:50 -04:00
  • 89a5cab98f added too options new tab appearance with possibility to change theme (white, black, dark) and zoom factor azivner 2018-06-08 23:18:53 -04:00
  • c39d0be8cd refactoring of icon button styles azivner 2018-06-08 22:17:00 -04:00
  • e75b4cd848 execute on script note is icon, closes #116 azivner 2018-06-08 21:59:40 -04:00
  • 378e8f35e5 release 0.15.0 v0.15.0 azivner 2018-06-07 23:09:21 -04:00
  • bdb5e2f13f no results also for "add link" azivner 2018-06-07 23:08:41 -04:00
  • 8211bed449 renamed icons according to their size, fixes #113 azivner 2018-06-07 23:02:21 -04:00
  • b243632483 usability improvements to autocomplete ("no results" etc.), needs refactoring azivner 2018-06-07 20:18:46 -04:00
  • e4d2513451 close search button azivner 2018-06-07 19:50:16 -04:00
  • 385144451b renamed hideInAutocomplete label to archived azivner 2018-06-07 19:26:28 -04:00
  • c8c533844e icons for render & toggle edit since text titles caused unwanted horizontal scrolling in smaller window sizes azivner 2018-06-06 23:37:57 -04:00
  • 0e69f0c079 fix recent notes issues azivner 2018-06-06 22:38:36 -04:00
  • aee60c444f added "show results in full text" azivner 2018-06-05 23:28:10 -04:00
  • e7a504c66b fixes and optimizations for search azivner 2018-06-05 22:47:47 -04:00
  • 45d9c7164c search refactorings azivner 2018-06-05 19:12:52 -04:00
  • bd913a63a8 search note fixes azivner 2018-06-04 23:21:45 -04:00