Elian Doran
|
a3fca323c7
|
test(server): fix test depending on note content
|
2025-12-23 13:38:38 +02:00 |
|
Elian Doran
|
9332b9ca8f
|
docs(demo): add JSX widget showcase
|
2025-12-23 13:34:26 +02:00 |
|
Elian Doran
|
1554085d7a
|
chore(scripts/preact): address review
|
2025-12-23 13:06:33 +02:00 |
|
Elian Doran
|
2561c7ca0d
|
Merge remote-tracking branch 'origin/main' into feature/preact_scripts
|
2025-12-23 13:00:55 +02:00 |
|
Adorian Doran
|
b6ca6476de
|
demo notes: change the icon and color for the "Trilium Demo" branch
|
2025-12-23 05:00:23 +02:00 |
|
Anton Antonov
|
18f3b83827
|
Added translation using Weblate (Bulgarian)
|
2025-12-22 20:23:33 +00:00 |
|
Kuzma Simonov
|
b6d550f682
|
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-22 20:23:29 +00:00 |
|
Elian Doran
|
0688ea7de3
|
chore(client): address requested changes
|
2025-12-21 22:59:21 +02:00 |
|
Elian Doran
|
7567903da3
|
docs(user): improve documentation on custom widgets & Preact
|
2025-12-21 22:51:23 +02:00 |
|
Elian Doran
|
531698cafb
|
fix(server/script): ignoring sub-component JSX
|
2025-12-21 20:01:59 +02:00 |
|
Elian Doran
|
c4f55395a9
|
feat(client/jsx): disable debug info
|
2025-12-21 13:31:44 +02:00 |
|
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 |
|
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 |
|
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
|
948a6f84d6
|
feat(options/appearance): add basic illustration for old layout
|
2025-12-17 12:37:12 +02:00 |
|
Elian Doran
|
34343ce356
|
fix(server): autocomplete shows empty name for hoisted note
|
2025-12-16 12:53:51 +02: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 |
|
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 |
|
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 |
|
Elian Doran
|
cb3aced2ed
|
docs(script): clarify originEntity and activeContext
|
2025-12-07 23:58:02 +02:00 |
|
Elian Doran
|
1ed46bd47c
|
refactor(server): add validation for HTML/Markdown rendering
|
2025-12-07 22:24:14 +02:00 |
|
Elian Doran
|
397fb785d6
|
feat(ckeditor/watchdog): functional copy to clipboard button
|
2025-12-07 21:21:55 +02:00 |
|
Elian Doran
|
f053587f09
|
chore(toast): port toast to react
|
2025-12-06 23:37:56 +02:00 |
|
Elian Doran
|
036f8e49a4
|
docs(server/proxy): breaking change in Traefik 3.6.4
|
2025-12-06 21:51:56 +02:00 |
|
Elian Doran
|
c05c58c82b
|
Merge remote-tracking branch 'origin/main' into chore/cleanup_regroup
|
2025-12-06 19:18:23 +02:00 |
|