16047 Commits

Author SHA1 Message Date
Elian Doran
56b7965c9a
refactor(codemirror): split custom tab functionality into more methods 2025-05-31 12:11:57 +03:00
Elian Doran
9e3909a5f7
fix(code): pressing tab while multiple lines are selected would replace with tab 2025-05-31 12:06:14 +03:00
Elian Doran
03de472a57
fix(codemirror): search not unfolding results 2025-05-31 11:44:10 +03:00
Elian Doran
fac8f531b8
fix(codemirror): total number of results not correct on large or folded documents 2025-05-31 11:22:04 +03:00
renovate[bot]
46d127b808
fix(deps): update dependency @codemirror/view to v6.37.1 2025-05-31 02:58:51 +00:00
renovate[bot]
60526c21fb
chore(deps): update dependency ollama to v0.5.16 2025-05-31 02:58:06 +00:00
renovate[bot]
2ff1ad04ae
chore(deps): update dependency @types/node to v22.15.29 2025-05-31 02:57:25 +00:00
SiriusXT
419a29372d translate(cn): Fix some Chinese translations 2025-05-31 10:55:28 +08:00
SiriusXT
b01258a8ce translate(cn): Fix some Chinese translations 2025-05-31 10:43:49 +08:00
Elian Doran
5af4d65d1f
chore(server): bump node version 2025-05-31 01:32:52 +03:00
Elian Doran
33924cb7f8
chore(env): set up nvmrc 2025-05-31 01:31:13 +03: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
5d2a779817
chore(server): remove now redundant shebang 2025-05-31 00:19:06 +03:00
Elian Doran
ac384257d3
refactor(github): reorganize attributes 2025-05-31 00:17:54 +03:00
Elian Doran
5c16afbd69
chore(github): mark documentation 2025-05-31 00:08:55 +03:00
Elian Doran
af82107248
chore(github): mark demo as non-detectable 2025-05-31 00:05:46 +03:00
Elian Doran
ff2a8e8708
chore(github): mark demo as vendored 2025-05-30 23:58:17 +03:00
Elian Doran
7542038756
fix(style): context menu appearing while page is loading 2025-05-30 22:01:12 +03:00
Elian Doran
77eceabf6e
Revert "style(next): fix dropdown container while app is loading"
This reverts commit 939469ba5465c5cab3d3d23b9a429942a09153b1.
2025-05-30 21:58:46 +03:00
Elian Doran
27bdb39155
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-30 21:47:19 +03:00
Elian Doran
60a298ab38
docs(release): mention documentation update 2025-05-30 21:47:17 +03:00
Elian Doran
71f5b3fd88
Merge pull request #2056 from HersheyStormBottle/patch-2
Update Packaged version for Linux.md
2025-05-30 21:46:17 +03:00
Elian Doran
355d1cfb5e
chore(docs): sync 2025-05-30 21:45:45 +03:00
Elian Doran
56cf993f46
Merge remote-tracking branch 'origin/develop' into patch-2 2025-05-30 21:39:57 +03:00
Elian Doran
adc9172681
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-30 21:33:28 +03:00
Elian Doran
8994f537dc
fix(migration): use bundleable migrations
This fixes TypeScript migrations, which were not being run correctly
even in previous versions.

On the ESBuild version, neither SQL migrations worked due to the fact
that they were not being bundled.
2025-05-30 21:32:35 +03:00
Elian Doran
939469ba54
style(next): fix dropdown container while app is loading 2025-05-30 19:22:51 +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
64234aed9b
docs(release): update 2025-05-30 09:18:01 +03: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
SiriusXT
e59c972780 fix(e2e): Search works when dismissing a tab 2025-05-30 09:59:29 +08:00
perf3ct
a7906d6b99
refactor(llm): improve search tools error handling and parameter validation with clearer guidance 2025-05-30 00:23:18 +00:00
perf3ct
910c5039f4
feat(llm): add LLM guidance system for failed tool executions and validations 2025-05-30 00:15:40 +00:00
perf3ct
f04e56137b
refactor(llm): improve type safety in tool calling stage and simplify tool call handling 2025-05-29 22:05:38 +00:00
perf3ct
7c63652105
feat(llm): improve type safety and error handling in tool call transformations 2025-05-29 22:03:23 +00:00
perf3ct
2f303b1ae9
feat(llm): also update OpenAI tool usage prompts 2025-05-29 21:58:03 +00:00
perf3ct
8f8b9d9e3b
feat(llm): really try to coax ollama to run tools 2025-05-29 21:24:04 +00:00
perf3ct
87859aec1c
fix(llm): reduce the use of "any" in the tool_calling_stage and update prompt for tool calling 2025-05-29 21:15:05 +00:00
perf3ct
ba59d6b3c1
feat(llm): reduce the use of "any" in the tool calling stage 2025-05-29 21:07:12 +00:00
perf3ct
511d2c5e96
feat(llm): add empty result handling and parameter adjustment suggestions for tool execution 2025-05-29 21:04:06 +00:00
perf3ct
6169efe96b
fix(llm): make sure the default option for ollama in settings matches what the client shows 2025-05-29 20:47:25 +00:00
perf3ct
f6329aab73
fix(llm): fix provider error checking 2025-05-29 20:45:27 +00:00
Jon Fuller
ef581b181f
fix(docs): update the command used to edit docs 2025-05-29 12:01:07 -07:00
Elian Doran
7ef05780a6
fix(client): selecting note after split pane opens in wrong pane 2025-05-29 21:02:35 +03:00
Hershey
1db36c5aec
Update Packaged version for Linux.md
- Added link to releases
- Added clarity on wget use
- Added missing suffix to file in nohup command
- Added clarity on nohups function
2025-05-29 16:44:30 +01:00
Elian Doran
f4c615cfec
fix(editor): ctrl-clicking a reference link would open it in a new browser tab 2025-05-29 18:26:12 +03:00
SiriusXT
11b8c3425c feat(mindMap): support find 2025-05-29 23:09:52 +08:00