SiriusXT
|
a8f94b712f
|
fix(ts): specify array type to fix TS2345 error
|
2025-05-28 16:49:43 +08:00 |
|
SiriusXT
|
bbc77b522f
|
fix(tab-row): Optimize tab-row scrolling experience
|
2025-05-28 16:46:56 +08: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
|
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
|
02e2b5d4ad
|
feat(client): add a copy button to read-only text
|
2025-05-26 15:17:10 +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 |
|
SiriusXT
|
04343fbc2e
|
Fix: Automatically close modal when dropdown is dismissed
|
2025-05-26 00:17:52 +08:00 |
|
FliegendeWurst
|
23422731e2
|
fix(client): handle read-only in note tree auto-collapse
|
2025-05-24 17:35:52 +02:00 |
|
FliegendeWurst
|
8d21b3a8c5
|
fix(client): read-only handling in canvas note
|
2025-05-24 17:35:52 +02:00 |
|
FliegendeWurst
|
923316e14e
|
feat(client): handle read-only database
|
2025-05-24 17:34:04 +02:00 |
|
vanndoublen
|
f640c9212e
|
Merge branch 'develop' into feature/custom-datetime-format
|
2025-05-20 19:55:45 +08:00 |
|
iamvann
|
d1f8e651f4
|
fix: address the review feedback
|
2025-05-20 19:46:50 +08:00 |
|
Elian Doran
|
57108d4dfd
|
Merge remote-tracking branch 'origin/develop' into client_vite
|
2025-05-20 11:02:01 +03:00 |
|
Elian Doran
|
82242a8c16
|
Merge pull request #1962 from TriliumNext/left-pane
Fix: The button for toggling the left pane visibility in the launcher…
|
2025-05-20 10:52:48 +03:00 |
|
Elian Doran
|
4985b043fc
|
Merge pull request #1975 from TriliumNext/update-button
fix(global_menu): Fix update button is blank
|
2025-05-20 10:50:49 +03:00 |
|
SiriusXT
|
8aa3a96857
|
Merge branch 'develop' into left-pane
|
2025-05-20 15:10:52 +08:00 |
|
SiriusXT
|
025c6a4e0e
|
fix(leftpaneVisibility): Make leftpane visibility switch no longer depend on entitiesReloadedEvent
|
2025-05-20 14:33:01 +08:00 |
|
Elian Doran
|
8a1f05cd26
|
refactor(client): remove library loader entirely
|
2025-05-19 18:23:23 +03:00 |
|
Elian Doran
|
a5f0b3b9b2
|
Merge remote-tracking branch 'origin/develop' into client_vite
|
2025-05-19 16:50:00 +03:00 |
|
Elian Doran
|
41533598fd
|
Merge remote-tracking branch 'origin/develop' into client_vite
|
2025-05-19 16:42:11 +03:00 |
|
SiriusXT
|
fdcccb6fe4
|
fix(css): Add a missing semicolon
|
2025-05-19 18:33:26 +08:00 |
|
SiriusXT
|
de0d041886
|
fix(css): Add a missing css space
|
2025-05-19 18:30:39 +08:00 |
|
SiriusXT
|
abfdf40e43
|
fix(global_menu): Fix update button is blank
|
2025-05-19 18:27:22 +08:00 |
|
Elian Doran
|
784e434fc8
|
refactor(client): remove unnecessary code
|
2025-05-18 20:23:43 +03:00 |
|
Elian Doran
|
df6797d9ea
|
fix(highlighting): highlighting not working immediately after a refresh
|
2025-05-18 19:34:27 +03:00 |
|
Elian Doran
|
1a4d1bc791
|
refactor(commons): deduplicate mime_type_definitions
|
2025-05-18 19:33:11 +03:00 |
|
Elian Doran
|
6c70bd6ed6
|
chore(highlightjs): reintroduce no syntax highlight
|
2025-05-18 19:16:44 +03:00 |
|
Elian Doran
|
4537dfa660
|
chore(highlightjs): reintroduce grouping of themes
|
2025-05-18 18:58:46 +03:00 |
|
Elian Doran
|
5a186e6853
|
fix(highlightjs): syntax highlight not working in settings
|
2025-05-18 18:34:12 +03:00 |
|
Elian Doran
|
b998dee476
|
chore(highlightjs): reintegrate loading of themes
|
2025-05-18 18:24:35 +03:00 |
|
Elian Doran
|
66cbe468f5
|
chore(highlightjs): load theme by IDs
|
2025-05-18 17:50:31 +03:00 |
|
Elian Doran
|
8b11f25f0c
|
chore(highlightjs): introduce client-level list of themes
|
2025-05-18 17:12:45 +03:00 |
|
Elian Doran
|
b0ebeb22d5
|
fix(highlightjs): unable to match due to init normalization
|
2025-05-18 16:05:50 +03:00 |
|
Elian Doran
|
4fad4de319
|
chore(highlightjs): basic integration
|
2025-05-18 15:16:53 +03:00 |
|
Elian Doran
|
51f2b9fc81
|
fix(highlightjs): integrate with the rest of the application
|
2025-05-18 10:05:02 +03:00 |
|
Elian Doran
|
5205320d44
|
fix(highlightjs): integration with editable text
|
2025-05-18 10:01:35 +03:00 |
|
SiriusXT
|
c65f0d4249
|
Fix (left pane toggle logic): properly handle both synced and current window visibility states
|
2025-05-18 10:22:49 +08:00 |
|
Elian Doran
|
84d9198396
|
refactor(client): tree CSS
|
2025-05-17 23:11:17 +03:00 |
|
Elian Doran
|
901ab54e64
|
fix(client): missing fancytree dependencies
|
2025-05-17 23:07:01 +03:00 |
|
iamvann
|
2e3a8dfacb
|
fix/commet
|
2025-05-18 03:36:39 +08:00 |
|
Elian Doran
|
23db7fe602
|
chore(client): partial integrate jquery.fancytree
|
2025-05-17 22:15:10 +03:00 |
|
iamvann
|
4fbfcefa94
|
feat: Implement configurable date/time format for Alt+T shortcut
|
2025-05-18 03:14:18 +08:00 |
|
Elian Doran
|
a4cfef7892
|
fix(canvas): proxying of fonts
|
2025-05-17 19:52:04 +03:00 |
|
SiriusXT
|
7e64e31dfe
|
Fix: The button for toggling the left pane visibility in the launcher was initially not visible on startup
|
2025-05-17 23:51:37 +08:00 |
|
SiriusXT
|
9d7ac79a25
|
style(toc): Adjust the CSS of the TOC
|
2025-05-17 21:55:10 +08:00 |
|
SiriusXT
|
6c2c84d941
|
style(toc): Adjust the CSS of the TOC
|
2025-05-17 17:33:29 +08:00 |
|
Elian Doran
|
7b787fff59
|
feat(client): integrate katex
|
2025-05-17 10:31:31 +03:00 |
|
Elian Doran
|
875075e8c4
|
fix(client): emoji definitions
|
2025-05-17 01:39:31 +03:00 |
|
Elian Doran
|
e23400bec1
|
fix(client/vite): build errors due to mark.js
|
2025-05-16 21:06:21 +03:00 |
|