zadam
4ffe36e4d0
added options for OCR and extract text from PDF
2023-02-15 16:08:00 +01:00
zadam
85403321cf
tweaks
2023-02-15 15:57:33 +01:00
zadam
520ffecd36
ancillary type widget
2023-02-15 14:32:12 +01:00
zadam
b1e2b5ba8e
reimplement note source to open in a new tab
2023-02-14 16:06:49 +01:00
zadam
c190296bf9
refactoring
2023-02-13 16:22:34 +01:00
zadam
e411ad0eb1
Merge branch 'master' into dev
2023-02-13 15:58:02 +01:00
zadam
17085e5578
fix hidden subtree appearing after collapse, #2922
2023-02-13 15:09:57 +01:00
zadam
33d6bb69c0
refresh note list on pageSize update
2023-02-10 13:21:00 +01:00
zadam
44629e6a0a
upgrades
2023-02-10 12:29:07 +01:00
zadam
78d61f157e
fix docker healthcheck
2023-02-10 12:20:27 +01:00
zadam
3c0ba09a62
fix docker build
2023-02-10 11:40:56 +01:00
zadam
e57d325bd6
fix docker build
2023-02-10 11:24:31 +01:00
zadam
260bc93a66
reimplement docker healtcheck into node.js to take into account configuration, #3582
2023-02-10 11:09:56 +01:00
zadam
a9296e2a39
update node.js to 18
2023-02-10 10:44:38 +01:00
zadam
8371703090
Merge branch 'master' into dev
2023-02-10 10:41:12 +01:00
zadam
fc7da015fe
fix image display with slash in title, closes #3591
2023-02-10 10:23:02 +01:00
zadam
adf222b5e8
fix consistency check to re-parent note from search parent to root
2023-02-10 10:12:58 +01:00
zadam
ade22ea825
recover notes into root only if no other valid branch exists, #3590
2023-02-10 10:09:06 +01:00
zadam
2c8fb90ecb
Merge pull request #3590 from eliandoran/feature/fix_broken_reference_check
...
Fix broken reference consistency check
2023-02-10 09:58:24 +01:00
zadam
c67644a2e3
fix filing entity changes for deleted notes
2023-02-10 09:16:32 +01:00
zadam
346f6edd7e
fix filing entity changes for deleted notes
2023-02-10 08:55:26 +01:00
Elian Doran
92f586486f
Fix broken reference consistency check
...
If a branch was identified with a missing parent, the branch would be
moved to root. However, the ID of the branch would be changed as a
result of that, and this resulted in the creation of a new branch
instead of updating the old one. Deleting the old one first solves the
issue.
2023-02-05 01:12:13 +02:00
zadam
15607becc6
Merge branch 'master' into dev
...
# Conflicts:
# package-lock.json
# src/public/app/entities/fnote.js
# src/services/notes.js
2023-02-02 23:35:41 +01:00
zadam
e7c6d912a4
fix undeleting notes with a relation, closes #3583
2023-02-01 23:06:55 +01:00
zadam
290f7e2101
fix sharing of templates, #3562
2023-02-01 22:58:40 +01:00
zadam
460b5fb3a4
fix sharing of templates, #3562
2023-02-01 22:55:31 +01:00
zadam
88e09eb279
ocr wip
2023-02-01 21:07:23 +01:00
zadam
5e0fbea3b3
fix disabled: on attribtue changed script in demo document, fixes #3564
2023-02-01 07:29:37 +01:00
zadam
7b2c3afe4c
always open the note in URL, closes #3571
2023-01-31 23:20:11 +01:00
zadam
2e181d0fb1
toggling the left pane will toggle the focus between tree and detail, #3563
2023-01-31 22:35:01 +01:00
zadam
68a03211ce
fix padding on launcher when collapsed
2023-01-31 22:25:46 +01:00
zadam
37ba76fdd8
refactored note attachment into note ancillary
2023-01-28 13:13:46 +01:00
zadam
78954268ab
small attribute optimizations
2023-01-27 16:59:59 +01:00
zadam
b0528b62d8
small attribute optimizations
2023-01-27 16:57:23 +01:00
zadam
2b4dfaef7f
small attribute optimizations
2023-01-27 08:46:04 +01:00
zadam
ad887c4b12
added image OCR and parsing text from PDF (and OCR of PDF images)
2023-01-26 20:32:27 +01:00
zadam
63c62df787
ocr
2023-01-26 09:42:11 +01:00
zadam
c68a67d148
ocr test
2023-01-25 15:20:53 +01:00
zadam
bd8568809f
export/import attachments
2023-01-25 09:55:29 +01:00
zadam
0bfb2631df
fix saving mermaid attachment
2023-01-24 23:09:00 +01:00
zadam
3c57f08ef7
added checksum to note_attachment
2023-01-24 16:55:48 +01:00
zadam
a7b103e07a
add a button to temporarily hide TOC, closes #3555
2023-01-24 16:24:51 +01:00
zadam
64e7150765
fix undeleting note when its relation points to yet-undeleted note
2023-01-24 09:43:10 +01:00
zadam
a888f9aa04
recalculate maxEntityChangeId after rollbacked transaction
2023-01-24 09:35:00 +01:00
zadam
2e9dbda077
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# package.json
2023-01-24 09:20:15 +01:00
zadam
c474e65cae
saving attachments when editing
2023-01-24 09:19:49 +01:00
zadam
f59e19d93b
fixes to note attachment handling
2023-01-23 23:37:58 +01:00
zadam
8a33645360
migrating canvas etc.
2023-01-23 16:57:28 +01:00
zadam
339d8a7378
initial implementation of note attachments
2023-01-22 23:36:05 +01:00
zadam
f2a19c56b1
add excludeFromNoteMap to a day template instead of journal root, #3547
2023-01-21 11:13:40 +01:00