Commit Graph

16022 Commits (cfe2bd135b8e8b9198ea5a9bfe8dc040cae1233c)
 

Author SHA1 Message Date
Elian Doran 8e4b3711d4
refactor(scripts): fix type errors 2025-05-27 22:25:00 +07:00
Elian Doran 7d29a6279e
fix(server): exporting .zip not working in dev mode 2025-05-27 22:04:09 +07:00
Elian Doran 41b3441e42
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 22:00:53 +07:00
Elian Doran 5a6b310b27
chore(clipboard): simplify toast messages 2025-05-27 22:00:50 +07:00
Adorian Doran eb6c122658 Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 21:14:58 +07:00
Adorian Doran 9405225e69 style(next)/code blocks/copy button: refactor 2025-05-27 21:14:55 +07:00
Elian Doran 4ab297d00f
refactor(editor): correct type for keystroke 2025-05-27 21:01:35 +07:00
Elian Doran 06528ec74b
docs(user): add some more keyboard shortcuts 2025-05-27 21:00:13 +07:00
Elian Doran c3e0ef3a27
docs(user): mention keyboard shortcuts 2025-05-27 20:54:17 +07:00
Elian Doran c55a3ca898
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 20:42:29 +07:00
Elian Doran e2a089eb7e
feat(editor/move_block): support multiple keystrokes 2025-05-27 20:39:52 +07:00
Adorian Doran 8c06175c52 style(next)/action buttons: fix a bug 2025-05-27 20:36:59 +07:00
Elian Doran 27d1a87fb0
feat(editor): allow moving blocks up/down 2025-05-27 20:36:57 +07:00
Adorian Doran 8121dbed74 style(next)/code blocks/copy button: use a better layout 2025-05-27 20:36:07 +07:00
Adorian Doran 541897b1d0 Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 20:15:10 +07:00
Adorian Doran 4ba99989e3 style/code blocks/copy button: optimize the layout 2025-05-27 20:14:55 +07:00
Elian Doran c82c01fb41
Merge pull request #1923 from TriliumNext/feat/add-rootless-dockerfiles
feat(ci): add rootless dockerfiles
2025-05-27 20:07:55 +07:00
Elian Doran 521f4c2410
docs(release): mention rootless Docker mode 2025-05-27 20:07:33 +07:00
Elian Doran 061e238a8e
fix(docker/rootless): missing bash under alpine 2025-05-27 20:05:08 +07:00
Elian Doran c46d5cc9e9
fix(docker/rootless): CRLF issues on Windows 2025-05-27 19:57:18 +07:00
Elian Doran 02fc5214a3
fix(docker/rootless): entrypoint if executable bit is not set 2025-05-27 19:52:44 +07:00
Elian Doran a1dda3c01a
Merge branch 'develop' into feat/add-rootless-dockerfiles 2025-05-27 19:34:49 +07:00
Elian Doran 46bffcaef7
Merge pull request #1973 from NickBusey/patch-1
Update Steel Blue.css
2025-05-27 19:34:21 +07:00
Elian Doran 31c95d568c
chore(demo): sync 2025-05-27 19:33:46 +07:00
Nick Busey dd05a9f720
Update Steel Blue.css
"Top-right corner" isn't correct in macOS anyway, so probably cleaner to just remove it.
2025-05-27 19:30:41 +07:00
Elian Doran 0e10485199
chore(demo): sync 2025-05-27 19:24:05 +07:00
Elian Doran ad0c73d210
feat(edit-docs): read from input directory instead of the zip 2025-05-27 19:24:04 +07:00
Elian Doran 0bb294753f
chore(demo): sync 2025-05-27 19:24:04 +07:00
Elian Doran 6264b9a60a
fix(edit-demo): path to extracted files 2025-05-27 19:24:04 +07:00
Elian Doran 099e73b114
chore(demo): move to right directory 2025-05-27 19:24:04 +07:00
Elian Doran 7cb4cc8469
fix(edit-demo): get it to actually start 2025-05-27 19:24:04 +07:00
Elian Doran 76bc3d858c
fix(edit-demo): path to demo database 2025-05-27 19:24:04 +07:00
Adorian Doran 530b2adc34 Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 18:32:22 +07:00
Adorian Doran b07ec68705 style/code blocks/copy button: prevent overlapping with the code block's text 2025-05-27 18:32:18 +07:00
perf3ct 405b1c5ffc
fix(docs): fix bearer_token reference in metrics docs 2025-05-27 15:23:44 +07:00
Adorian Doran 75ec3934af style/code blocks/copy button: tweak appearance 2025-05-27 18:18:16 +07:00
Elian Doran 6021d33317
chore(edit-docs): split into two entrypoints 2025-05-27 14:03:54 +07:00
Elian Doran bf082fdd40
Merge branch 'develop' of github.com:TriliumNext/Notes into develop 2025-05-27 10:47:25 +07:00
Elian Doran a3b6f21b4f
chore(edit-docs): remove unnecessary config 2025-05-27 10:47:07 +07:00
Elian Doran b5c99b082f
docs(release): update change log 2025-05-27 09:55:24 +07:00
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 +07: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 +07:00
perf3ct 758b22e6b1
feat(server): remove the use of "any" for metrics endpoint 2025-05-26 20:26:03 +07:00
perf3ct 52fb5fa298
feat(server): add metrics endpoint and functionality 2025-05-26 19:50:04 +07:00
Elian Doran a703172549
docs(release): add new entries in changelog 2025-05-26 20:54:01 +07:00
Elian Doran 3ca2b24db3
feat(client): implement clipboard fallback method 2025-05-26 20:30:32 +07:00
Elian Doran ac0f6662a6
feat(client): improve error handling if unable to copy to clipboard 2025-05-26 20:12:38 +07:00
Elian Doran a666e26194
feat(client): display message when copying code block in text note 2025-05-26 20:02:32 +07:00
Elian Doran a20e171443
chore(desktop): disable emit declarations 2025-05-26 19:35:42 +07:00