zadam
89984a7d96
use correct active tab URL
2020-10-09 23:08:57 +02:00
zadam
097d319fca
Merge pull request #6 from lgorence/better_errors
...
Improve error handling
2020-10-09 22:29:27 +02:00
zadam
28eb3f2aae
clip screenshot crops correctly when HIDPI display is used
2020-10-09 22:07:26 +02:00
zadam
b61149382e
Merge pull request #24 from siralmat/keyboard-shortcuts
...
Keyboard shortcuts
2020-10-09 08:52:20 +02:00
zadam
1d682b2389
Merge pull request #23 from siralmat/fixes
...
Library fix: browser-polyfill.js
2020-10-09 08:51:07 +02:00
Rebecca
111a12f881
Documentation updates
2020-10-09 11:00:16 +08:00
Rebecca
d9f6862978
Add support for keyboard shortcuts
2020-10-09 10:23:17 +08:00
zadam
badb678b69
note list renderer improvements, still WIP
2020-10-08 23:46:48 +02:00
zadam
140f0a5dbd
return null for not found attribute, closes #1294
2020-10-08 22:08:58 +02:00
Rebecca
dfaf6267d3
Replace browser-polyfill.js with compiled script
2020-10-08 15:18:26 +08:00
zadam
5933b17b47
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# libraries/ckeditor/ckeditor.js.map
2020-10-07 23:29:10 +02:00
zadam
761912c3bd
basic separation of note list renderer from book type
2020-10-07 23:08:17 +02:00
zadam
10ce26799d
release 0.44.6
v0.44.6
2020-10-07 00:07:23 +02:00
zadam
91a2bb9b26
fixed demo document - restored more up to date version + largest notes stats
2020-10-06 22:25:28 +02:00
zadam
287ef9b522
added base element to handle external links in exports, #1289
2020-10-06 21:30:41 +02:00
zadam
99f35b2588
Merge remote-tracking branch 'origin/stable'
2020-10-06 21:03:28 +02:00
zadam
32d609e796
fix largest notes script, #1291
2020-10-06 20:58:14 +02:00
zadam
8a435a2149
don't save zero byte buffers as note revisions
2020-10-05 23:56:59 +02:00
zadam
8855f29a49
detect TAB in table - then don't indent/outdent but switch table cells, closes #1290
2020-10-05 22:51:28 +02:00
zadam
384a9474c0
added meta viewport to exported HTMLs, #1289
2020-10-05 22:23:03 +02:00
zadam
a7f510783d
reduce top margin of first paragraph in text, closes #1286
2020-10-05 21:31:57 +02:00
zadam
1a262fe680
attribute autocomplete should show prefix matches first and only after matches anywhere, #1284
2020-10-03 22:00:34 +02:00
zadam
0c4deda091
don't insert space after mentined label/relation, #1284
2020-10-03 21:51:10 +02:00
zadam
71894c34aa
fix migration so that only really changed notes are updated, #1254
2020-10-03 20:51:14 +02:00
zadam
8313116b7f
disable CSP completely, fixes #1282 (and other similar issues)
2020-10-02 23:33:28 +02:00
zadam
90622d71f8
caching parsed keyboard actions
2020-10-02 22:29:16 +02:00
zadam
620e896a89
faster content hash computation via in memory sorting
2020-10-02 21:53:25 +02:00
zadam
a9a9edf658
clear any event listener added in previous invocation of this function
2020-10-02 21:44:21 +02:00
FliegendeWurst
5e2077e6ae
Jump to note dialog: fix duplicate event triggers ( #1283 )
...
This fixes an issue where the current path (above the note tree) displays parts multiple times, e.g. A / A / B / B instead of A / B.
The same issue could also affect other event handlers, but I didn't look around the codebase further.
(cherry picked from commit 51eb9f18f723112a781b335a1dce22f2b2dd05d4)
2020-10-02 21:12:40 +02:00
FliegendeWurst
51eb9f18f7
Jump to note dialog: fix duplicate event triggers ( #1283 )
...
This fixes an issue where the current path (above the note tree) displays parts multiple times, e.g. A / A / B / B instead of A / B.
The same issue could also affect other event handlers, but I didn't look around the codebase further.
2020-10-02 21:12:13 +02:00
Sauli Anto
2ab10594bb
Update readme
2020-10-02 21:06:25 +03:00
Sauli Anto
4b269f8e58
Release: v23.0.0.
2020-10-02 20:36:16 +03:00
Sauli Anto
886a4f9725
Update all official CKEditor dependencies to version 23
2020-10-02 20:36:09 +03:00
zadam
a0e4a416cd
release 0.44.5
v0.44.5
2020-10-01 23:45:09 +02:00
zadam
8f018cc7c6
as part of tree/note load make sure also relation targets are loaded, closes #1273
2020-10-01 23:42:09 +02:00
zadam
4a470ff9e5
right click on electron in editor will show both context menu and balloon toolbar, make z-index of context menu higher, #1281
2020-10-01 22:57:07 +02:00
zadam
4b8ca31091
Merge remote-tracking branch 'origin/stable'
2020-09-30 22:50:33 +02:00
zadam
03e4c49f89
updated API docs
2020-09-30 22:48:52 +02:00
zadam
4f92fbf8a5
updated API docs
2020-09-30 22:48:30 +02:00
zadam
dd020baee5
fix backend API's createNote(), closes #1275
2020-09-30 22:45:15 +02:00
zadam
cba9b92202
make sure the attribute is not duplicated in TreeCache and NoteCache, #1278
2020-09-30 22:34:18 +02:00
zadam
d163289003
fixed messed up highlighting when searching e.g. "a"
2020-09-27 23:11:56 +02:00
zadam
c45f590e9f
put edit link balloon below z-index of dialogs, closes #1272
2020-09-27 23:03:05 +02:00
zadam
fbb36d652f
external links are not opened on click
2020-09-27 23:02:21 +02:00
zadam
2706f1b02f
Merge remote-tracking branch 'origin/stable'
2020-09-26 23:28:50 +02:00
zadam
8f68b4f298
make migration more robust, fixes #1271
2020-09-26 23:25:35 +02:00
zadam
6710476768
new saved search UI wip
2020-09-25 23:52:24 +02:00
zadam
de30095737
change salts on password change + more robust handling of decryption failures
2020-09-25 20:55:45 +02:00
zadam
9de51c8b9e
release 0.44.4
v0.44.4
2020-09-24 23:33:36 +02:00
zadam
748979eafd
fix note.text #1263
2020-09-24 23:13:27 +02:00