Elian Doran
|
e0416097e1
|
feat(script/jsx): support import syntax for api
|
2025-12-20 22:23:25 +02:00 |
|
Elian Doran
|
6c1b327f5f
|
feat(script/jsx): support import syntax for preact
|
2025-12-20 22:14:45 +02:00 |
|
Elian Doran
|
284b66acd2
|
feat(script/jsx): support export default syntax
|
2025-12-20 21:59:03 +02:00 |
|
Elian Doran
|
dcd73ff9f9
|
test(script/jsx): JSX fragment
|
2025-12-20 21:37:41 +02:00 |
|
Elian Doran
|
645557b505
|
test(script/jsx): basic JSX processing
|
2025-12-20 21:35:52 +02:00 |
|
Elian Doran
|
4d7e5bc8f6
|
chore(script/jsx): move Preact API in dedicated object
|
2025-12-20 20:10:19 +02:00 |
|
Elian Doran
|
41220a9d1d
|
fix(script/jsx): cannot find preact hydration function
|
2025-12-20 19:45:44 +02:00 |
|
Elian Doran
|
3619c0c3e4
|
feat(script/jsx): compile JSX on server side
|
2025-12-20 18:46:15 +02:00 |
|
Elian Doran
|
8722ed405e
|
docs(user): add missing share aliases
|
2025-12-20 17:56:18 +02:00 |
|
Elian Doran
|
bd799823b8
|
docs(user): add troubleshooting on content-sized
|
2025-12-20 13:54:50 +02:00 |
|
Elian Doran
|
c581ee7252
|
docs(user): improve examples for right pane widgets
|
2025-12-20 13:29:38 +02:00 |
|
Elian Doran
|
666c434c74
|
docs(user): mention changes to sidebar
|
2025-12-20 13:17:01 +02:00 |
|
Elian Doran
|
78ac59581e
|
New layout: Right panel (sidebar) (#8095)
|
2025-12-20 13:09:59 +02:00 |
|
Maxime
|
0be5581fe5
|
Translated using Weblate (French)
Currently translated at 99.7% (388 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/fr/
|
2025-12-20 07:03:30 +00:00 |
|
Kuzma Simonov
|
60572a28ff
|
Translated using Weblate (Russian)
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ru/
|
2025-12-20 07:03:29 +00:00 |
|
renovate[bot]
|
ba242a6169
|
chore(deps): update dependency openai to v6.15.0
|
2025-12-20 01:00:35 +00:00 |
|
Kuzma Simonov
|
200e5d04a4
|
Translated using Weblate (Russian)
Currently translated at 97.6% (380 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ru/
|
2025-12-19 12:26:24 +01:00 |
|
renovate[bot]
|
44ae60005c
|
chore(deps): update dependency fs-extra to v11.3.3
|
2025-12-19 06:38:07 +00:00 |
|
Elian Doran
|
0a2d4131d7
|
feat(docs): improve link docs organization (#8057)
|
2025-12-19 00:26:09 +02:00 |
|
Elian Doran
|
9ef4ab9983
|
fix(search): add null check for canvas elements in fulltext search (#8090)
|
2025-12-19 00:22:43 +02:00 |
|
Elian Doran
|
ddb6b3ea8a
|
feat(right_pane): store expansion state
|
2025-12-18 16:29:35 +02:00 |
|
Jason Wasem
|
ee6f988c35
|
refactor(search): simplify null check and use join for text concatenation
根据代码审查建议优化代码:
- 移除多余的 `elements &&` 检查,因为 Array.isArray() 本身可处理 null/undefined
- 使用 `join(" ")` 替代 `toString()` 以确保文本元素用空格分隔,更适合全文搜索
- 移除显式类型声明,让 TypeScript 自动推断
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-18 10:01:13 +08:00 |
|
Elian Doran
|
f3b274650e
|
docs(user): mark new layout in feature highlights
|
2025-12-17 22:34:01 +02:00 |
|
Elian Doran
|
3293ed2ce0
|
docs(user): document the new layout
|
2025-12-17 22:34:01 +02:00 |
|
Jason Wasem
|
ecb972c71c
|
fix(search): add null check for canvas elements in fulltext search
添加对 Canvas 笔记 elements 字段的空值检查,防止当 elements 为 null 或非数组时搜索功能报错。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-18 00:42:12 +08:00 |
|
Elian Doran
|
c7f1e46b26
|
e2e(server): disable new layout and call-to-action for now
|
2025-12-17 18:05:39 +02:00 |
|
Elian Doran
|
1ed83b3598
|
Merge remote-tracking branch 'origin/main' into layout/refinement
|
2025-12-17 15:43:51 +02:00 |
|
Elian Doran
|
948a6f84d6
|
feat(options/appearance): add basic illustration for old layout
|
2025-12-17 12:37:12 +02:00 |
|
renovate[bot]
|
304fd37ce2
|
chore(deps): update dependency openai to v6.14.0
|
2025-12-17 00:03:10 +00:00 |
|
Elian Doran
|
b5129402be
|
chore(deps): update dependency vite to v7.3.0 (#8071)
|
2025-12-17 01:05:15 +02:00 |
|
Elian Doran
|
fe5e1eb066
|
chore(deps): update dependency openai to v6.13.0 (#8070)
|
2025-12-17 01:00:32 +02:00 |
|
Elian Doran
|
6abc5a777f
|
fix(deps): update dependency i18next to v25.7.3 (#8069)
|
2025-12-17 01:00:14 +02:00 |
|
Elian Doran
|
34343ce356
|
fix(server): autocomplete shows empty name for hoisted note
|
2025-12-16 12:53:51 +02:00 |
|
renovate[bot]
|
3445b594e8
|
chore(deps): update dependency vite to v7.3.0
|
2025-12-16 01:18:58 +00:00 |
|
renovate[bot]
|
676595dd6b
|
chore(deps): update dependency openai to v6.13.0
|
2025-12-16 01:18:25 +00:00 |
|
renovate[bot]
|
f8c84602f4
|
fix(deps): update dependency i18next to v25.7.3
|
2025-12-16 01:17:51 +00:00 |
|
Chris Cavalluzzi
|
55649c3750
|
fix(docs): mismatching phrasing in reference link notes
|
2025-12-14 21:17:59 -07:00 |
|
Chris Cavalluzzi
|
51bbf71577
|
feat(docs): improve link docs organization
|
2025-12-14 19:30:21 -07:00 |
|
Wojciech O
|
cd82c34b93
|
Translated using Weblate (Polish)
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/pl/
|
2025-12-14 09:21:45 +01:00 |
|
Elian Doran
|
0cdaf70efe
|
chore(deps): update dependency electron to v39.2.7 (#8030)
|
2025-12-13 22:46:30 +02:00 |
|
Elian Doran
|
2645801277
|
chore(deps): update dependency vite to v7.2.7 (#8032)
|
2025-12-13 22:44:45 +02:00 |
|
renovate[bot]
|
e9f3216926
|
fix(deps): update dependency i18next to v25.7.2
|
2025-12-13 19:24:28 +00:00 |
|
renovate[bot]
|
ca0af9646d
|
chore(deps): update dependency vite to v7.2.7
|
2025-12-13 19:23:33 +00:00 |
|
renovate[bot]
|
d04dde3b97
|
chore(deps): update dependency electron to v39.2.7
|
2025-12-13 19:22:36 +00:00 |
|
Luk On
|
2d16ab7a70
|
Translated using Weblate (Polish)
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/pl/
|
2025-12-13 13:34:41 +00:00 |
|
Luk On
|
b9ebc7d7ea
|
Translated using Weblate (Polish)
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/pl/
|
2025-12-13 13:34:39 +00:00 |
|
green
|
4f9e2c5eca
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
|
2025-12-13 13:34:38 +00:00 |
|
renovate[bot]
|
e80b5cddcd
|
chore(deps): update node.js to v24.12.0
|
2025-12-13 01:17:27 +00:00 |
|
Elian Doran
|
481127a560
|
docs(user): mention version for board custom attributes
|
2025-12-11 10:57:30 +02:00 |
|
Elian Doran
|
ae154212fe
|
feat(client/server): basic support for experimental features
|
2025-12-09 19:34:03 +02:00 |
|