9900 Commits

Author SHA1 Message Date
Jin
71dc975aa9 feat: 🎸 add prev month dates 2025-03-31 19:19:59 +02:00
Jin
dece88eef7 feat: 🎸 adjust calendar style 2025-03-31 18:53:17 +02:00
perf3ct
bfa4c87076
add missing options 2025-03-31 16:01:38 +00:00
perf3ct
edeebc77be
add missing options? 2025-03-31 16:01:22 +00:00
perf3ct
4c720818f0
add MFA branch to ai-llm-integ 2025-03-31 15:55:54 +00:00
perf3ct
435e7cdd4f
Merge branch 'develop' into ai-llm-integration 2025-03-31 15:55:41 +00:00
Elian Doran
3cdbc76fff
feat(mermaid): display an error when PNG export could not occur 2025-03-31 18:37:05 +03:00
kliu
4ca296894d Use --link-color as the color of links 2025-03-31 18:01:52 +08:00
Jin
f8da7494c8 feat: 🎸 create week number func 2025-03-31 02:47:16 +02:00
Jin
6084352834 feat: 🎸 reformat week number ui 2025-03-31 02:44:30 +02:00
Jin
0ed957dd77 feat: 🎸 add week numbers 2025-03-31 01:09:57 +02:00
perf3ct
f2cb013e14
dynamically adjust context window sizes based on conversation context 2025-03-30 22:13:40 +00:00
Elian Doran
f3b866fa7b
fix(import/zip): remove nesting of ck-content divs 2025-03-31 00:58:35 +03:00
perf3ct
29845c343c
move translation strings for AI Chat Note type 2025-03-30 21:28:34 +00:00
Elian Doran
f32b76d047
refactor(import/zip): extract method and test it 2025-03-31 00:27:36 +03:00
perf3ct
c046343349
fix voyage.ts typescript issues 2025-03-30 21:03:27 +00:00
perf3ct
614d5ccdd3
move from using axios to fetch in llm services 2025-03-30 21:00:02 +00:00
perf3ct
dd9b37e9fb
move query decomp strings to their own file 2025-03-30 20:08:27 +00:00
perf3ct
75601814d4
fix LBTPL_NOTE_LAUNCHER name
asdf
2025-03-30 20:03:05 +00:00
perf3ct
229a29d1cb
create get/set for private funcs 2025-03-30 19:56:09 +00:00
perf3ct
997edd8de8
clean up anthropic constant locations 2025-03-30 19:50:16 +00:00
perf3ct
a5488771ae
fix showing percentage of embeddings that are completed 2025-03-30 19:43:10 +00:00
perf3ct
40bbdb2faa
fix chunking imports again 2025-03-30 19:41:31 +00:00
perf3ct
53c756be4f
fix duplicate translations 2025-03-30 19:35:13 +00:00
perf3ct
6b86bf93ae
fix import paths in chunking 2025-03-30 19:35:07 +00:00
perf3ct
9dd76873ac
add embedding recreation button back 2025-03-30 19:32:38 +00:00
Elian Doran
9590f5362e
feat(edit-demo): use in-memory database 2025-03-30 22:26:23 +03:00
perf3ct
d8d41a14cf
add missing translation strings 2025-03-30 19:20:33 +00:00
perf3ct
c701bc5b0b
deduplicate event handlers in ai_settings 2025-03-30 19:06:31 +00:00
Elian Doran
575201fbe8
feat(in-app-help): display day notes help for #calendarRoot 2025-03-30 22:04:16 +03:00
perf3ct
d67e8e61cb
break up ai_settings.ts into multiple files 2025-03-30 19:03:41 +00:00
perf3ct
58f855a46b
also fix other providers to not be reset when refreshing settings? 2025-03-30 18:55:09 +00:00
perf3ct
87a905984c
fix Ollama models always being overwritten upon settings load 2025-03-30 18:52:27 +00:00
Elian Doran
e01dc5751a
Merge pull request #1566 from TriliumNext/tray
Fix program crash during initial setup and the tray not showing.
2025-03-30 14:50:11 +03:00
Elian Doran
283229d597
chore(client): add .mobile-only class 2025-03-30 14:30:18 +03:00
Elian Doran
30c14297d0
feat(backend-options): add a refresh floating button 2025-03-30 14:30:18 +03:00
Elian Doran
a0d562e01b
feat(backend-options): reduce padding 2025-03-30 14:30:18 +03:00
SiriusXT
10bc7a8bd6 Merge branch 'develop' into tray 2025-03-30 18:48:54 +08:00
SiriusXT
4c063251e0 Fix program crash during initial setup and the tray not showing. 2025-03-30 17:39:28 +08:00
Elian Doran
bc4918ed5b
feat(backend_log): respect user's word wrapping (closes #1496) 2025-03-30 11:59:38 +03:00
perf3ct
86096ee5b1
Properly reload the LLM chat when swapping between LLM Chat Notes 2025-03-29 22:11:07 +00:00
perf3ct
5d3cfcd0fc
properly manage "saving" LLM chats 2025-03-29 21:55:37 +00:00
perf3ct
def28b1dcd
migrate to a pipeline approach for LLM chats 2025-03-29 21:31:33 +00:00
Elian Doran
fd53e35f6f
feat(autocomplete): don't search unless length is 3 2025-03-29 22:22:51 +02:00
Elian Doran
766b0723f7
feat(autocomplete): support default icons like on client 2025-03-29 22:18:42 +02:00
Elian Doran
a9193fdcd4
feat(autocomplete): display note icon 2025-03-29 22:04:34 +02:00
Jin
ec06503104 feat: 🎸 add first week of year option 2025-03-29 13:34:47 +01:00
Elian Doran
eb097ec1ea
fix(highlights): unable to navigate to italic links (closes #1555) 2025-03-29 14:12:17 +02:00
Elian Doran
a44bf7fb49
chore(highlights): prevent crash if unable to find target element 2025-03-29 14:10:12 +02:00
Elian Doran
04a7ad8d4e
fix(highlights): new italic format not displayed 2025-03-29 14:08:57 +02:00