zadam
|
d6931f7441
|
fix setting theme on new canvas note
|
2022-05-22 14:27:16 +02:00 |
|
zadam
|
7d39d080f5
|
switching note type will reevalute max content width setting
|
2022-05-22 14:24:47 +02:00 |
|
zadam
|
13ccd2ba67
|
remove the canvas dependency (transitive dep of jsdom) in postinstall
|
2022-05-22 13:45:49 +02:00 |
|
zadam
|
81fd7397e4
|
added underline to more distinguish selected items in the tree, #2865
|
2022-05-22 13:45:15 +02:00 |
|
zadam
|
6f75f944a3
|
Merge pull request #2864 from dousha/master
Fix docker data permissions
|
2022-05-21 22:55:59 +02:00 |
|
Jiahao Lee
|
308b0f7464
|
Remove unneeded packages
|
2022-05-22 03:35:26 +08:00 |
|
zadam
|
678e883044
|
switch excalidraw theme (light/dark) based on trilium setting
|
2022-05-21 21:08:24 +02:00 |
|
zadam
|
819cf0907d
|
add option to disable auto-download of images for offline storage, #2859
|
2022-05-21 14:00:53 +02:00 |
|
dousha
|
942f17b2f4
|
fix docker file permissions so 777 is no longer needed
|
2022-05-21 13:25:59 +08:00 |
|
zadam
|
2085dc5ed4
|
minor canvas note cleanup
|
2022-05-19 23:00:07 +02:00 |
|
zadam
|
a1d1b4580a
|
Merge remote-tracking branch 'origin/stable'
|
2022-05-18 23:00:49 +02:00 |
|
zadam
|
9e089cc7cd
|
disable COEP, fixes #2858
|
2022-05-18 22:56:29 +02:00 |
|
zadam
|
37eb16b2f3
|
moved protected session expiration scheduling #2855
|
2022-05-17 20:39:37 +02:00 |
|
zadam
|
c24c807921
|
delay protected session expiration check after DB init, fixes #2855
|
2022-05-17 20:39:37 +02:00 |
|
zadam
|
dbb5d02ecf
|
log the time spent during optimization process
|
2022-05-15 20:34:47 +02:00 |
|
zadam
|
593a275795
|
added #titleTemplate, closes #2852
|
2022-05-15 15:21:35 +02:00 |
|
zadam
|
e87e065100
|
protected session expiration timer moved to backend, closes #2847
|
2022-05-13 23:20:56 +02:00 |
|
zadam
|
8318ab7ac0
|
added triggerCommand and triggerEvent into frontend API
|
2022-05-13 22:33:57 +02:00 |
|
zadam
|
87b75a9a22
|
Merge pull request #2798 from thfrei/excalidraw
New note type `canvas-note` using excalidraw (hand drawn notes, sketching, pen)
|
2022-05-12 23:48:16 +02:00 |
|
zadam
|
8df3b0a5bd
|
Merge branch 'master' into excalidraw
|
2022-05-12 23:46:52 +02:00 |
|
zadam
|
6906c82408
|
changed regex operator to %=
|
2022-05-11 23:19:32 +02:00 |
|
zadam
|
45edef2d71
|
new ~ operator in search for regex
|
2022-05-11 23:06:14 +02:00 |
|
zadam
|
bf49648896
|
allow operators =, *= and =* on note content
|
2022-05-11 22:43:21 +02:00 |
|
zadam
|
91d23c540a
|
refactored note_content_protected_fulltext.js and note_content_unprotected_fulltext.js into one class
|
2022-05-11 21:33:41 +02:00 |
|
Tom
|
1cbf918024
|
update comment and discussion about canvas note
|
2022-05-11 09:29:54 +02:00 |
|
Tom
|
26f3c1d453
|
rename canvas_note_share to canvas_share to align witih refactor
|
2022-05-11 09:06:30 +02:00 |
|
zadam
|
c421ee79b0
|
increase DB version
|
2022-05-10 23:47:25 +02:00 |
|
zadam
|
77f8474d83
|
don't fill recent notes into entity_changes
(cherry picked from commit 963c18b8e4d04bce65623f9542a18cdeeffa2d75)
|
2022-05-10 23:45:28 +02:00 |
|
zadam
|
9a04a76672
|
remove recent notes from entity changes migration, #2842
(cherry picked from commit bbbad6776468258355dcb9d821495f00cea1134c)
|
2022-05-10 23:45:28 +02:00 |
|
zadam
|
963c18b8e4
|
don't fill recent notes into entity_changes
|
2022-05-10 23:45:06 +02:00 |
|
zadam
|
bbbad67764
|
remove recent notes from entity changes migration, #2842
|
2022-05-10 23:42:28 +02:00 |
|
Tom
|
3491e71084
|
handle note.type changing
|
2022-05-10 13:53:50 +02:00 |
|
Tom
|
c85f70e197
|
remove obsolete errorSvg
|
2022-05-10 13:47:43 +02:00 |
|
Tom
|
3df712b64f
|
refactor canvas-note to canvas
|
2022-05-10 13:43:05 +02:00 |
|
Tom
|
160bd0a790
|
remove commented logs to clean up code
|
2022-05-10 13:32:25 +02:00 |
|
Tom
|
81e0c6dcc2
|
simplify code
|
2022-05-10 13:29:24 +02:00 |
|
Tom
|
11bd48a1b5
|
rename ExcalidrawReactApp() to createExcalidrawReactApp()
|
2022-05-10 13:28:14 +02:00 |
|
Tom
|
61657087f5
|
move debounce to library, remove unnecessary binds, replaceassets only for canvas
|
2022-05-10 13:26:29 +02:00 |
|
Tom
|
065e4f55c3
|
remove logs, add explanation to collab
|
2022-05-09 17:25:20 +02:00 |
|
Tom
|
92adcf82e4
|
remove debug helper with uniqueId
|
2022-05-09 17:05:49 +02:00 |
|
Tom
|
06e0f2418c
|
remove magic constants for scene_version and give them a name
|
2022-05-09 17:00:24 +02:00 |
|
Tom
|
35c4c61d15
|
sync canvas icon of tree_context_menu
|
2022-05-09 16:57:23 +02:00 |
|
Tom
|
a168edb168
|
move sleep to general utisl function
|
2022-05-09 16:54:43 +02:00 |
|
Tom
|
d2975bbd21
|
remove obsolete comments
|
2022-05-09 16:47:40 +02:00 |
|
Tom
|
358e8c548c
|
remove branch bugfix
|
2022-05-09 16:47:28 +02:00 |
|
Tom
|
f85ed672cc
|
moving canvas_note_share to src/share and add routes
|
2022-05-09 16:38:23 +02:00 |
|
Tom
|
83f1a68bfd
|
fix errorSvg.js path
|
2022-05-09 16:26:30 +02:00 |
|
Tom
|
552e5d7d06
|
typo in note.type
|
2022-05-09 16:18:06 +02:00 |
|
Tom
|
9c7f8cf5d8
|
extract errorSvg
|
2022-05-09 16:17:37 +02:00 |
|
Tom
|
f0f9274a3c
|
remove route without filename
|
2022-05-09 16:17:14 +02:00 |
|