zadam
|
984bd726e9
|
add support for "bottom" sort, closes #4277
|
2023-09-25 23:25:00 +02:00 |
|
zadam
|
964abf390b
|
API docs
|
2023-09-25 23:11:24 +02:00 |
|
zadam
|
af24758ad4
|
Merge branch 'beta'
# Conflicts:
# docs/backend_api/BAttachment.html
# docs/backend_api/BNote.html
# docs/backend_api/becca_entities_bnote.js.html
# docs/frontend_api/FAttribute.html
# docs/frontend_api/FBranch.html
# docs/frontend_api/FNote.html
# docs/frontend_api/FrontendScriptApi.html
# docs/frontend_api/entities_fattachment.js.html
# docs/frontend_api/entities_fattribute.js.html
# docs/frontend_api/entities_fblob.js.html
# docs/frontend_api/entities_fbranch.js.html
# docs/frontend_api/entities_fnote.js.html
# docs/frontend_api/global.html
# docs/frontend_api/index.html
# docs/frontend_api/services_frontend_script_api.js.html
# package-lock.json
|
2023-09-25 23:11:07 +02:00 |
|
zadam
|
528d94a8fb
|
accept custom widgets as classes instead of instances, #4274
|
2023-09-25 23:05:54 +02:00 |
|
zadam
|
be918628c3
|
global API docs
|
2023-09-25 23:04:03 +02:00 |
|
zadam
|
602b9ae64a
|
API docs
|
2023-09-23 00:04:32 +02:00 |
|
zadam
|
602a166e36
|
added info, confirm, prompt dialogs
|
2023-09-23 00:04:16 +02:00 |
|
zadam
|
2e69cc8331
|
Merge pull request #4267 from rauenzi/tray
Add hotkey option to toggle hide to tray
|
2023-09-22 23:52:47 +02:00 |
|
zadam
|
aaad858395
|
save scroll and zoom in canvas
|
2023-09-22 23:44:03 +02:00 |
|
Zack Rauen
|
b266c327e4
|
Fix jump to ToC for nested headers
|
2023-09-22 05:52:06 -04:00 |
|
Zack Rauen
|
149462e3ab
|
Add option for promoted alias
|
2023-09-22 04:58:06 -04:00 |
|
Nriver
|
237d309406
|
sort mime types alphabetically
|
2023-09-22 09:58:37 +08:00 |
|
zadam
|
48248224f8
|
release 0.61.7-beta
v0.61.7-beta
|
2023-09-21 23:38:18 +02:00 |
|
zadam
|
79e5e3b65f
|
more logging for sync
|
2023-09-21 18:13:14 +02:00 |
|
zadam
|
d0383f3044
|
remove debian packaging hack
|
2023-09-21 12:44:20 +02:00 |
|
zadam
|
62ecd1ad76
|
node 18.18.0
|
2023-09-21 12:29:11 +02:00 |
|
zadam
|
75b7706c2c
|
mermaid 10.4.0
|
2023-09-21 12:24:44 +02:00 |
|
zadam
|
584b176643
|
hiding useless/misleading buttons from excalidraw
|
2023-09-21 12:03:40 +02:00 |
|
zadam
|
a16555bbff
|
don't save appState in canvas - app state should be reset after each load
|
2023-09-21 11:54:54 +02:00 |
|
zadam
|
a749e24147
|
fix creating revisions for non-text notes #4176
|
2023-09-21 11:38:38 +02:00 |
|
zadam
|
bb81f110dd
|
improved error handling
|
2023-09-21 11:16:03 +02:00 |
|
zadam
|
5dd6f49104
|
chart js 0.16.0
|
2023-09-19 23:59:05 +02:00 |
|
zadam
|
bc6be44b19
|
better error condition checks
|
2023-09-19 23:48:55 +02:00 |
|
zadam
|
8075265753
|
fix migration, closes #4262
|
2023-09-18 23:45:00 +02:00 |
|
Zack Rauen
|
9d69024758
|
Add hotkey option to toggle hide to tray
Fixes #3043
|
2023-09-18 04:38:23 -04:00 |
|
zadam
|
40ca949890
|
fixes for tooltip auto-disappearing handling
|
2023-09-14 00:40:49 +02:00 |
|
zadam
|
035113db4d
|
Merge branch 'beta'
# Conflicts:
# package-lock.json
|
2023-09-14 00:19:19 +02:00 |
|
zadam
|
4a67f63abd
|
better error message in image attachment + upgrades
|
2023-09-14 00:18:56 +02:00 |
|
zadam
|
d9666210f1
|
make sure that the hidden note is never selected when hoisted to root to avoid e.g. erroneous deletion
|
2023-09-13 16:57:24 +02:00 |
|
zadam
|
925bba134e
|
formatting
|
2023-09-13 09:10:56 +02:00 |
|
zadam
|
d46801ff1f
|
refactoring, tab switching handling shouldn't be on the widget level
|
2023-09-13 09:01:55 +02:00 |
|
zadam
|
7848c7e319
|
Merge pull request #4251 from rauenzi/tab-navigation
Add keyboard shortcuts for tabs
|
2023-09-13 00:22:01 +02:00 |
|
zadam
|
65e53741e7
|
Merge pull request #4255 from Compositr/master
Add new datePattern and monthPattern replacers
|
2023-09-13 00:19:04 +02:00 |
|
Zack Rauen
|
a83e8ff91a
|
Switch back to window scope
|
2023-09-11 18:03:49 -04:00 |
|
Compositr
|
542e2579df
|
feat: add new datePattern replacers for shortmonth
* `{shortMonth3}` 3-letter months, e.g. Sep, Oct, Nov, Dec
* `{shortMonth4}` 4-letter months, e.g. Sept, Octo, Nove, Dece
|
2023-09-12 07:35:46 +10:00 |
|
Compositr
|
81d64e020e
|
feat: add new datePattern replacer {ordinal}
* {ordinal} is replaced with the ordinal date (e.g. 1st, 2nd, 3rd) etc.
|
2023-09-12 07:30:30 +10:00 |
|
zadam
|
9413cd2296
|
comment explaining scope in keyboard actions
|
2023-09-11 22:54:36 +02:00 |
|
zadam
|
5b85713bf3
|
saving export meta file per directory
|
2023-09-11 00:12:12 +02:00 |
|
Zack Rauen
|
15254e2dfc
|
Add keyboard shortcuts for tabs
|
2023-09-08 22:53:21 -04:00 |
|
zadam
|
5f6d562bf8
|
add ability to excalidraw to follow links
|
2023-09-08 23:00:43 +02:00 |
|
zadam
|
f37dc66074
|
add support for storing canvas libraries in note attachments plus storing exported SVG in attachment
|
2023-09-08 21:53:57 +02:00 |
|
zadam
|
c881b39860
|
Merge branch 'beta'
# Conflicts:
# package-lock.json
|
2023-09-08 01:10:12 +02:00 |
|
zadam
|
0b84524807
|
fix refreshing note actions on note/tab switch, closes #4247
|
2023-09-08 00:43:18 +02:00 |
|
zadam
|
5218f7b7a6
|
Merge pull request #4246 from SiriusXT/open-note-custom
Add openAttachmentCustom
|
2023-09-08 00:31:20 +02:00 |
|
zadam
|
8062bb7e2a
|
fix reloading unprotected note title to the document.title after entering protected session, fixes #4244
|
2023-09-08 00:28:00 +02:00 |
|
zadam
|
806062c8d1
|
fix undelete attachments
|
2023-09-08 00:22:48 +02:00 |
|
zadam
|
83f19c0537
|
fix protecting attachments
|
2023-09-08 00:19:30 +02:00 |
|
siriusXT
|
0424728012
|
Add openAttachmentCustom
|
2023-09-07 06:33:51 +00:00 |
|
zadam
|
3a83d58b25
|
release 0.61.6-beta
v0.61.6-beta
|
2023-09-06 23:57:29 +02:00 |
|
zadam
|
6fa9d996e8
|
ckeditor 39.0.2
|
2023-09-06 23:23:42 +02:00 |
|