Commit Graph

104 Commits

Author SHA1 Message Date
renovate[bot]
cf6efc050a fix(deps): update dependency @codemirror/view to v6.38.1 2025-07-16 02:35:51 +00:00
renovate[bot]
6d967e5e51 fix(deps): update dependency eslint-linter-browserify to v9.31.0 2025-07-12 01:34:54 +00:00
renovate[bot]
8855868b27 fix(deps): update dependency eslint-linter-browserify to v9.30.1 2025-07-02 02:46:36 +00:00
Elian Doran
a49252b2f5 Merge pull request #6121 from TriliumNext/renovate/codemirror
fix(deps): update dependency @codemirror/view to v6.38.0
2025-07-01 22:05:55 +03:00
renovate[bot]
ae1e8353f2 fix(deps): update dependency eslint-linter-browserify to v9.30.0 2025-07-01 18:50:46 +00:00
renovate[bot]
98fe88581f fix(deps): update dependency @codemirror/view to v6.38.0 2025-07-01 18:49:50 +00:00
renovate[bot]
f2c02f869e fix(deps): update codemirror to v6.0.2 2025-06-20 02:46:24 +00:00
Elian Doran
8ecf6ad78e feat(codemirror): add elixir support 2025-06-16 17:48:20 +03:00
Joel Shprentz
6bfc78e148 Merge branch 'develop' of https://github.com/jshprentz/TriliumNextNotes into develop 2025-06-16 02:28:50 +00:00
Joel Shprentz
cc97ec332d Codemirror does not support Elixir. Remove Elixir from the list. 2025-06-16 02:25:57 +00:00
Joel Shprentz
f2e4dad318 Merge branch 'TriliumNext:develop' into develop 2025-06-15 22:12:08 -04:00
Joel Shprentz
9c45e9fa1a Support highlighting Elixir code notes. 2025-06-16 01:54:31 +00:00
Elian Doran
925a674de6 Merge pull request #2311 from TriliumNext/renovate/eslint-linter-browserify-9.x
fix(deps): update dependency eslint-linter-browserify to v9.29.0
2025-06-14 10:39:41 +03:00
renovate[bot]
6ecc67c8cf fix(deps): update dependency eslint-linter-browserify to v9.29.0 2025-06-14 07:24:48 +00:00
renovate[bot]
0f4b26fa6f fix(deps): update codemirror 2025-06-14 07:23:54 +00:00
renovate[bot]
1eb53f448a fix(deps): update codemirror themes to v6.2.0 2025-06-05 08:45:23 +00:00
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
09003270f1 chore(codemirror): problematic provide due to types 2025-05-29 11:45:26 +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
renovate[bot]
42e2a7ed24 fix(deps): update dependency @codemirror/view to v6.37.0 2025-05-29 06:25:34 +00:00
Elian Doran
fe8e090b1b chore(codemirror): fix type errors 2025-05-27 23:33:45 +03:00
renovate[bot]
c433ef7210 fix(deps): update dependency eslint-linter-browserify to v9.27.0 2025-05-17 07:38:27 +00:00
Elian Doran
7c1b13a2e7 feat(backend_log): disable some editor features to increase performance 2025-05-15 21:28:17 +03:00
renovate[bot]
e46631dd58 fix(deps): update codemirror 2025-05-15 05:35:48 +00:00
renovate[bot]
36b7d20b8a fix(deps): update dependency @codemirror/view to v6.36.8 2025-05-14 01:43:16 +00: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
690337ee40 chore(code/find): reintroduce highlight for active item 2025-05-12 23:36:22 +03:00
Elian Doran
77fe100591 fix(code/find): clean up search 2025-05-12 22:17:10 +03:00
Elian Doran
da6cb71c6a fix(code/find): infinite loop when empty 2025-05-12 22:11:51 +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
34a1f48a9e refactor(code): use hyphens for theme ID 2025-05-11 22:21:25 +03:00