46 Commits

Author SHA1 Message Date
Elian Doran
03de472a57
fix(codemirror): search not unfolding results 2025-05-31 11:44:10 +03:00
Elian Doran
7c1b13a2e7
feat(backend_log): disable some editor features to increase performance 2025-05-15 21:28:17 +03:00
Elian Doran
28aaa28ce5
feat(code): integrate indentation markers 2025-05-13 14:38:00 +03:00
Elian Doran
3ace3d9ed9
chore(code/find): reimplement replace all 2025-05-13 09:42:31 +03:00
Elian Doran
b646475018
chore(code/find): reimplement single replace 2025-05-12 23:52:41 +03:00
Elian Doran
77fe100591
fix(code/find): clean up search 2025-05-12 22:17:10 +03:00
Elian Doran
22d9091315
refactor(code/find): reimplement find next 2025-05-12 21:21:46 +03:00
Elian Doran
ba2dae4c61
refactor(code/find): integrate search into find plugin 2025-05-12 21:05:15 +03:00
Elian Doran
8a35e390f2
refactor(code/find): remove inner class 2025-05-12 20:59:46 +03:00
Elian Doran
e5417827f4
chore(code/find): update current found 2025-05-12 20:43:30 +03:00
Elian Doran
e08011b3d6
chore(code/find): scroll to nearest result 2025-05-12 20:39:09 +03:00
Elian Doran
c4863dec50
chore(code/find): jump to first result 2025-05-12 20:27:23 +03:00
Elian Doran
f2745d546b
chore(code/find): reintroduce total number of results 2025-05-12 19:35:07 +03:00
Elian Doran
749ae1b6b4
chore(code/find): reintroduce match highlighting 2025-05-12 18:47:50 +03:00
Elian Doran
f20232c077
fix(code/find): crashes at dialog shown 2025-05-12 18:24:36 +03:00
Elian Doran
17194806db
chore(code): reintroduce tab index 2025-05-12 15:47:21 +03:00
Elian Doran
bedbc9373c
chore(code): reintroduce some commented-out behaviours 2025-05-12 12:37:38 +03:00
Elian Doran
d79977b9a4
feat(code): adjust word wrapping automatically in preview 2025-05-12 00:23:47 +03:00
Elian Doran
b2aec4dfdb
feat(code): display user-selected color themes 2025-05-11 21:18:14 +03:00
Elian Doran
ca467fcd7a
feat(server): add endpoint to list code note themes 2025-05-11 20:40:22 +03:00
Elian Doran
36246104dd
feat(codemirror): add model for themes 2025-05-11 20:19:40 +03:00
Elian Doran
2704548eb8
chore(code): stop loading unnecessary extensions for read-only mode 2025-05-11 18:51:44 +03:00
Elian Doran
3e5e19b8a5
chore(code): reintroduce read-only mode 2025-05-11 18:42:56 +03:00
Elian Doran
49838fb773
refactor(code): stop exposing CodeMirror configuration 2025-05-11 18:41:10 +03:00
Elian Doran
4bac03570c
chore(code): add smart tab behaviour 2025-05-11 17:39:10 +03:00
Elian Doran
9bbe111dd9
chore(code): introduce fold gutter 2025-05-11 17:16:07 +03:00
Elian Doran
9b958fc659
chore(code): reintroduce vim keybindings 2025-05-11 17:04:15 +03:00
Elian Doran
38fbaabfbc
chore(code): integrate ESLint 2025-05-11 15:18:42 +03:00
Elian Doran
afa1aa32aa
chore(code): integrate Markdown support 2025-05-11 13:09:36 +03:00
Elian Doran
9c8126016e
fix(code): history of undo/redo preserved across notes 2025-05-11 12:23:09 +03:00
Elian Doran
a4054dfa42
chore(code): reintroduce history (undo-redo) 2025-05-11 12:19:39 +03:00
Elian Doran
67d1868078
chore(code): mark syntax highlighting as fallback 2025-05-11 12:13:45 +03:00
Elian Doran
df92ec9521
chore(code): reintroduce bracket matching 2025-05-11 12:11:24 +03:00
Elian Doran
ec72800b00
chore(code): reintroduce highlight active line & selection 2025-05-11 12:10:28 +03:00
Elian Doran
2628132350
chore(code): reintroduce line wrapping 2025-05-11 12:07:54 +03:00
Elian Doran
9867cd83c4
chore(code): reintroduce tab size of 4 2025-05-11 11:37:52 +03:00
Elian Doran
d29286f9e3
chore(code): reintroduce placeholder 2025-05-11 11:27:27 +03:00
Elian Doran
9f3e990c95
chore(code): reintegrate hcl syntax 2025-05-11 10:54:15 +03:00
Elian Doran
01f02b736c
chore(code): enable syntax highlighting 2025-05-10 23:34:23 +03:00
Elian Doran
71218c0bd4
chore(code): enable syntax highlighting plugin 2025-05-10 21:38:12 +03:00
Elian Doran
385809df84
fix(code): reintroduce indent with tab 2025-05-10 20:20:38 +03:00
Elian Doran
3e5e9096d2
fix(code): saving on change 2025-05-10 20:07:53 +03:00
Elian Doran
ef312c9550
refactor(code): use dedicated method for setting text 2025-05-10 19:22:57 +03:00
Elian Doran
c84a390699
feat(code): enable line numbers 2025-05-10 19:15:38 +03:00
Elian Doran
cfa8987b25
feat(code): switch to CodeMirror 6 2025-05-10 19:10:30 +03:00
Elian Doran
ddf43a5e24
chore(nx): create project for codemirror 2025-05-10 18:30:09 +03:00