Commit Graph

62 Commits

Author SHA1 Message Date
SiriusXT
507910b0ce fix: import markdown to text note 2025-10-28 10:17:37 +08:00
Elian Doran
5f1d2f02ee chore(dx/client): fix SVG icons causing errors in CKEditor 2025-08-31 19:26:47 +03:00
Elian Doran
1566ae4fbd chore(ckeditor5): fix references: DocumentSelection -> ModelDocumentSelection 2025-07-12 19:45:00 +03:00
Elian Doran
4e97490cc6 chore(ckeditor5): fix references: Selectable -> ModelSelectable 2025-07-12 19:44:38 +03:00
Elian Doran
446d5a0fcc chore(ckeditor5): fix references: Item -> ModelItem 2025-07-12 19:44:12 +03:00
Elian Doran
1fd6465012 chore(ckeditor5): fix references: NodeAttributes -> ModelNodeAttributes 2025-07-12 19:43:48 +03:00
Elian Doran
6cea8e3b87 chore(ckeditor5): fix references: Range -> ModelRange 2025-07-12 19:43:18 +03:00
Elian Doran
28a63e0326 chore(ckeditor5): fix references: DocumentFragment -> ModelDocumentFragment 2025-07-12 19:42:54 +03:00
Elian Doran
b73da46111 chore(ckeditor5): fix references: Writer -> ModelWriter 2025-07-12 19:42:26 +03:00
Elian Doran
abafa8c2d2 chore(ckeditor5): fix references: Position -> ModelPosition 2025-07-12 19:41:30 +03:00
Elian Doran
4ae3272cdf chore(ckeditor5): fix references: Element -> ModelElement 2025-07-12 19:40:24 +03:00
Elian Doran
1f022aea4e chore(rebrand): update GitHub repo in source files 2025-06-30 20:39:29 +03:00
Elian Doran
b7f5c0e07a feat(mention): disable auto-completion 2025-06-23 23:20:51 +03:00
Elian Doran
a4a5e0bdf0 refactor(ckeditor5): class name 2025-06-16 23:52:16 +03:00
Elian Doran
32ee75ea43 feat(slash): markdown import 2025-06-16 21:14:46 +03:00
Elian Doran
6069518749 feat(slash): include note 2025-06-16 20:58:42 +03:00
Elian Doran
13afcb8a49 feat(slash): insert internal link 2025-06-16 20:48:01 +03:00
Elian Doran
9bfff03cff feat(slash): insert date/time 2025-06-16 20:42:55 +03:00
Elian Doran
995de2b740 feat(editor): hide balloon toolbar when in code block 2025-06-12 10:12:17 +03:00
SiriusXT
3a56a16a58 fix: moving tables/blockQuote 2025-06-10 18:50:32 +08:00
SiriusXT
a23b0c5ec9 fix(move_block): Make the object movable 2025-06-09 10:04:10 +08:00
SiriusXT
be447b4139 fix(move_block): keep moved blocks in view 2025-06-08 16:49:02 +08:00
SiriusXT
48613da57f fix(move_block): move multiple lines up/down 2025-06-08 16:30:10 +08:00
SiriusXT
9dd7f75ec0 fix(ckeditor5): scroll to selection after undo/redo to keep cursor in view 2025-06-07 16:51:10 +08:00
SiriusXT
e70b0d47c9 chore: fix incorrect comment in date/time 2025-06-07 16:49:10 +08:00
SiriusXT
b973fc7748 feat(insert time): change file name 2025-06-01 20:16:56 +08:00
SiriusXT
8e56faf9f0 fix(insert time): restore editor focus after inserting time 2025-06-01 19:37:49 +08:00
SiriusXT
cef362c123 feat(insert time): Add inserting time via UI 2025-06-01 19:15:59 +08: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
2309863d64 refactor(ckeditor5): remove unused method 2025-05-29 13:25:31 +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
Elian Doran
7972d3f31b chore(ckeditor5): fix type errors 2025-05-27 23:36:41 +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
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
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
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
b0ebeb22d5 fix(highlightjs): unable to match due to init normalization 2025-05-18 16:05:50 +03:00
Elian Doran
ea03381801 refactor(ckeditor): fix type errors in syntax highlighting 2025-05-08 17:56:43 +03:00
Elian Doran
8e7c7ce30f refactor(ckeditor): syntax highlighting as plugin 2025-05-08 14:56:02 +03:00
Elian Doran
eb54b0bb32 chore(ckeditor): remove original special characters 2025-05-07 18:38:36 +03:00
Elian Doran
b13bc23c24 chore(nx/ckeditor): fix two @ts-expect-error 2025-05-07 11:37:56 +03:00
Elian Doran
0ccbf75fa1 chore(ckeditor5/plugins): integrate file-upload 2025-05-03 23:39:30 +03:00