Commit Graph

6857 Commits (d46801ff1fcafa2daf3e71e089fb408fc6dae311)
 

Author SHA1 Message Date
zadam d46801ff1f refactoring, tab switching handling shouldn't be on the widget level 2023-09-13 09:01:55 +07:00
zadam 7848c7e319
Merge pull request #4251 from rauenzi/tab-navigation
Add keyboard shortcuts for tabs
2023-09-13 00:22:01 +07:00
zadam 65e53741e7
Merge pull request #4255 from Compositr/master
Add new datePattern and monthPattern replacers
2023-09-13 00:19:04 +07:00
Zack Rauen a83e8ff91a Switch back to window scope 2023-09-11 18:03:49 +07: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 +07: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 +07:00
zadam 9413cd2296 comment explaining scope in keyboard actions 2023-09-11 22:54:36 +07:00
zadam 5b85713bf3 saving export meta file per directory 2023-09-11 00:12:12 +07:00
Zack Rauen 15254e2dfc Add keyboard shortcuts for tabs 2023-09-08 22:53:21 +07:00
zadam c881b39860 Merge branch 'beta'
# Conflicts:
#	package-lock.json
2023-09-08 01:10:12 +07:00
zadam 0b84524807 fix refreshing note actions on note/tab switch, closes #4247 2023-09-08 00:43:18 +07:00
zadam 5218f7b7a6
Merge pull request #4246 from SiriusXT/open-note-custom
Add openAttachmentCustom
2023-09-08 00:31:20 +07:00
zadam 8062bb7e2a fix reloading unprotected note title to the document.title after entering protected session, fixes #4244 2023-09-08 00:28:00 +07:00
zadam 806062c8d1 fix undelete attachments 2023-09-08 00:22:48 +07:00
zadam 83f19c0537 fix protecting attachments 2023-09-08 00:19:30 +07:00
siriusXT 0424728012 Add openAttachmentCustom 2023-09-07 06:33:51 +07:00
zadam 3a83d58b25 release 0.61.6-beta 2023-09-06 23:57:29 +07:00
zadam 6fa9d996e8 ckeditor 39.0.2 2023-09-06 23:23:42 +07:00
siriusXT 1ea3d238e0 Fix right click bookmark bug
(cherry picked from commit 92e43bc051)
2023-09-06 23:11:51 +07:00
zadam eb273b7dbb lib upgrades 2023-09-06 23:11:02 +07:00
zadam 55374ac4d9
Merge pull request #4240 from SiriusXT/LauncherWidget
Fix right click bookmark bug
2023-09-06 23:10:54 +07:00
zadam 8070c00b5f API docs 2023-09-06 23:05:03 +07:00
zadam da8025f1e4 Merge branch 'beta' 2023-09-06 23:00:45 +07:00
zadam d2263c68f8 provide note dates in the frontend API, fixes #4232 2023-09-06 22:54:31 +07:00
siriusXT 92e43bc051 Fix right click bookmark bug 2023-09-06 14:49:01 +07:00
zadam 40971afe4f API docs build 2023-09-06 09:25:00 +07:00
zadam 90fc4b8293 Merge branch 'beta'
# Conflicts:
#	docs/backend_api/BAttachment.html
#	docs/backend_api/BRevision.html
#	docs/backend_api/BackendScriptApi.html
#	docs/backend_api/becca_entities_battachment.js.html
#	docs/backend_api/becca_entities_bblob.js.html
#	docs/backend_api/becca_entities_brevision.js.html
#	docs/frontend_api/FNote.html
#	docs/frontend_api/FrontendScriptApi.html
#	docs/frontend_api/entities_fattachment.js.html
#	docs/frontend_api/entities_fblob.js.html
#	docs/frontend_api/services_frontend_script_api.js.html
#	package-lock.json
#	src/public/app/services/frontend_script_api.js
2023-09-06 09:24:41 +07:00
zadam 97d8b19868 add missing API docs 2023-09-06 09:23:13 +07:00
zadam 2bc7da91a6 add createLink() returns jsDoc, #4235 2023-09-06 09:20:32 +07:00
zadam 2b4cbb5f6b fix clipperInbox handling for new note creation, closes #4219 2023-09-05 23:24:01 +07:00
zadam 72b2a6ecb6
Merge pull request #4225 from SiriusXT/master
Click the button to reset the zoom level
2023-09-05 23:01:50 +07:00
zadam 7b662b04ff fix orderby with multiple labels, closes #4220 2023-09-05 23:00:08 +07:00
zadam f8e4a665bd fixed search parser tests 2023-09-05 22:48:20 +07:00
zadam f9a27dd90c add imageStyle alignBlockLeft, alignBlockRight, fixes #4215 2023-09-05 22:16:45 +07:00
zadam 641985737f fix FNote.getContent() #4210 2023-09-05 22:02:26 +07:00
zadam 121e4ba2ea fix displaying 1 / 0 in find widget 2023-09-05 21:00:24 +07:00
zadam 01474ecd2d sync fixes 2023-09-05 00:30:09 +07:00
zadam 82e4e28e7b fix 2023-09-04 23:57:42 +07:00
SnnBcd xt 06eb522a8c Click the button to reset the zoom level 2023-09-01 06:40:36 +07:00
SnnBcd xt 21098be307 Click the button to reset the zoom level 2023-09-01 03:30:39 +07:00
zadam 886ee0dbcb fix sync exception 2023-08-31 00:14:35 +07:00
zadam 6f7fbacca1 add "api.runOnFrontend()" to the backend script API 2023-08-30 23:18:16 +07:00
zadam f5ddabc042
Merge pull request #4202 from eliandoran/feature/jump_to_note_list
Use a list instead of dropdown for jump-to-note
2023-08-30 22:17:04 +07:00
vaifix 8da5b90aea Fix bug: Calendar display incorrect tooltips.
(cherry picked from commit 58fe3a62af)
2023-08-30 00:20:42 +07:00
zadam 23848526c0
Merge pull request #4197 from dvai/master
fix some bugs
2023-08-30 00:19:53 +07:00
zadam e7d57bc08f Merge remote-tracking branch 'origin/beta' into beta
# Conflicts:
#	package-lock.json
2023-08-30 00:11:52 +07:00
zadam 041758766a allow specifying date created in the ETAPI, #4199 2023-08-30 00:11:32 +07:00
Elian Doran 69980c798b note autocomplete: Use backspace icon for delete text 2023-08-28 23:07:08 +07:00
Elian Doran 4de6a803e9 jump to note list: Remove scroll when not needed 2023-08-28 22:30:42 +07:00
Elian Doran 748c5064b5 jump to note list: Improve scroll bar position 2023-08-28 22:21:54 +07:00