zadam
|
1a87190f43
|
added IN operator to search, closes #534
|
2019-11-17 09:07:35 +01:00 |
|
zadam
|
744855d4f5
|
linking notes through CKEditor mentiones
|
2019-11-07 22:43:01 +01:00 |
|
zadam
|
b7b583ff04
|
use decryptString()
|
2019-11-02 07:50:23 +01:00 |
|
zadam
|
475fddeec1
|
fixes
|
2019-11-01 23:05:33 +01:00 |
|
zadam
|
cf53cbf1dd
|
moving out note revision content into separate table, refactoring, WIP
|
2019-10-31 21:58:34 +01:00 |
|
zadam
|
8bd52f349a
|
small refactorings and defensive programming in note cache
|
2019-10-29 20:54:08 +01:00 |
|
zadam
|
edc23940d0
|
promise for loaded note cache
|
2019-10-25 21:57:08 +02:00 |
|
zadam
|
3f2229d9e1
|
better handling of not detected mime type
|
2019-10-06 18:28:53 +02:00 |
|
zadam
|
b069436039
|
added "edited notes on date" widget
|
2019-09-07 10:11:59 +02:00 |
|
zadam
|
9404e27cba
|
similar notes is async'd a bit to not block the event loop too much
|
2019-09-03 21:16:14 +02:00 |
|
zadam
|
494ec0b051
|
introduction of @isArchived special filter. Fulltext now by default filters with @!isArchived, label search without filtering for archived
|
2019-09-03 20:16:38 +02:00 |
|
zadam
|
a79aec85b5
|
speedup of similar notes widget
|
2019-09-02 21:36:24 +02:00 |
|
zadam
|
c9cc2cb4f3
|
refactoring of similar notes path handling
|
2019-09-01 13:42:10 +02:00 |
|
zadam
|
55356963dd
|
improvements to similar notes - now using dice's coefficient for better results
|
2019-09-01 11:33:45 +02:00 |
|
zadam
|
f273b4334e
|
implemented @limit for search
|
2019-04-22 18:08:33 +02:00 |
|
azivner
|
523ccdad6b
|
reload note cache after import, closes #293
|
2019-01-08 20:19:41 +01:00 |
|
azivner
|
c3913a8735
|
updating the note cache after sync
|
2019-01-03 23:27:10 +01:00 |
|
azivner
|
f763e13996
|
fix searching without hoisting
|
2018-12-13 21:43:13 +01:00 |
|
azivner
|
b774d56cf7
|
note titles in jump to note start from hoisted note instead of root
|
2018-12-13 21:18:35 +01:00 |
|
azivner
|
6c16cdb011
|
recent notes and jump to note are filtered by hoisted note
|
2018-12-12 21:28:38 +01:00 |
|
azivner
|
72d83aa85e
|
fix note cache - note entity after initialization doesn't contain ciphertext so decryption is not necessary
|
2018-11-30 15:51:55 +01:00 |
|
azivner
|
61e1427b83
|
fix matching of "b" in the note autcomplete highlighter
|
2018-11-26 22:35:19 +01:00 |
|
azivner
|
56e2b44c25
|
fix import
|
2018-11-26 22:22:16 +01:00 |
|
azivner
|
bdcb4361b2
|
simplification of note autocomplete result ordering by depth #240
|
2018-11-20 22:22:26 +01:00 |
|
azivner
|
15366d37d7
|
ordering results in autocomplete based on depth, closes #240
|
2018-11-20 21:22:20 +01:00 |
|
azivner
|
90dbe637ed
|
autocomplete for add link dialog, #203
|
2018-11-07 17:16:33 +01:00 |
|
azivner
|
1febf5136c
|
finished jump to autocomplete, now with token highlighting, #203
|
2018-11-07 09:35:29 +01:00 |
|
azivner
|
62de7f28eb
|
consistently use root/ prefix for note paths
|
2018-10-06 21:32:07 +02:00 |
|
azivner
|
c55bc471db
|
fix note move to different parent in note cache
|
2018-08-31 19:55:56 +02:00 |
|
azivner
|
9cfa2ab1ba
|
fix note cache record for newly created/updated protected notes
|
2018-08-28 19:22:46 +02:00 |
|
azivner
|
513748836e
|
note autocomplete and full text search should be able to find notes by noteId
|
2018-08-17 10:06:52 +02:00 |
|
azivner
|
0f106fb96f
|
more relation events, events are now not triggered on sync changes
|
2018-08-15 22:06:49 +02:00 |
|
azivner
|
2a53bb03ae
|
fix autocomplete casing issue with first level notes
|
2018-08-13 21:01:14 +02:00 |
|
azivner
|
9e96272eb3
|
fixed runOnAttributeChange event
|
2018-08-10 14:31:57 +02:00 |
|
azivner
|
5b15424498
|
archived label now respects isInheritable flag, fixes #145
|
2018-08-08 16:14:35 +02:00 |
|
azivner
|
f1240c26bf
|
more cleanup of labels and relations from backend, dropping tables from db
|
2018-08-07 13:44:51 +02:00 |
|
azivner
|
61987e46f7
|
work in progress on attributes UI - unification of labels and relations now mostly works
|
2018-08-03 13:06:56 +02:00 |
|
azivner
|
1fe7c62f5a
|
#98, sync setup now doesn't copy the whole DB file, but sets up minimal database and starts off sync
|
2018-07-23 21:15:32 +02:00 |
|
azivner
|
385144451b
|
renamed hideInAutocomplete label to archived
|
2018-06-07 19:26:28 -04:00 |
|
azivner
|
0e69f0c079
|
fix recent notes issues
|
2018-06-06 22:38:36 -04:00 |
|
azivner
|
e7a504c66b
|
fixes and optimizations for search
|
2018-06-05 22:47:47 -04:00 |
|
azivner
|
bd913a63a8
|
search note fixes
|
2018-06-04 23:21:45 -04:00 |
|
azivner
|
5a1938c078
|
better sizing of search pane
|
2018-06-04 20:22:41 -04:00 |
|
azivner
|
015cd68756
|
renaming/refactoring of search services
|
2018-06-04 19:48:02 -04:00 |
|