308 Commits

Author SHA1 Message Date
Elian Doran
cca8504796
refactor(client): circular dep in utils 2025-06-19 22:44:02 +03:00
Elian Doran
09391a92e5
refactor(client): circular dep: toast <-> ws 2025-06-19 22:29:44 +03:00
Elian Doran
efdf79feaa
refactor(client): circular dependency causing test failure 2025-06-19 22:01:01 +03:00
Elian Doran
9418055b69
chore(test): fix imports 2025-06-19 21:30:42 +03:00
SiriusXT
5fc0a0460d Merge branch 'develop' into note-create 2025-06-18 11:21:32 +08:00
Elian Doran
9687a9d8ff
refactor(note_types): separate user templates into own method 2025-06-17 19:21:21 +03:00
Elian Doran
fa11295693
feat(templates): add support for built-in templates 2025-06-17 19:21:21 +03:00
SiriusXT
bcc689cae3 Merge branch 'develop' into note-create 2025-06-17 21:18:06 +08:00
SiriusXT
20173d544b feat(autocomple): support specifying path when creating a new note 2025-06-17 20:41:23 +08:00
Elian Doran
32f4d7be39
fix(slash): adding links not focusing box 2025-06-16 22:52:54 +03:00
SiriusXT
e440f31cb5 Merge branch 'develop' into open_in_new_window 2025-06-10 17:51:54 +08:00
SiriusXT
ee9267775e vitest(link): add Vitest test cases for parseNavigationStateFromUrl 2025-06-10 17:38:05 +08:00
SiriusXT
885cdc8c97 Fix: Unable to open in a new window 2025-06-10 17:25:10 +08:00
Elian Doran
ceb6134af2
fix(client): uninitialized field 2025-06-09 22:40:45 +03:00
Elian Doran
0ea60fa9d7
fix(client): bring back toast for read-only notes 2025-06-09 21:31:04 +03:00
Elian Doran
1bcb811835
feat(share): enable syntax highlighting 2025-06-09 18:22:30 +03: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