15753 Commits

Author SHA1 Message Date
Elian Doran
39f1c4e57d
Merge pull request #2024 from TriliumNext/feat/metrics-endpoint
Metrics, metrics endpoint, and showing cool data
2025-05-27 09:46:35 +03:00
perf3ct
ab2f27180d feat(server/metrics): add documentation around the new metrics endpoint 2025-05-26 13:51:03 -07:00
perf3ct
3479f5016d
feat(server): unit tests for metrics endpoints 2025-05-26 20:36:57 +00:00
perf3ct
758b22e6b1
feat(server): remove the use of "any" for metrics endpoint 2025-05-26 20:26:03 +00:00
perf3ct
52fb5fa298
feat(server): add metrics endpoint and functionality 2025-05-26 19:50:04 +00:00
Elian Doran
a703172549
docs(release): add new entries in changelog 2025-05-26 20:54:01 +03:00
Elian Doran
3ca2b24db3
feat(client): implement clipboard fallback method 2025-05-26 20:30:32 +03:00
Elian Doran
ac0f6662a6
feat(client): improve error handling if unable to copy to clipboard 2025-05-26 20:12:38 +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
a20e171443
chore(desktop): disable emit declarations 2025-05-26 19:35:42 +03:00
Elian Doran
ba4a146b71
chore(client): fix duplicate font 2025-05-26 18:14:47 +03:00
Elian Doran
39d5c5f756
chore(server): do not emit declaration files 2025-05-26 17:50:49 +03:00
Elian Doran
79422da733
Merge pull request #2014 from FliegendeWurst/demo-mode
feat(server): add option to mount database read-only
2025-05-26 16:47:10 +03:00
Elian Doran
6a29fae7c0
Merge pull request #2003 from TriliumNext/math-edit
feat(math): support multi-line formula editing
2025-05-26 16:43:16 +03:00
Elian Doran
5fcf4afcfa
Merge branch 'develop' into math-edit 2025-05-26 16:39:01 +03:00
Elian Doran
cd15116f0e
Revert "chore(desktop): disable electron forge rebuild"
This reverts commit dfad73ee02da32745f1e4a2ef426f88f2dfccae9.
2025-05-26 16:38:11 +03:00
Elian Doran
97b3268429
Merge pull request #2023 from TriliumNext/feature/code_block_toolbar
Code block toolbar
2025-05-26 16:07:48 +03:00
Elian Doran
ca65cafe31
docs(release): mention code blocks change 2025-05-26 15:51:14 +03:00
Elian Doran
b5c09eee73
refactor(client): missing type errors for syntax highlight 2025-05-26 15:46:19 +03:00
Elian Doran
426549a189
chore(client): use translations 2025-05-26 15:40:57 +03:00
Elian Doran
612566d9d2
chore(client): use translations 2025-05-26 15:25:28 +03:00
Elian Doran
b177e7a637
feat(client/read-only-text): implement copying to clipboard 2025-05-26 15:19:53 +03:00
Elian Doran
02e2b5d4ad
feat(client): add a copy button to read-only text 2025-05-26 15:17:10 +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
bab679fd2a
fix(edit-docs): not working under NixOS 2025-05-26 08:20:48 +03:00
Elian Doran
3091eb831a
fix(client): cannot build due to import error in some circumstances 2025-05-26 08:20:39 +03:00
Elian Doran
f2d99e3fc7
Merge pull request #2021 from maphew/patch-1
fix broken link to config-sample.ini
2025-05-26 08:19:17 +03:00
Elian Doran
3d22a64b5a
chore(docs): update public documentation as well 2025-05-26 08:18:54 +03:00
matt wilkie
ff990839cb
fix broken link to config-sample.ini 2025-05-25 13:43:00 -07:00
Elian Doran
bab8d6f12a
refactor(client): remove unused type 2025-05-25 23:12:54 +03:00
Elian Doran
2f406aea83
fix(client/search): broken search in read-only text 2025-05-25 23:09:16 +03:00
Elian Doran
b4df8f75b9
fix(client/search): search broken due to highlighting 2025-05-25 23:00:53 +03:00
Elian Doran
cb8a08d590
chore(nx): run client server automatically 2025-05-25 22:20:02 +03:00
Elian Doran
aa72b6ebf6
Merge pull request #2020 from FliegendeWurst/patch-4
Update Repology table in README.md
2025-05-25 22:03:03 +03:00
Elian Doran
93c939bf08
fix(docker/rootless): main entry point extension 2025-05-25 21:48:12 +03:00
Elian Doran
b635c74d01
fix(docker/rootless): copy sequence after switch to esbuild 2025-05-25 21:47:35 +03:00
Elian Doran
84ab4dcb8b
chore(docker): format Dockerfiles 2025-05-25 21:45:42 +03:00
Arne Keller
1bc2f876c2
Update Repology table in README.md 2025-05-25 20:30:42 +02:00
Elian Doran
aa10638fd8
feat(nx/server): add build/run scripts for docker rootless 2025-05-25 21:25:43 +03:00
Elian Doran
a32f355193
Merge remote-tracking branch 'origin/develop' into feat/add-rootless-dockerfiles 2025-05-25 21:22:31 +03:00
Elian Doran
9878b4d8c8
Merge pull request #2009 from TriliumNext/renovate/electron-36.x
chore(deps): update dependency electron to v36.3.1
2025-05-25 21:19:38 +03:00