Commit Graph

187 Commits

Author SHA1 Message Date
Elian Doran
df7f0d4099 Merge pull request #2110 from TriliumNext/feat/llm-integration-part3
LLM Integration, part 3
2025-06-04 11:41:49 +03:00
Elian Doran
380cb62d2b chore(editor): relocate bookmark icon in floating toolbar 2025-06-04 08:54:18 +03:00
perf3ct
336cd1fbda fix(llm): storing >1 message in a chat note works
fix(llm): storing >1 message in a chat note works
2025-06-03 03:15:17 +00:00
perf3ct
e7e04b7ccd refactor(llm): streamline chat response handling by simplifying content accumulation and removing unnecessary thinking content processing 2025-06-02 23:25:15 +00:00
perf3ct
0d305cd22c refactor(llm): optimize chat UI updates by checking for new content and preserving scroll position 2025-06-02 22:34:10 +00:00
perf3ct
7b498cf384 refactor(llm): update chat saving logic to prevent race conditions between client and server 2025-06-02 22:30:59 +00:00
perf3ct
00ce765e96 Merge branch 'develop' into feat/llm-integration-part3 2025-06-02 20:24:18 +00:00
Elian Doran
d7c6c8f5fd feat(geomap): the line of GPX traces now respects the #color attribute 2025-06-02 15:53:19 +03:00
perf3ct
f6af617f6b feat(llm): redo chat storage, part 2 2025-06-02 02:38:21 +00:00
perf3ct
35f78aede9 feat(llm): redo chat storage, part 1 2025-06-02 00:56:19 +00:00
Adorian Doran
206905b278 style(next)/ribbon: improve the appearance of the Edited Notes list 2025-06-01 16:36:00 +03:00
Elian Doran
41b0f27420 fix(geo_map): icons for GPX waypoints 2025-06-01 15:46:33 +03:00
Elian Doran
1ee10ca209 fix(geomap): missing start/end icons + add customization 2025-06-01 15:18:15 +03:00
Elian Doran
365fd37be5 refactor(geomap): avoid parsing XML twice 2025-06-01 14:18:27 +03:00
Elian Doran
c5d64c182b fix(geomap): not rendering on desktop (closes #2085) 2025-06-01 14:11:14 +03:00
perf3ct
d948ef5ed2 feat(llm): show "thinking" area in the UI 2025-06-01 03:21:48 +00:00
perf3ct
2c48a70bfb feat(llm): use ckeditor for text input area for mention support instead of textinput 2025-06-01 03:03:26 +00:00
perf3ct
ba98bd9097 Merge branch 'develop' into feat/llm-integration-part2 2025-05-31 10:48:00 -07:00
Elian Doran
bc58ef605f fix(llm): LLM note type should not be selectable (closes #1848) 2025-05-31 00:57:14 +03:00
Elian Doran
b93e44a38f fix(llm): button shown even if disabled 2025-05-30 17:39:38 +03:00
Elian Doran
e4af99bfd4 Merge pull request #2059 from TriliumNext/tab-row
feat(tab-row): Added smooth decay logic
2025-05-30 17:31:48 +03:00
SiriusXT
7010472bea feat(tab): enable Shift + Wheel to switch tabs 2025-05-30 20:40:33 +08:00
SiriusXT
dd4cb7de7d feat(tab-row): Added smooth decay logic to ensure responsive and fluid animation 2025-05-30 20:28:17 +08:00
Elian Doran
74a11b5e66 Merge pull request #2055 from TriliumNext/mind-map-find
feat(mindMap): support find
2025-05-30 09:17:48 +03:00
perf3ct
f6329aab73 fix(llm): fix provider error checking 2025-05-29 20:45:27 +00:00
Elian Doran
7ef05780a6 fix(client): selecting note after split pane opens in wrong pane 2025-05-29 21:02:35 +03:00
SiriusXT
11b8c3425c feat(mindMap): support find 2025-05-29 23:09:52 +08:00
Elian Doran
c11c271aa6 style(search): remove calendar view toolbar padding 2025-05-29 17:46:22 +03:00
Elian Doran
ce3506d5d0 feat(search): display calendar view if the right viewType attribute is set 2025-05-29 17:44:00 +03:00
Elian Doran
01f6368f95 chore(search): don't render note list if no results 2025-05-29 17:41:02 +03:00
Elian Doran
af5eab4518 fix(calendar): becomes invisible if resizing while not visible 2025-05-29 15:29:05 +03:00
Elian Doran
93a1d62218 fix(sql_console): background color 2025-05-29 14:48:17 +03:00
Elian Doran
844fb3cfb7 refactor(client): use different approach for disabling code background 2025-05-29 14:45:55 +03:00
Elian Doran
e29e711861 fix(mermaid): background color of the preview 2025-05-29 14:41:50 +03:00
Elian Doran
9fadc9341a fix(mermaid): code background stuck after navigating to new note 2025-05-29 14:35:40 +03:00
Elian Doran
7651083e63 Merge remote-tracking branch 'origin/develop' into refactor/typecheck_errors 2025-05-29 09:35:12 +03:00
Elian Doran
7af44f609d chore(client): fix a type error in tests 2025-05-28 21:36:00 +03:00
Elian Doran
c597ad7694 chore(client): remove unused linter for now 2025-05-28 21:15:55 +03: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
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