335 Commits

Author SHA1 Message Date
renovate[bot]
f56804168d
fix(deps): update dependency eslint-linter-browserify to v9.28.0 2025-06-01 01:49:10 +00:00
Elian Doran
6f15ccd0ce
Merge pull request #2067 from TriliumNext/renovate/codemirror
fix(deps): update dependency @codemirror/view to v6.37.1
2025-05-31 12:15:31 +03:00
Elian Doran
56b7965c9a
refactor(codemirror): split custom tab functionality into more methods 2025-05-31 12:11:57 +03:00
Elian Doran
9e3909a5f7
fix(code): pressing tab while multiple lines are selected would replace with tab 2025-05-31 12:06:14 +03:00
Elian Doran
03de472a57
fix(codemirror): search not unfolding results 2025-05-31 11:44:10 +03:00
Elian Doran
fac8f531b8
fix(codemirror): total number of results not correct on large or folded documents 2025-05-31 11:22:04 +03:00
renovate[bot]
46d127b808
fix(deps): update dependency @codemirror/view to v6.37.1 2025-05-31 02:58:51 +00:00
Elian Doran
f4c615cfec
fix(editor): ctrl-clicking a reference link would open it in a new browser tab 2025-05-29 18:26:12 +03:00
Elian Doran
ae5421902b
Merge pull request #2044 from TriliumNext/renovate/typescript-eslint-monorepo
chore(deps): update dependency @typescript-eslint/eslint-plugin to ~8.33.0
2025-05-29 13:56:58 +03:00
Elian Doran
2309863d64
refactor(ckeditor5): remove unused method 2025-05-29 13:25:31 +03:00
Elian Doran
e70d2a25fa
refactor(highlightjs): clean up unused imports 2025-05-29 13:25:21 +03:00
Elian Doran
b5f2c2d557
refactor(ckeditor5): add explicit types 2025-05-29 13:24:32 +03:00
Elian Doran
3eddb55aa2
refactor(ckeditor5): add explicit override 2025-05-29 13:22:38 +03:00
renovate[bot]
1d5ad500eb
chore(deps): update dependency @typescript-eslint/eslint-plugin to ~8.33.0 2025-05-29 10:06:49 +00:00
Elian Doran
09003270f1
chore(codemirror): problematic provide due to types 2025-05-29 11:45:26 +03:00
Elian Doran
57cdd9ee93
chore(ckeditor5): migrate config
See:

* https://github.com/ckeditor/ckeditor5-package-generator/pull/229
* https://github.com/ckeditor/ckeditor5-linters-config/pull/60
2025-05-29 11:27:41 +03:00
Elian Doran
ede1760d1a
Merge pull request #2051 from TriliumNext/renovate/codemirror
fix(deps): update dependency @codemirror/view to v6.37.0
2025-05-29 10:59:12 +03:00
Elian Doran
7651083e63
Merge remote-tracking branch 'origin/develop' into refactor/typecheck_errors 2025-05-29 09:35:12 +03:00
renovate[bot]
42e2a7ed24
fix(deps): update dependency @codemirror/view to v6.37.0 2025-05-29 06:25:34 +00:00
Elian Doran
f87e7fb577
chore(ckeditor5): missing type augmentations 2025-05-28 23:03:19 +03:00
Elian Doran
395bc372ce
chore(ckeditor5): type errors due to augmentation 2025-05-28 20:46:33 +03:00
Elian Doran
ba7c93967e
chore(server): fix some type errors 2025-05-28 19:03:53 +03:00
SiriusXT
3b09147e52 fix(math-edit): Set focus to input field when inserting math formula 2025-05-28 20:39:17 +08:00
Elian Doran
c4e10b6eba
fix(commons): not importable due to wrong meta 2025-05-27 23:49:33 +03:00
Elian Doran
7972d3f31b
chore(ckeditor5): fix type errors 2025-05-27 23:36:41 +03:00
Elian Doran
fe8e090b1b
chore(codemirror): fix type errors 2025-05-27 23:33:45 +03:00
Elian Doran
44c502f9cc
chore(deps): remove dependencies on swc 2025-05-27 23:31:29 +03:00
Elian Doran
d81ab9ea1d
fix(commons): type errors 2025-05-27 23:28:09 +03:00
Elian Doran
114607f762
refactor(commons): switch to esbuild 2025-05-27 23:28:01 +03:00
Elian Doran
4ab297d00f
refactor(editor): correct type for keystroke 2025-05-27 21:01:35 +03:00
Elian Doran
e2a089eb7e
feat(editor/move_block): support multiple keystrokes 2025-05-27 20:39:52 +03:00
Elian Doran
27d1a87fb0
feat(editor): allow moving blocks up/down 2025-05-27 20:36:57 +03:00
Elian Doran
a666e26194
feat(client): display message when copying code block in text note 2025-05-26 20:02:32 +03:00
Elian Doran
5fcf4afcfa
Merge branch 'develop' into math-edit 2025-05-26 16:39:01 +03:00
Elian Doran
b5c09eee73
refactor(client): missing type errors for syntax highlight 2025-05-26 15:46:19 +03:00
Elian Doran
4752db6bc5
style(ckeditor5/codeblock): limit language selector height 2025-05-26 12:35:38 +03:00
Elian Doran
622d026efc
refactor(ckeditor5/codeblock): simplify copy clipboard plugin 2025-05-26 12:23:11 +03:00
Elian Doran
a77d89f4c7
feat(ckeditor5/codeblock): implement copy to clipboard function 2025-05-26 12:18:21 +03:00
SiriusXT
32fd575cc4 fix(math edit): preserve line breaks 2025-05-26 17:17:18 +08:00
Elian Doran
fc83f67d7c
chore(ckeditor5/codeblock): add command for copying to clipboard 2025-05-26 11:37:44 +03:00
Elian Doran
5eecea52bf
feat(ckeditor5/codeblock): add copy icon 2025-05-26 11:37:26 +03:00
SiriusXT
aff5a9c31d style(math): Set the default width of the math formula editing dialog 2025-05-26 16:05:27 +08:00
Elian Doran
751ed0b5d4
refactor(ckeditor5/codeblock): split dropdown into own plugin 2025-05-26 10:53:12 +03:00
Elian Doran
178ce31064
feat(ckeditor5/codeblock): add language dropdown 2025-05-26 10:09:33 +03:00
Elian Doran
a1d5719fe0
feat(ckeditor5): create an empty toolbar for code blocks 2025-05-26 09:17:35 +03:00
Elian Doran
0f7ea60be1
Merge branch 'develop' into math-edit 2025-05-25 21:05:47 +03:00
Elian Doran
470cc69a85
Merge remote-tracking branch 'origin/develop' into feature/server_esbuild 2025-05-25 16:23:39 +03:00
Elian Doran
fa9d0be651
refactor(server): async import without side effects 2025-05-25 14:09:51 +03:00
SiriusXT
262ec45fe0 feat(math): support multi-line formula editing 2025-05-23 17:03:07 +08:00
Adorian Doran
ac1d56b1d6 client/formatting toolbar: fix the "Markdown import" button's icon 2025-05-23 02:03:20 +03:00