SiriusXT
|
885cdc8c97
|
Fix: Unable to open in a new window
|
2025-06-10 17:25:10 +08:00 |
|
Elian Doran
|
b379f89a7a
|
chore(client): fix logging errors with circular objects
|
2025-06-08 20:35:38 +03:00 |
|
perf3ct
|
4550c12c6e
|
feat(llm): remove everything to do with embeddings, part 3
|
2025-06-07 18:30:46 +00:00 |
|
perf3ct
|
44a45780b7
|
feat(llm): remove everything to do with embeddings
|
2025-06-07 18:11:12 +00:00 |
|
Elian Doran
|
941d0d45f8
|
feat(client): render tooltips for bookmarks
|
2025-06-07 00:03:30 +03:00 |
|
Elian Doran
|
6e67832416
|
fix(client): clicking on note list not working due to anchor management
|
2025-06-06 23:59:43 +03:00 |
|
Elian Doran
|
73cf828bc9
|
feat(client): one-click navigation to bookmarks (closes #2187)
|
2025-06-06 23:50:42 +03:00 |
|
Elian Doran
|
4489f6c437
|
Merge pull request #1918 from TriliumNext/feat/note-edit-readonly-fix2
Store initial "automatic read-only" decision, so that actively edited Note doesn't transition to read-only
|
2025-06-06 19:42:15 +03:00 |
|
Elian Doran
|
a2a509d45c
|
refactor(client): rename readOnlyDecision
|
2025-06-06 19:29:06 +03:00 |
|
SiriusXT
|
3cdee1ac86
|
Merge branch 'develop' into date/time
|
2025-06-04 16:48:37 +08:00 |
|
Elian Doran
|
8445ece231
|
Merge pull request #2106 from TriliumNext/fix/llm-becca-sync
fix(llm): Fix Note Embeddings not being synced correctly and causing sync loops
|
2025-06-04 11:38:49 +03:00 |
|
SiriusXT
|
6a80bda335
|
vitest(link): add Vitest test cases for parseNavigationStateFromUrl
|
2025-06-04 14:58:11 +08:00 |
|
SiriusXT
|
69d1c1519f
|
fix(link): Allow external links containing # to open
|
2025-06-04 14:57:13 +08:00 |
|
SiriusXT
|
a5ba1b0489
|
fix(link): Allow external links containing # to navigate
|
2025-06-03 14:27:32 +08:00 |
|
perf3ct
|
934efab533
|
refactor(llm): update handling of note embeddings and clean up LoadResults class
|
2025-06-02 19:10:47 +00:00 |
|
perf3ct
|
b0d60f8004
|
refactor(llm): update NoteEmbeddingRow structure and add handling in LoadResults class
|
2025-06-02 19:01:34 +00:00 |
|
perf3ct
|
cc0795f812
|
fix(llm): also add note_embeddings to froca and consistency tests
|
2025-06-02 15:49:45 +00:00 |
|
Jon Fuller
|
c28edb674c
|
Merge branch 'develop' into feat/note-edit-readonly-fix2
|
2025-06-01 18:51:28 -07:00 |
|
Elian Doran
|
365fd37be5
|
refactor(geomap): avoid parsing XML twice
|
2025-06-01 14:18:27 +03:00 |
|
SiriusXT
|
a8c4b11c9f
|
feat(insert time): Add configurable date/time format for Alt+T shortcut
|
2025-06-01 15:27:50 +08:00 |
|
SngAbc
|
e2ac581b14
|
Merge pull request #2072 from vanndoublen/feature/custom-datetime-format
Feature/custom datetime format
|
2025-05-31 21:50:26 +08:00 |
|
Elian Doran
|
395bc372ce
|
chore(ckeditor5): type errors due to augmentation
|
2025-05-28 20:46:33 +03:00 |
|
Elian Doran
|
26c1cbeff1
|
chore(client): fix most type errors
|
2025-05-28 20:42:21 +03:00 |
|
Elian Doran
|
5a6b310b27
|
chore(clipboard): simplify toast messages
|
2025-05-27 22:00:50 +03:00 |
|
Adorian Doran
|
75ec3934af
|
style/code blocks/copy button: tweak appearance
|
2025-05-27 18:18:16 +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
|
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
|
303819605a
|
fix(in-app-help): error in prod
|
2025-05-20 19:16:39 +03:00 |
|
Elian Doran
|
9c1a65427f
|
fix(in-app-help): rendering in dev mode
|
2025-05-20 18:33:25 +03: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 |
|
SiriusXT
|
8aa3a96857
|
Merge branch 'develop' into left-pane
|
2025-05-20 15:10:52 +08:00 |
|
Elian Doran
|
cad6417c4d
|
fix(client): loading app CSS no longer working
|
2025-05-19 18:40:04 +03: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
|
784e434fc8
|
refactor(client): remove unnecessary code
|
2025-05-18 20:23:43 +03:00 |
|
Elian Doran
|
f92047bcac
|
refactor(common): rename highlightjs to markdown language code
|
2025-05-18 20:22:32 +03:00 |
|
Elian Doran
|
9642f209a0
|
fix(highlight.js): occasional crash when multiple code blocks in read-only mode
|
2025-05-18 20:11:07 +03:00 |
|
Elian Doran
|
9a9e990e97
|
fix(highlighting): highlighting not always applying to read-only text at first start
|
2025-05-18 19:37:16 +03:00 |
|
Elian Doran
|
1a4d1bc791
|
refactor(commons): deduplicate mime_type_definitions
|
2025-05-18 19:33:11 +03:00 |
|
Elian Doran
|
f6728ca931
|
refactor(highlightjs): get rid of highlight.js in library loader
|
2025-05-18 18:28:08 +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 |
|