zadam
4eb4a44331
fix reopening last tab for splits
2021-10-09 22:03:24 +02:00
Abitofevrything
c1e1f3df24
Add shortcut to reopen last closed tab, closes #2211 ( #2214 )
2021-10-09 21:20:12 +02:00
zadam
11e9f8403e
release 0.48.0-beta
v0.48.0-beta
2021-10-08 22:32:59 +02:00
zadam
ba676587df
fix importing notePosition of directories
2021-10-08 22:31:35 +02:00
zadam
20696aa0ab
fix finding single note by label with mixed case
2021-10-08 22:13:39 +02:00
zadam
a08690b123
CKEditor 30 content styles
2021-10-08 18:17:17 +02:00
zadam
79f54b4e97
inactive tab background tweaks
2021-10-08 18:09:24 +02:00
zadam
973fe52275
lighter node style of note map in dark theme
2021-10-08 16:45:21 +02:00
zadam
5938e033d4
lighter node style of note map in dark theme
2021-10-08 16:38:37 +02:00
zadam
eecba725b0
bookmarking should be available for all note types
2021-10-08 16:18:00 +02:00
zadam
fa40a5f496
fixed demo document + added bookmarks
2021-10-08 15:48:15 +02:00
zadam
abbba6501d
script execution results are also pojo-ized
2021-10-08 15:14:23 +02:00
zadam
824f5dbaac
fix handling of string/empty responses
2021-10-07 22:14:23 +02:00
zadam
24a45b03f5
bookmark folder
2021-10-07 21:57:20 +02:00
zadam
e10e18e63a
added optimized version for single label searching + noteset cache fix
2021-10-07 07:46:13 +02:00
zadam
7152c5e51d
refactored separate RightDropdownButton from calendar widgets
2021-10-06 22:25:33 +02:00
zadam
711af02928
fixed leaking entities into the responses and thus increased performance of e.g. create/duplicate note
2021-10-06 20:52:23 +02:00
zadam
df8706026e
caching initial noteset to improve search times
2021-10-06 19:59:29 +02:00
zadam
17fe9a6a1b
added help button to JS code notes to navigate to API docs
2021-10-06 18:31:19 +02:00
zadam
2d08eb7366
fix "connected with changes" sync status icon
2021-10-06 18:13:58 +02:00
zadam
8d42ffca6d
basic bookmark support
2021-10-05 22:08:02 +02:00
zadam
0654dc855f
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# package-lock.json
# package.json
2021-10-05 19:45:32 +02:00
zadam
0571f02830
updated windows better-sqlite3 binary
2021-10-05 17:32:32 +02:00
zadam
b2b1c9ebb7
release 0.47.8
v0.47.8
2021-10-04 22:18:33 +02:00
zadam
1f75b9c92f
electron 13.5.1 to fix the TLS expiration issue
2021-10-04 22:16:51 +02:00
zadam
e2c4f32b5e
added ckeditor with Find & Replace, for now without keyboard shortcut ( ckeditor/ckeditor5#10645 )
2021-10-04 21:53:57 +02:00
zadam
18ffcf7880
small fixes
2021-10-03 23:01:22 +02:00
Ben Jackson
6ae8508413
html_sanitizer: Demote H1 tags ( #2190 )
...
Generalize clipper.js support for removing H1 tags so it also applies to
imports. This will move all heading levels down to make room if
needed, only leaving duplicates at H6.
2021-10-03 20:56:08 +02:00
Abitofevrything
ec3b844026
Fix "Theme defined" option not working in font overrride ( #2197 )
2021-10-03 20:54:20 +02:00
zadam
a1ca538106
excludeFromTreeMap generalized to excludeFromNoteMap
2021-10-03 11:04:56 +02:00
zadam
75fc9e2048
small fixes
2021-10-03 10:42:46 +02:00
zadam
a1c1c7c830
added "reloadNeeded" to consistency checks so that entity changes fix won't force reload
2021-10-03 10:00:38 +02:00
zadam
e4a483aefe
fix duplicate subtree
2021-10-02 23:26:18 +02:00
zadam
8c2a5d19f2
remove extra logging
2021-09-30 22:26:56 +02:00
Abitofevrything
2c450fc72d
Allow HTML nodes in mermaid diagrams ( #2192 )
2021-09-30 20:12:23 +02:00
zadam
831de3ffed
fix mermaid diagram size
2021-09-30 13:48:01 +02:00
zadam
291b434d70
added mermaid samples to demo document
2021-09-30 13:17:37 +02:00
zadam
a68fd5ab83
fixes
2021-09-30 13:02:07 +02:00
zadam
8a8bdaf80e
updated API docs
2021-09-30 12:26:13 +02:00
zadam
26b89fc801
fix note revisions not displaying content length
2021-09-30 12:23:22 +02:00
zadam
af3fd61974
mermaid layout improvements
2021-09-30 10:18:03 +02:00
zadam
f4dde84f06
mermaid layout improvements
2021-09-30 09:48:03 +02:00
zadam
bc920dc5dc
refactoring of mermaid support WIP
2021-09-29 22:14:45 +02:00
zadam
896c9cec04
refactoring of mermaid support WIP
2021-09-29 22:10:15 +02:00
Abitofevrything
b37bcd294c
Implement mermaid diagrams ( #2187 )
...
* Start implementing mermaid diagrams
* Implement theming for mermaid diagrams
* Add edit tab to mermaid diagrams
* Remove comment
* Render mermaid diagrams in included notes
* Prevent mermaid notes from being removed to consistency checks
2021-09-29 21:54:56 +02:00
Ben Jackson
14f24c646a
enex: Convert OneNote (via Evernote) todo images to Unicode checkboxes ( #2189 )
...
When a OneNote todo bullet is imported by Evernote it is converted to an
image showing the checkbox the way it looked in OneNote. This change
takes advantage of the consistency of that image hashing to convert
those images into unicode checkboxes (matching the existing ENEX
<en-todo> behavior) . It also removes the image attachments.
2021-09-29 18:11:04 +02:00
zadam
fea46bb150
ckeditor v30.0.0
2021-09-29 17:47:15 +02:00
zadam
37c30bf88a
fix initializing new attribute in becca
2021-09-29 13:33:05 +02:00
zadam
d975acc99a
fix collapsing/expanding the book note
2021-09-29 13:19:21 +02:00
zadam
c2d35dac4d
small fixes and tweaks
2021-09-29 12:39:28 +02:00