perfectra1n
09df73e125
fix(fts): remove migration statements of old 0236
2025-11-28 21:36:12 -08:00
perfectra1n
f21aa321f6
fix(fts): remove index of components
2025-11-28 21:29:48 -08:00
perfectra1n
7be8b6c71e
fix(fts): merge the two migrations into one file
2025-11-28 21:27:01 -08:00
perfectra1n
bb8e5ebd4a
fix(fts): fix suggestions from elian
2025-11-28 21:25:24 -08:00
perfectra1n
6b8b71f7d1
feat(fts): implement missing unit tests
2025-11-28 21:12:39 -08:00
perfectra1n
191a18d7f6
feat(fts): add fts to in-memory sqlite for testing
2025-11-28 21:08:49 -08:00
perfectra1n
574a3441ee
feat(fts): update imports from breaking up large fts_search file
2025-11-28 20:59:50 -08:00
perfectra1n
9940ee3bee
feat(fts): break up the huge fts_search into smaller files
2025-11-28 20:57:18 -08:00
perfectra1n
41f6fedc61
feat(fts5): get rid of search comparison code
2025-11-24 14:24:07 -08:00
perfectra1n
0ddf48c460
feat(fts5): add more unit tests for search
2025-11-24 13:30:40 -08:00
perfectra1n
3957d789da
feat(fts5): also create an fts5 index for attributes, and allow them to be searchable using fts5 indexes
2025-11-18 13:08:11 -08:00
perfectra1n
15719a1ee9
fix(fts5): correctly allow for exact word searches with fts5
2025-11-18 13:07:51 -08:00
perfectra1n
334c7dd27a
Merge branch 'main' into feat/rice-searching-with-sqlite
...
Resolved conflicts by:
- Combining imports from both branches in search.ts (added
hoistedNoteService and beccaService alongside existing ftsSearchService
and log imports)
- Integrating FTS5 search optimization from feature branch with flatText
attribute search logic from main in note_content_fulltext.ts
- Maintained backward compatibility by keeping fallback search
implementation for cases where FTS5 is not available or not suitable
2025-11-16 14:23:01 -08:00
perfectra1n
30da95d75a
feat(search): update fulltext search and add stress test improvements
...
- Modified note_content_fulltext.ts for enhanced search capabilities
- Updated becca_mocking.ts for better test support
- Improved stress-test-populate.ts script
2025-11-16 14:20:46 -08:00
Elian Doran
c3ebef0dde
Translations update from Hosted Weblate ( #7762 )
2025-11-16 22:10:05 +02:00
Elian Doran
7b7058c77b
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-11-16 21:08:43 +01:00
Elian Doran
192cf9bc26
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (1625 of 1625 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ro/
2025-11-16 21:08:43 +01:00
Elian Doran
1cccbcfabe
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-11-16 21:02:49 +01:00
Elian Doran
a85b37985a
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ro/
2025-11-16 21:02:48 +01:00
Elian Doran
8b6b1ee315
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ro/
2025-11-16 21:02:47 +01:00
Elian Doran
021c655a1a
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (1625 of 1625 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ro/
2025-11-16 21:02:45 +01:00
Elian Doran
8af8968b49
Internationalization v2 ( #7767 )
2025-11-16 22:02:37 +02:00
Elian Doran
17298edfcc
chore: handle requested changes
2025-11-16 21:32:08 +02:00
Elian Doran
5281e8e5b4
docs(dev): document adding a new locale
2025-11-16 21:24:34 +02:00
Elian Doran
cc0e30e3f5
test(ckeditor): test all languages are mapped correctly
2025-11-16 21:18:34 +02:00
Elian Doran
497bb35209
test(canvas): test all languages are mapped correctly
2025-11-16 21:03:53 +02:00
Elian Doran
7d1453ffbd
feat(canvas): add support for locales
2025-11-16 17:49:55 +02:00
Elian Doran
89228f264f
feat(mindmap): add support for locales
2025-11-16 17:34:56 +02:00
Elian Doran
a10d99f938
feat(ckeditor5): set up multi-language support
2025-11-16 14:24:07 +02:00
Elian Doran
d014ae4fcf
chore(ckeditor5): set up dependency to commons
2025-11-16 14:23:48 +02:00
Elian Doran
bbcc670655
feat(client/link): render reference links same as in editor
2025-11-16 11:01:37 +02:00
Elian Doran
ae58b4af35
feat(help): render reference links with icon
2025-11-16 11:01:37 +02:00
Elian Doran
fbc2ffac59
chore(deps): update dependency i18next-fs-backend to v2.6.1 ( #7760 )
2025-11-16 09:23:30 +02:00
renovate[bot]
f279839e6f
chore(deps): update dependency i18next-fs-backend to v2.6.1
2025-11-16 02:27:29 +00:00
perfectra1n
09ff9ccc65
feat(dev): add new stress test population script
2025-11-15 16:54:09 -08:00
Elian Doran
1844a7d666
fix(calendar): unable to delete in journal ( closes #7702 )
2025-11-15 22:43:35 +02:00
Elian Doran
c9f648fcb8
fix(tree): #top/#bottom reversed in desc order ( closes #7716 )
2025-11-15 22:27:02 +02:00
Elian Doran
948688a4ea
fix(note_list): no longer displayed in help or search
2025-11-15 22:05:32 +02:00
Elian Doran
35ca295d48
fix(settings/appearance): font size can't be typed out properly ( closes #7740 )
2025-11-15 21:38:17 +02:00
Elian Doran
cacc4ad01d
Translations update from Hosted Weblate ( #7756 )
2025-11-15 21:32:13 +02:00
Hosted Weblate
b12085f61f
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-15 19:29:45 +00:00
Elian Doran
39dacafa82
Fix #6696 by using shell.openExternal ( #7737 )
2025-11-15 21:29:30 +02:00
Elian Doran
57deb36027
Merge branch 'main' into patch-1
2025-11-15 21:24:24 +02:00
Elian Doran
2840df82f4
chore(client): fix typecheck issue
2025-11-15 17:52:08 +02:00
Elian Doran
3d971108b8
chore(ci/docker): update nightly version on main branch
2025-11-15 17:47:20 +02:00
Elian Doran
5bcdce72ef
chore(client): remove redundant log
2025-11-15 17:33:06 +02:00
Elian Doran
398329a219
fix(text): insert link sometimes occurs in the wrong tab
2025-11-15 17:32:06 +02:00
Elian Doran
754a06343f
Translations update from Hosted Weblate ( #7751 )
2025-11-15 16:44:12 +02:00
minkipark
55a79e5fbf
Translated using Weblate (Korean)
...
Currently translated at 7.8% (12 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/
2025-11-15 15:36:43 +01:00
Yunho Park
c78a97fed1
Translated using Weblate (Korean)
...
Currently translated at 7.8% (12 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/
2025-11-15 15:36:43 +01:00
Elian Doran
13c8ff5cb3
Kanban board v3 ( #7753 )
2025-11-15 16:36:39 +02:00
Elian Doran
9e34d3a668
chore(client): fix typecheck issue
2025-11-15 16:01:30 +02:00
Elian Doran
57f220e64c
Apply suggestions from code review
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-15 15:37:00 +02:00
Elian Doran
a89756a76c
docs(user): improve documentation on promoted attributes
2025-11-15 15:25:36 +02:00
Elian Doran
88c1aa163e
docs(user): working with the note tree in board
2025-11-15 13:41:48 +02:00
Elian Doran
d2184682e5
docs(user): grouping by relation in board
2025-11-15 13:37:24 +02:00
Elian Doran
63cc5b21b4
feat(board): scroll snapping on mobile
2025-11-15 13:06:51 +02:00
Elian Doran
b7703fc4df
style(next): use main background color on mobile
2025-11-15 12:52:20 +02:00
Elian Doran
254d3a1c8e
fix(board): not reacting to external title changes
2025-11-15 12:42:49 +02:00
Elian Doran
8d3892757a
fix(board): not refreshing on status attribute change
2025-11-15 12:37:25 +02:00
Elian Doran
a8992d08b3
fix(board): escape not working in "Add column"
2025-11-15 12:35:10 +02:00
Elian Doran
5e35aa8079
fix(board): columns leaking between notes
2025-11-15 12:24:18 +02:00
Elian Doran
df8da0fd4f
feat(board): warn when column already exists
2025-11-15 11:34:01 +02:00
Elian Doran
f820c6f23b
feat(board/relation): react to column title changes
2025-11-15 11:28:35 +02:00
Elian Doran
0c616fecdf
feat(board/relation): improve relation editing experience
2025-11-15 11:21:23 +02:00
Elian Doran
092a84693f
feat(board/relation): basic support for editing relations in columns
2025-11-15 11:13:55 +02:00
Elian Doran
d1e80815d5
feat(board/relation): add support for more APIs
2025-11-15 10:50:55 +02:00
Elian Doran
0f000ccd93
fix(board/relation): not reacting to status change
2025-11-15 10:42:32 +02:00
Elian Doran
f90e0767cb
feat(board/relation): allow dragging between columns
2025-11-15 10:26:19 +02:00
Elian Doran
ad6d61f1f7
feat(board/relation): display note titles
2025-11-15 10:17:40 +02:00
Elian Doran
47f7968dc4
feat(board/relation): group by relation
2025-11-15 10:15:11 +02:00
Elian Doran
455b190a5b
refactor(client): rename to user attributes
2025-11-15 09:36:18 +02:00
Elian Doran
0bc8584c35
chore(deps): update dependency electron to v38.7.0 ( #7748 )
2025-11-15 09:01:14 +02:00
Elian Doran
da39cdb27f
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v5.0.1 ( #7741 )
2025-11-15 09:00:57 +02:00
Elian Doran
769c2e9b4e
chore(deps): update dependency @smithy/middleware-retry to v4.4.11 ( #7742 )
2025-11-15 09:00:48 +02:00
Elian Doran
783d2b8843
chore(deps): update dependency @types/yargs to v17.0.35 ( #7743 )
2025-11-15 09:00:13 +02:00
Elian Doran
baca0a17c3
chore(deps): update dependency rcedit to v5.0.1 ( #7744 )
2025-11-15 08:59:50 +02:00
Elian Doran
f48d47bac5
fix(deps): update dependency @codemirror/view to v6.38.7 ( #7745 )
2025-11-15 08:59:29 +02:00
Elian Doran
14fa5d2723
fix(deps): update dependency color to v5.0.3 ( #7746 )
2025-11-15 08:58:40 +02:00
Elian Doran
70845611a4
chore(deps): update dependency @anthropic-ai/sdk to v0.69.0 ( #7747 )
2025-11-15 08:58:20 +02:00
Elian Doran
7be11da85f
chore(deps): update dependency node-abi to v4.24.0 ( #7749 )
2025-11-15 08:56:25 +02:00
renovate[bot]
f2f4b0e75b
chore(deps): update dependency node-abi to v4.24.0
2025-11-15 01:04:53 +00:00
renovate[bot]
491cd27f2d
chore(deps): update dependency electron to v38.7.0
2025-11-15 01:04:10 +00:00
renovate[bot]
7b62881113
chore(deps): update dependency @anthropic-ai/sdk to v0.69.0
2025-11-15 01:03:30 +00:00
renovate[bot]
22f46919f9
fix(deps): update dependency color to v5.0.3
2025-11-15 01:02:49 +00:00
renovate[bot]
1ef7fd401f
fix(deps): update dependency @codemirror/view to v6.38.7
2025-11-15 01:02:07 +00:00
renovate[bot]
5f1dbc23b4
chore(deps): update dependency rcedit to v5.0.1
2025-11-15 01:01:27 +00:00
renovate[bot]
8d750417ec
chore(deps): update dependency @types/yargs to v17.0.35
2025-11-15 01:01:22 +00:00
renovate[bot]
52f30052d5
chore(deps): update dependency @smithy/middleware-retry to v4.4.11
2025-11-15 01:00:40 +00:00
renovate[bot]
655e6bafd1
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v5.0.1
2025-11-15 00:59:58 +00:00
Elian Doran
d4dfb0cb53
Translations update from Hosted Weblate ( #7738 )
2025-11-14 18:19:39 +02:00
Hosted Weblate
8d08973d48
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-14 15:38:37 +00:00
Elian Doran
9b1b56a381
fix NoteLink component is unable to display path for root note ( #7736 )
2025-11-14 17:38:19 +02:00
laund
f709c27329
use shell.openExternal for URI protocol handling, clean up and unify logic
2025-11-14 15:31:51 +01:00
contributor
02859039ec
fix NoteLink component is unable to display path for root note
2025-11-14 16:02:43 +02:00
Elian Doran
e6810ef753
Fix toggle tray wont restore from tray ( #7735 )
2025-11-14 11:57:31 +02:00
contributor
ef86e195c6
remove constant and import, it is type safe as is #7730
2025-11-14 11:45:44 +02:00
contributor
d69dd2a83f
handle toggleTray global shortcut differently from other global shortcuts #7730
2025-11-14 11:45:39 +02:00
Elian Doran
5dd21ac539
fix(flake): upgrade to Nodejs 24 ( #7732 )
2025-11-14 10:53:47 +02:00
FliegendeWurst
bd6575982b
fix(flake): revert pname to just trilium-*
2025-11-14 08:54:25 +01:00
FliegendeWurst
80313527c5
fix(flake): upgrade to Nodejs 24
...
This ensures consistency with the main server build.
2025-11-14 08:53:40 +01:00
Elian Doran
78901e03d7
fix markdown headings are rendered with extra character ( #7720 )
2025-11-14 08:28:56 +02:00
Elian Doran
01c1b19601
chore(deps): update dependency openai to v6.9.0 ( #7727 )
2025-11-14 08:27:10 +02:00
Elian Doran
1d837092a2
Translations update from Hosted Weblate ( #7731 )
2025-11-14 08:26:47 +02:00
Elian Doran
bde04919fe
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v5 ( #7729 )
2025-11-14 08:26:14 +02:00
Hosted Weblate
0dd0416346
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-14 06:25:56 +00:00
Yunho Park
711dd64093
Translated using Weblate (Korean)
...
Currently translated at 3.9% (6 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/
2025-11-14 06:25:47 +00:00
Hosted Weblate
db7b4829b5
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-14 06:25:46 +00:00
Elian Doran
f97c63fe93
chore(deps): update ckeditor5 config packages to v13 (major) ( #7728 )
2025-11-14 08:25:38 +02:00
renovate[bot]
cb5fe95768
chore(deps): update dependency openai to v6.9.0
2025-11-14 06:25:29 +00:00
Elian Doran
34359dd7b6
fix(deps): update dependency react-i18next to v16.3.3 ( #7725 )
2025-11-14 08:24:40 +02:00
Elian Doran
476d1d274e
chore(deps): update dependency node-abi to v4.23.0 ( #7726 )
2025-11-14 08:24:07 +02:00
Elian Doran
c52265c046
fix(deps): update dependency @mind-elixir/node-menu to v5.0.1 ( #7724 )
2025-11-14 08:23:26 +02:00
Elian Doran
4fbf3d79c7
chore(deps): update dependency ollama to v0.6.3 ( #7723 )
2025-11-14 08:22:51 +02:00
renovate[bot]
e8cc92db95
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v5
2025-11-14 02:38:29 +00:00
renovate[bot]
40e969bab9
chore(deps): update ckeditor5 config packages to v13
2025-11-14 02:37:48 +00:00
renovate[bot]
3df2105016
chore(deps): update dependency node-abi to v4.23.0
2025-11-14 02:36:26 +00:00
renovate[bot]
0aa3cc3d6f
fix(deps): update dependency react-i18next to v16.3.3
2025-11-14 02:35:52 +00:00
renovate[bot]
666f26f516
fix(deps): update dependency @mind-elixir/node-menu to v5.0.1
2025-11-14 02:35:12 +00:00
renovate[bot]
7662dde294
chore(deps): update dependency ollama to v0.6.3
2025-11-14 02:34:31 +00:00
contributor
d28dda876c
fix markdown headings are rendered with extra character
2025-11-13 23:18:38 +02:00
Elian Doran
1ca46e3505
Fix enex import stores wrong format in database for dateCreated, dateModified ( #7718 )
2025-11-13 20:48:09 +02:00
Elian Doran
6b6dc47f2b
Translations update from Hosted Weblate ( #7714 )
2025-11-13 20:43:39 +02:00
contributor
98b5b81d7d
add typing and improve readability
2025-11-13 20:33:03 +02:00
contributor
48a20500f8
explicit param to keep or convert local date for enex import
2025-11-13 20:13:46 +02:00
contributor
a3bd15e102
move date conversion function to enex directly
...
to protect from future potential refactoring
2025-11-13 17:41:45 +00:00
contributor
f728b2b0e7
fix enex import saves local dates in wrong format (with Z, like UTC fields)
...
the proper format for dateCreated, dateModified is: +0000
2025-11-13 17:41:45 +00:00
Magnus Johansson
50dfd1d329
Translated using Weblate (Swedish)
...
Currently translated at 4.2% (5 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/sv/
2025-11-13 13:47:27 +00:00
kamykO
c0375b34fd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pl/
2025-11-13 13:47:27 +00:00
Dong-ha, Lee
d8e7832f07
Translated using Weblate (Korean)
...
Currently translated at 15.6% (61 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ko/
2025-11-13 13:47:26 +00:00
green
f2415916aa
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1624 of 1624 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-11-13 13:47:25 +00:00
Francis C.
7f67b2a1ee
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2025-11-13 13:47:23 +00:00
Francis C.
bc9ad5012e
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1624 of 1624 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-11-13 13:47:23 +00:00
Francis C.
096deda23c
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hans/
2025-11-13 13:47:22 +00:00
qingmo_dev
8b5544268b
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1624 of 1624 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-11-13 13:47:21 +00:00
Francis C.
d492c0e091
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1624 of 1624 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-11-13 13:47:20 +00:00
Elian Doran
20b301ac0e
fix(collections/list): archived notes not shown on first render
2025-11-13 10:59:56 +02:00
Elian Doran
bacbe9f47c
chore(collections/list): style archived notes differently
2025-11-13 10:35:39 +02:00
Elian Doran
4ecb693be5
chore(collections/list): use more performant mechanism for searching by note ID
2025-11-13 10:26:47 +02:00
Elian Doran
454310c3e4
feat(collections/list): enable "Show archived notes" checkmark in collections
2025-11-13 10:24:57 +02:00
Elian Doran
e51daad5da
feat(collections/list): filter archived notes
2025-11-13 10:21:45 +02:00
Elian Doran
b13c0fe7a2
refactor(board/promoted_attributes): reduce duplication
2025-11-13 09:56:47 +02:00
Elian Doran
3036d18df5
feat(board/promoted_attributes): improve rendering for color badge
2025-11-13 09:56:47 +02:00
Elian Doran
5dbe9e7da6
feat(board/promoted_attributes): render non-promoted attribute defs too
2025-11-13 09:56:47 +02:00
Elian Doran
fd9b6e9e67
fix(board/promoted_attributes): status attribute displayed when it shouldn't
2025-11-13 09:56:46 +02:00
Elian Doran
4f580a37a3
fix(quick_search): resolve word issues to not trigger substring matches ( #7708 )
2025-11-13 09:53:14 +02:00
Elian Doran
f64d11b7c8
chore(deps): update dependency @smithy/middleware-retry to v4.4.10 ( #7709 )
2025-11-13 09:42:30 +02:00
Elian Doran
2bf9e0edd9
chore(deps): update dependency js-yaml to v4.1.1 ( #7710 )
2025-11-13 09:42:18 +02:00
Elian Doran
b807079c55
chore: add class name to content-header ( #7713 )
2025-11-13 09:41:35 +02:00
SiriusXT
2cc5b896e0
Merge branch 'main' into share
2025-11-13 14:24:04 +08:00
SiriusXT
7c79caba78
chore: add class name to content-header
2025-11-13 14:21:07 +08:00
Elian Doran
fbf4a910fa
Merge branch 'main' into renovate/smithy-middleware-retry-4.x
2025-11-13 08:07:46 +02:00
Elian Doran
95947a9f8c
chore(deps): update node.js to v24.11.1 ( #7697 )
2025-11-13 07:43:55 +02:00
Elian Doran
1c05acf5ed
fix(deps): update dependency react-i18next to v16.3.1 ( #7712 )
2025-11-13 07:43:18 +02:00
Elian Doran
5cc5f3ffae
chore(deps): update pnpm to v10.22.0 ( #7711 )
2025-11-13 07:42:47 +02:00
renovate[bot]
54556c73e2
fix(deps): update dependency react-i18next to v16.3.1
2025-11-13 01:08:04 +00:00
renovate[bot]
5aa63ac50c
chore(deps): update pnpm to v10.22.0
2025-11-13 01:07:17 +00:00
renovate[bot]
38eaa94a53
chore(deps): update node.js to v24.11.1
2025-11-13 01:07:05 +00:00
renovate[bot]
7810f6c8da
chore(deps): update dependency js-yaml to v4.1.1
2025-11-13 01:06:16 +00:00
renovate[bot]
6d94efb6c8
chore(deps): update dependency @smithy/middleware-retry to v4.4.10
2025-11-13 01:05:36 +00:00
perfectra1n
e89646ee7c
fix(quick_search): centralize the repeated exactWordMatch function, per Gemini's suggestion
2025-11-12 16:49:43 -08:00
perfectra1n
dee8c115ab
fix(quick_search): resolve word issues to not trigger substring matches
2025-11-12 16:43:59 -08:00
Elian Doran
54d3936c7b
feat(board/promoted_attributes): support multiple values
2025-11-12 21:06:44 +02:00
Elian Doran
02452a0513
feat(board/promoted_attributes): display relations with icon
2025-11-12 21:01:53 +02:00
Elian Doran
e9f40c48e3
feat(board/promoted_attributes): basic support for color attributes
2025-11-12 20:56:15 +02:00
Elian Doran
6b74b227cb
feat(board/promoted_attributes): format URL
2025-11-12 20:50:01 +02:00
Elian Doran
00874840b7
feat(board/promoted_attributes): format time
2025-11-12 20:48:45 +02:00
Elian Doran
d79a23bc9e
feat(board/promoted_attributes): format boolean
2025-11-12 20:42:30 +02:00
Elian Doran
3015576d7e
feat(board/promoted_attributes): format date & time
2025-11-12 20:34:48 +02:00
Elian Doran
46c2e162f0
feat(board/promoted_attributes): format number with precision
2025-11-12 20:31:27 +02:00
Elian Doran
3c42577da4
feat(board/promoted_attributes): react to changes
2025-11-12 20:27:13 +02:00
Elian Doran
76f791da93
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-11-12 19:59:36 +02:00
Elian Doran
0c5adcee2d
fix(board): no promoted attributes creates margin
2025-11-12 19:58:42 +02:00
Elian Doran
b11b3ff67f
refactor(board): use hook for obtaining the list of attributes
2025-11-12 19:57:28 +02:00
Elian Doran
e006afc5a2
feat(board): display in chip format
2025-11-12 19:38:56 +02:00
Elian Doran
40dbb818c5
feat(board): ignore status attribute
2025-11-12 19:09:59 +02:00
Elian Doran
62dc570d38
feat(board): display promoted attributes
2025-11-12 19:07:23 +02:00
Elian Doran
b759c5e7d2
feat(board): display number of items in column
2025-11-12 18:47:29 +02:00
Elian Doran
3f93d191b3
Translations update from Hosted Weblate ( #7701 )
2025-11-12 08:27:40 +02:00
green
3a83e7f632
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-11-12 07:18:19 +01:00
green
2acede95d7
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1623 of 1623 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-11-12 07:18:18 +01:00
Unknown
052a60ba58
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-11-12 07:18:17 +01:00
Unknown
a633c6eecd
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1623 of 1623 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/es/
2025-11-12 07:18:16 +01:00
Elian Doran
b6561e6375
"Open note on server" menu item ( #7477 )
2025-11-12 08:17:53 +02:00
Elian Doran
7af9df2ee3
chore(deps): update dependency @redocly/cli to v2.11.1 ( #7695 )
2025-11-12 08:08:29 +02:00
Elian Doran
3c4b7fd490
chore(deps): update dependency @smithy/middleware-retry to v4.4.7 ( #7696 )
2025-11-12 08:08:15 +02:00
Elian Doran
f5ed4007e3
chore(deps): update typescript-eslint monorepo to v8.46.4 ( #7698 )
2025-11-12 08:07:55 +02:00
Elian Doran
f26469bdc2
fix(deps): update dependency i18next to v25.6.2 ( #7699 )
2025-11-12 08:07:38 +02:00
Elian Doran
3326d803a0
Translations update from Hosted Weblate ( #7700 )
2025-11-12 08:07:15 +02:00
Hosted Weblate
b60a28c52c
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-12 05:55:12 +00:00
Elian Doran
139c60ac73
Hotfix ( #7679 )
2025-11-12 07:54:54 +02:00
renovate[bot]
c7ad6131cb
fix(deps): update dependency i18next to v25.6.2
2025-11-12 02:54:22 +00:00
renovate[bot]
86e2a762a4
chore(deps): update typescript-eslint monorepo to v8.46.4
2025-11-12 02:53:34 +00:00
renovate[bot]
bf9f880a21
chore(deps): update dependency @smithy/middleware-retry to v4.4.7
2025-11-12 02:51:14 +00:00
renovate[bot]
5491aaab85
chore(deps): update dependency @redocly/cli to v2.11.1
2025-11-12 02:50:29 +00:00
Elian Doran
25563c6687
chore(release): prepare for v0.99.5
2025-11-11 22:16:13 +02:00
Elian Doran
48608adbd3
Merge branch 'hotfix' of https://github.com/TriliumNext/Trilium into hotfix
2025-11-11 15:33:00 +02:00
Elian Doran
362ecba98d
fix(popup_editor): drag indicator not visible ( closes #7686 )
2025-11-11 15:32:59 +02:00
Elian Doran
a13892da66
refactor(popup_editor): different handling for z-index
2025-11-11 15:32:18 +02:00
Elian Doran
40568ac547
Translations update from Hosted Weblate ( #7689 )
2025-11-11 13:56:40 +02:00
Elian Doran
e8dc19a1a6
chore(forge): display logs when building for flatpak
2025-11-11 13:49:00 +02:00
Elian Doran
cc326547d1
Merge branch 'hotfix' of github.com:TriliumNext/Trilium into hotfix
2025-11-11 13:41:22 +02:00
Elian Doran
a45b147462
fix(flatpak): global shortcuts not working ( closes #7563 )
2025-11-11 13:41:18 +02:00
Elian Doran
4e73f20165
fix(flatpak): system tray missing
2025-11-11 13:37:35 +02:00
hulmgulm
0039e5e60c
Translated using Weblate (German)
...
Currently translated at 21.7% (33 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/de/
2025-11-11 11:51:35 +01:00
Ondřej Soldát
813e2e8c9b
Translated using Weblate (Czech)
...
Currently translated at 1.9% (3 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/cs/
2025-11-11 11:51:34 +01:00
Dong-ha, Lee
f186e929b2
Translated using Weblate (Korean)
...
Currently translated at 10.5% (41 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ko/
2025-11-11 11:51:25 +01:00
Giovi
31d2abf954
Translated using Weblate (Italian)
...
Currently translated at 100.0% (389 of 389 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-11-11 11:51:23 +01:00
Giovi
bd69280735
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1623 of 1623 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-11-11 11:51:21 +01:00
Elian Doran
80c77eeb18
fix(ribbon): "Open attribute list" shortcut not focusing ( closes #7463 )
2025-11-11 12:20:16 +02:00
Elian Doran
c30282fbd0
Merge branch 'hotfix' of https://github.com/TriliumNext/Trilium into hotfix
2025-11-11 11:24:47 +02:00
Elian Doran
7b8f1ed6ec
fix(collections/calendar): unable to drag to/from all-day ( closes #7685 )
2025-11-11 11:24:45 +02:00
Elian Doran
b86c656895
Note info ribbon flex layout ( #7678 )
2025-11-10 22:18:05 +02:00
Elian Doran
bc32fe749d
chore(deps): update pnpm to v10.21.0 ( #7672 )
2025-11-10 22:12:20 +02:00
Elian Doran
5970a242c9
chore(deps): update dependency esbuild to v0.27.0 ( #7671 )
2025-11-10 22:11:36 +02:00
Elian Doran
118e11c3fd
edited notes: better sql like statement ( #7681 )
2025-11-10 21:16:29 +02:00
Elian Doran
4fc9848a3b
Translations update from Hosted Weblate ( #7682 )
2025-11-10 20:36:02 +02:00
Hosted Weblate
b8de5b3348
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-10 18:29:41 +00:00
Elian Doran
5a01f75d67
edited notes: better sql like statement ( #7681 )
2025-11-10 20:29:25 +02:00
contributor
d0a994c102
fix sql like pattern
2025-11-10 20:15:08 +02:00
contributor
e883f32f89
edited notes: better sql like statement
2025-11-10 20:04:50 +02:00
Elian Doran
a6fc54cb81
fix(mindmap): switching between read-only and editable mode
2025-11-10 19:59:01 +02:00
Elian Doran
76bd6a5ab9
refactor(mindmap): unnecessary content logic
2025-11-10 19:44:45 +02:00
Elian Doran
3b5d749d86
docs(dev): branching strategy
2025-11-10 19:31:10 +02:00
Elian Doran
b54765113e
fix(ci): wrong dir for arm64
2025-11-10 19:10:55 +02:00
Elian Doran
ed08893996
chore(ci): disable fail-fast for matrix
2025-11-10 19:05:41 +02:00
Elian Doran
20286d53c8
feat(ci): test server on ARM as well
2025-11-10 18:56:04 +02:00
Elian Doran
9c1a34fe7c
fix(ci): proper port
2025-11-10 18:30:03 +02:00
Elian Doran
e70c6b69b8
fix(ci): set proper environment variables for playwright
2025-11-10 18:20:35 +02:00
Elian Doran
9b69b0ad0d
fix(server): use right packaged version
2025-11-10 17:51:04 +02:00
Elian Doran
3776c40b8d
chore(ci): add playwright testing to the server
2025-11-10 17:25:39 +02:00
renovate[bot]
6761f741ca
chore(deps): update dependency esbuild to v0.27.0
2025-11-10 13:48:16 +00:00
Elian Doran
c7369bc9b3
fix(print): copy to clipboard button visible
2025-11-10 14:26:24 +02:00
Adorian Doran
b741662fde
style/empty note: fix alignment
2025-11-10 14:17:49 +02:00
Adorian Doran
624610b17c
close #7668
2025-11-10 14:17:44 +02:00
Adorian Doran
de004bd8ba
fix #7667
2025-11-10 14:17:37 +02:00
contributor
a1c959aabd
use class instead of inline style for note info calculate button
2025-11-10 13:18:07 +02:00
contributor
4d1ebd011c
ribbon Note Info in flex layout instead of table
2025-11-10 13:18:07 +02:00
renovate[bot]
2947967b79
chore(deps): update pnpm to v10.21.0
2025-11-10 02:58:46 +00:00
Adorian Doran
52691b9e88
style/empty note: fix alignment
2025-11-10 03:05:05 +02:00
Adorian Doran
daba806e12
close #7668
2025-11-10 02:09:14 +02:00
Adorian Doran
d7f7049b5d
fix #7667
2025-11-10 02:01:45 +02:00
contributor
e811db3651
only show "Open note on server" for electron app
2025-11-10 00:26:28 +02:00
contributor
a1d38b6bb8
add 'Open note on server' menu item to NoteActions drop-down
2025-11-10 00:26:28 +02:00
Elian Doran
c781eab061
Translations update from Hosted Weblate ( #7664 )
2025-11-09 22:53:15 +02:00
Elian Doran
fb91d4fbd4
docs(user): mention updates after react improvements
2025-11-09 22:52:02 +02:00
Sir-Ivysaur
cd6fcbd283
Translated using Weblate (Indonesian)
...
Currently translated at 9.8% (15 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/id/
2025-11-09 20:32:53 +00:00
Elian Doran
0ccc350ddf
Port type widgets to React ( #7044 )
2025-11-09 22:32:35 +02:00
Elian Doran
efa7fd0b7d
chore(client): use backward-compatible hiding mechanism
2025-11-09 22:20:49 +02:00
Elian Doran
5f4d0325aa
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-11-09 21:37:56 +02:00
Elian Doran
06eb30c69d
chore(release): prepare for v0.99.4
2025-11-09 21:29:21 +02:00
Elian Doran
b9b5c13d9c
fix(client): ribbon adapter not working
2025-11-09 21:14:28 +02:00
Elian Doran
763fa0b515
fix(client/type_widgets): empty tab not working when closing last tab
2025-11-09 20:41:29 +02:00
Elian Doran
8e697d0578
fix(ribbon): not dismissing active tab after change
2025-11-09 20:17:13 +02:00
Elian Doran
6f245ec8d5
fix(ribbon): not refreshing if note is temporarily edited
2025-11-09 20:15:06 +02:00
Elian Doran
532df6559a
fix(ribbon): formatting toolbar displayed in read-only notes
2025-11-09 20:15:06 +02:00
Adorian Doran
8589f7f164
style/note list widget: fix broken CSS selector
2025-11-09 19:50:48 +02:00
Elian Doran
7ba91b7a9d
chore(desktop): fix import
2025-11-09 19:36:58 +02:00
Adorian Doran
4eadf40e20
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-11-09 19:35:59 +02:00
Adorian Doran
7b9303b392
style/zen mode: do not show an empty toolbar container when the toolbar is not actually available
2025-11-09 19:35:47 +02:00
Elian Doran
7fc9f08843
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-11-09 19:30:46 +02:00
Elian Doran
e28794d706
chore(edit-docs): fix typecheck
2025-11-09 19:28:08 +02:00
Elian Doran
521152ec0e
Translations update from Hosted Weblate ( #7661 )
2025-11-09 17:50:54 +02:00
Hosted Weblate
2ff746253d
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-11-09 16:39:21 +01:00
Elian Doran
c270aef738
Translations update from Hosted Weblate ( #7660 )
2025-11-09 17:39:06 +02:00
Sir-Ivysaur
d0881c09ed
Translated using Weblate (Indonesian)
...
Currently translated at 1.9% (3 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/id/
2025-11-09 16:15:11 +01:00
Adorian Doran
b905c1d03a
style: different appearance tweaks
2025-11-09 17:10:23 +02:00
Adorian Doran
f03448bae4
style/gutter: tweak color on horizontal layout when background effects are enabled
2025-11-09 16:32:32 +02:00
Adorian Doran
f8ac09df38
style/right pane: tweak appearance
2025-11-09 16:16:37 +02:00
Adorian Doran
15c329c331
style/scrolling container widget: fix CSS selector
2025-11-09 15:51:29 +02:00
Adorian Doran
f6afc0b718
style/scrolling container widget: improve full-height widget handling
2025-11-09 15:46:57 +02:00
Elian Doran
ae1c8f0a0b
chore(client): review from Copilot
2025-11-09 15:13:57 +02:00
Elian Doran
1257e46852
chore(client): review from Gemini
2025-11-09 15:10:40 +02:00
Elian Doran
40a7f286a3
fix(client): typecheck issues
2025-11-09 15:04:29 +02:00
Elian Doran
652cccadd7
fix(type_widgets/code): read-only bar not visible for dark themes
2025-11-09 14:59:47 +02:00
Elian Doran
308fd00508
fix(type_widgets/code): not reacting to language changes
2025-11-09 14:48:31 +02:00
Adorian Doran
ecfa333491
style/note cards: remove shadow
2025-11-09 14:47:31 +02:00
Adorian Doran
21b0ef9554
style/note cards: improve style, remove no longer unused CSS variables
2025-11-09 14:43:59 +02:00
Elian Doran
35f413505c
fix(type_widgets/code): background color leaking in SQLite
2025-11-09 14:40:14 +02:00
Elian Doran
a82d15e83d
fix(type_widgets/attachments): attachments not refreshing when uploading new revision
2025-11-09 14:26:32 +02:00
Adorian Doran
2f3be96dff
style/info bar: improve style
2025-11-09 14:17:04 +02:00
Adorian Doran
4ba7907bee
client/content header container: fix parent detection
2025-11-09 14:07:27 +02:00
Elian Doran
24b169d667
fix(type_widgets): "empty" note type displayed on refresh
2025-11-09 13:52:07 +02:00
Elian Doran
b36ef54507
fix(type_widgets): code background leaking when switching types
2025-11-09 13:37:31 +02:00
Elian Doran
c772430dd0
fix(type_widgets): switching between note types shows wrong content
2025-11-09 13:24:12 +02:00
Elian Doran
d4194c503c
fix(type_widgets/relation_map): map emptied when switching fast
2025-11-09 12:38:12 +02:00
Elian Doran
33a41d2f86
Merge remote-tracking branch 'origin/main' into react/type_widgets
...
; Conflicts:
; apps/client/src/layouts/desktop_layout.tsx
; apps/client/src/layouts/mobile_layout.tsx
; apps/client/src/widgets/note_detail.ts
; apps/client/src/widgets/react/hooks.tsx
2025-11-09 12:08:50 +02:00
Elian Doran
afa92551ea
fix(tree): type issues & error if active node is empty
2025-11-09 11:16:35 +02:00
Elian Doran
cc0646e79c
style(next): remove alignment of last toolbar group
2025-11-09 10:35:03 +02:00
Elian Doran
4c8f20be9a
ignore toggle tray command if tray is disabled ( #7654 )
2025-11-09 09:45:37 +02:00
Elian Doran
3407528c03
chore(deps): update softprops/action-gh-release action to v2.4.2 ( #7657 )
2025-11-09 09:44:45 +02:00
Elian Doran
70575a00cb
Translations update from Hosted Weblate ( #7656 )
2025-11-09 09:34:41 +02:00
renovate[bot]
74ba4b9ee5
chore(deps): update softprops/action-gh-release action to v2.4.2
2025-11-09 00:42:36 +00:00
Francis C.
706abeb307
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-11-09 01:41:35 +01:00
Francis C.
7158c48831
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-11-09 01:41:35 +01:00
Adorian Doran
78e2814068
UI improvements ( #7655 )
2025-11-09 02:41:20 +02:00
Adorian Doran
7659224e3a
style/read-only note info bar: fix zen mode appearance
2025-11-09 02:26:37 +02:00
Adorian Doran
baff349fa2
client: refactor
2025-11-09 02:23:57 +02:00
Adorian Doran
50869d29db
client/shared note info bar: improve appearance
2025-11-09 02:14:43 +02:00
Adorian Doran
c4603fce25
client/shared note message: convert to an info bar
2025-11-09 01:56:52 +02:00
Adorian Doran
220aab2b76
client/read-only note info bar: refactor
2025-11-09 01:35:33 +02:00
Adorian Doran
285a7253e3
client: make the info bar part of the scrollable content, prevent overlapping with the floating buttons
2025-11-09 01:19:45 +02:00
Adorian Doran
d8d80ed936
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-08 21:25:39 +02:00
Elian Doran
3463cb83a0
fix(collections/board): cloned notes appearing twice ( closes #6786 )
2025-11-08 20:17:56 +02:00
Elian Doran
b0bd60b9a4
feat(collections/calendar): use formatting locale
2025-11-08 18:01:58 +02:00
contributor
3d70a0534b
ignore toggle tray command if tray is disabled
2025-11-08 13:03:42 +02:00
Elian Doran
53805e9c49
fix(server/notes): images not saved on duplication ( fixes #7471 )
2025-11-08 11:27:18 +02:00
Elian Doran
0e95610d4e
fix(server): attachments not copied for templates ( closes #7612 )
2025-11-08 11:18:03 +02:00
Elian Doran
051e2b4eef
Send global shortcut to current window ( #7645 )
2025-11-08 08:31:17 +02:00
Elian Doran
1d750bde64
chore(deps): update dependency vite to v7.2.2 ( #7647 )
2025-11-08 08:28:13 +02:00
Elian Doran
4476615d33
fix(deps): update dependency marked to v16.4.2 ( #7649 )
2025-11-08 08:27:36 +02:00
Elian Doran
bbcc16daab
fix(deps): update dependency i18next to v25.6.1 ( #7648 )
2025-11-08 08:27:05 +02:00
Elian Doran
457dd070c6
chore(deps): update dependency rcedit to v5 ( #7651 )
2025-11-08 08:26:05 +02:00
Elian Doran
ce229dd6f5
chore(deps): update dependency electron to v38.6.0 ( #7650 )
2025-11-08 08:22:22 +02:00
renovate[bot]
2e59d9d7bc
chore(deps): update dependency rcedit to v5
2025-11-08 01:39:22 +00:00
renovate[bot]
bbe96c3967
chore(deps): update dependency electron to v38.6.0
2025-11-08 01:39:17 +00:00
renovate[bot]
d95eb9f5d3
fix(deps): update dependency marked to v16.4.2
2025-11-08 01:38:37 +00:00
renovate[bot]
d75279316a
fix(deps): update dependency i18next to v25.6.1
2025-11-08 01:37:54 +00:00
renovate[bot]
7f6be13a18
chore(deps): update dependency vite to v7.2.2
2025-11-08 01:37:08 +00:00
Adorian Doran
2f74b40095
client/read only note info bar: refactor
2025-11-07 23:45:48 +02:00
Adorian Doran
a844e1faab
client: fix typo
2025-11-07 21:19:11 +02:00
contributor
f629f564cd
add reusable showAndFocusWindow function
2025-11-07 21:17:34 +02:00
contributor
9a5f2f8d3b
make global shortcut work with windows in system tray
2025-11-07 21:17:34 +02:00
Adorian Doran
9bccc72668
client/options/keep content centered: simplify the inner workings
2025-11-07 21:15:51 +02:00
contributor
a29597a4bf
add safety check to ensure electron window is not destroyed
2025-11-07 20:25:16 +02:00
contributor
44b34d1ea0
send global shortcut to current window, not the first one
2025-11-07 20:25:09 +02:00
Adorian Doran
c617c84d86
style/options: properly align cards when content centering is enabled
2025-11-07 19:02:59 +02:00
Adorian Doran
b38780755a
client: add a CSS class to identify option splits
2025-11-07 19:01:50 +02:00
Adorian Doran
78a54fa9f7
client: refactor
2025-11-07 18:23:30 +02:00
Adorian Doran
fa64ca2c93
client: add an option to center the content
2025-11-07 18:17:28 +02:00
Elian Doran
71d7403690
feat(print): support CSS for collections too
2025-11-07 17:48:37 +02:00
Elian Doran
e4cd946ea8
docs(user): fix wrong page for documentation
2025-11-07 17:31:50 +02:00
Elian Doran
cedd1c4789
docs(user): document custom print CSS
2025-11-07 17:25:14 +02:00
Elian Doran
7a677cff5f
feat(print): allow custom CSS ( closes #7608 )
2025-11-07 17:25:05 +02:00
Adorian Doran
2d03dd22e3
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-07 17:06:21 +02:00
Elian Doran
e28da416ba
Translations update from Hosted Weblate ( #7639 )
2025-11-06 22:59:32 +02:00
green
28c0ef52f3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-11-06 20:28:01 +01:00
Unknown
9464a64d64
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (1617 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/es/
2025-11-06 20:28:00 +01:00
SngAbc
c3af6a6aa2
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 99.7% (1617 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-11-06 20:28:00 +01:00
Elian Doran
319e28387f
refactor(react/type_widgets): separate persistence from canvas
2025-11-06 15:44:09 +02:00
Elian Doran
0b740bb007
chore(react/type_widgets): remove logging
2025-11-06 12:05:38 +02:00
Elian Doran
bb7fa9a2e6
fix(react/type_widgets): unable to switch to notes of same note type
2025-11-06 12:02:48 +02:00
Elian Doran
5e83e6fa34
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-11-06 11:40:04 +02:00
Elian Doran
a4281fe26f
fix(deps): update ckeditor monorepo to v47.2.0 ( #7634 )
2025-11-06 09:04:07 +02:00
Adorian Doran
5c0d6e1fef
style/alert bar: update message
2025-11-06 08:55:08 +02:00
Adorian Doran
23f1103822
style/alert bar: update message
2025-11-06 08:45:53 +02:00
renovate[bot]
b45ee6879c
fix(deps): update ckeditor monorepo to v47.2.0
2025-11-06 06:34:53 +00:00
Elian Doran
a8116aa264
chore(deps): update dependency vite to v7.2.1 ( #7633 )
2025-11-06 08:31:51 +02:00
Elian Doran
db3960a23e
fix(deps): update dependency mind-elixir to v5.3.5 ( #7632 )
2025-11-06 08:31:14 +02:00
Elian Doran
a43e08500e
chore(deps): update dependency openai to v6.8.1 ( #7631 )
2025-11-06 08:30:45 +02:00
Adorian Doran
9011d648b5
client: refactor
2025-11-06 08:26:21 +02:00
Adorian Doran
30c1708979
style/alert bar: update the background color for the light color scheme
2025-11-06 08:15:59 +02:00
Adorian Doran
1a55d3433d
client/floating buttons: hide the "Edit note" button for the moment
2025-11-06 08:08:56 +02:00
Adorian Doran
bec47c0bb2
client/note context menu: add "Edit note" for read-only notes
2025-11-06 07:49:57 +02:00
Adorian Doran
4fdb502a19
client: allow the isNoteReadOnly hook operate on a note and context other of the current one
2025-11-06 07:48:11 +02:00
renovate[bot]
e9ccd52fd5
chore(deps): update dependency vite to v7.2.1
2025-11-06 04:54:41 +00:00
renovate[bot]
dcd30972bd
fix(deps): update dependency mind-elixir to v5.3.5
2025-11-06 02:49:14 +00:00
renovate[bot]
4578541fa8
chore(deps): update dependency openai to v6.8.1
2025-11-06 02:48:32 +00:00
Adorian Doran
914fa3625f
client/read only note info bar: style tweaks for zen mode
2025-11-06 02:01:30 +02:00
Adorian Doran
5e3ffc12ce
style/zen mode: fix content refusing to get narrower than the max content width preference
2025-11-06 02:01:03 +02:00
Adorian Doran
aa3a8d19ae
client: increase the default size limit for auto read-only
2025-11-06 01:46:55 +02:00
Adorian Doran
a57c237c69
client/read only note info bar: style tweaks for zen mode
2025-11-06 01:34:39 +02:00
Adorian Doran
b52e615f0c
client/read only note info bar: add support for zen mode
2025-11-06 01:08:26 +02:00
Adorian Doran
95e5c2563e
client/read only note info bar: refactor
2025-11-06 00:45:16 +02:00
Adorian Doran
33be7f828b
client/read only note info bar: fix file name
2025-11-06 00:24:27 +02:00
Adorian Doran
d23d37baac
client/read only note info bar: add translation string
2025-11-06 00:22:00 +02:00
Adorian Doran
dda8b2795b
client/read only note info bar: tweak style
2025-11-06 00:17:14 +02:00
Adorian Doran
0b9eb6c532
client/read only note info bar: shorten link caption
2025-11-05 23:56:18 +02:00
Adorian Doran
728f574eac
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 23:52:53 +02:00
Adorian Doran
8e90826aef
client: add a read-only note info bar
2025-11-05 23:52:38 +02:00
Elian Doran
5e5e0afcf0
Translations update from Hosted Weblate ( #7630 )
2025-11-05 23:36:01 +02:00
kamykO
de85d1f0df
Translated using Weblate (Polish)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pl/
2025-11-05 21:17:29 +00:00
Elian Doran
b287b892e1
Merge branch 'main' of github.com:TriliumNext/Trilium
2025-11-05 23:17:19 +02:00
Elian Doran
a0edf00caa
feat(collections/calendar): context menu option to delete event
2025-11-05 23:17:15 +02:00
Elian Doran
218b9404fc
fix(print): missing admonition icons
2025-11-05 22:08:31 +02:00
Elian Doran
54af120e96
fix(search): resolve issue when using = operator in search ( #7268 )
2025-11-05 21:51:44 +02:00
Elian Doran
ba61ab18ff
docs: sync
2025-11-05 21:01:39 +02:00
Elian Doran
2e14522f86
Merge remote-tracking branch 'origin/main'
2025-11-05 21:00:28 +02:00
Elian Doran
4ae38ac5d6
docs(user): widget basics missing template ( closes #6148 )
2025-11-05 18:32:34 +02:00
Adorian Doran
d5cb6a86c8
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 17:35:10 +02:00
Elian Doran
a577fd45e2
fix(quick_search): enable Numpad Enter to trigger quick search ( #7624 )
2025-11-05 14:49:01 +02:00
Elian Doran
977284fe57
docs(user): document read-only database ( closes #4341 )
2025-11-05 10:20:35 +02:00
SiriusXT
26ea43d604
chore(test): add vitest for NumpadEnter
2025-11-05 16:01:26 +08:00
SiriusXT
4cb328bdb3
Merge branch 'main' into quick_search
2025-11-05 15:41:13 +08:00
SiriusXT
16785a5c0b
fix(quick_search): enable Numpad Enter to trigger quick search
2025-11-05 15:40:12 +08:00
Elian Doran
d271fe7fdd
docs(demo): clean up expansion state
2025-11-05 09:26:14 +02:00
Elian Doran
88b9709f15
docs(user): launch bar clarifications in the LLM doc
2025-11-05 08:26:34 +02:00
Elian Doran
f55edabe92
chore(edit-docs): set different port to edit-demo
2025-11-05 08:19:37 +02:00
Elian Doran
2b983f871e
docs(demo): link to old documentation ( closes #5211 )
2025-11-05 08:19:25 +02:00
Elian Doran
ab298cbb3b
docs(user): how to set data dir on Windows ( closes #4853 )
2025-11-05 08:09:15 +02:00
Elian Doran
abeeea584f
chore(deps): update dependency sax to v1.4.3 ( #7622 )
2025-11-05 07:47:19 +02:00
Elian Doran
4d5597cc75
chore(deps): update dependency @redocly/cli to v2.11.0 ( #7623 )
2025-11-05 07:46:39 +02:00
Elian Doran
c684712141
chore(deps): update dependency axios to v1.13.2 ( #7621 )
2025-11-05 07:45:33 +02:00
renovate[bot]
a8bb301296
chore(deps): update dependency @redocly/cli to v2.11.0
2025-11-05 01:34:43 +00:00
renovate[bot]
d5bfa466a2
chore(deps): update dependency sax to v1.4.3
2025-11-05 01:34:00 +00:00
renovate[bot]
7651c58c47
chore(deps): update dependency axios to v1.13.2
2025-11-05 01:33:17 +00:00
perf3ct
5f1773609f
fix(tests): rename some of the silly-ily named tests
2025-11-04 15:56:49 -08:00
perf3ct
da0302066d
fix(tests): resolve issues with new search tests not passing
2025-11-04 15:55:42 -08:00
perf3ct
942647ab9c
fix(search): get rid of exporting dbConnection
2025-11-04 14:47:46 -08:00
perf3ct
b8aa7402d8
feat(tests): create a ton of tests for the various search capabilities that we support
2025-11-04 14:34:50 -08:00
Elian Doran
c2ce36d963
docs(user): mention structure difference
2025-11-04 23:13:34 +02:00
Elian Doran
3359ff5470
docs(dev): update database structure
2025-11-04 22:53:42 +02:00
perf3ct
052e28ab1b
feat(search): if the search is empty, return all notes
2025-11-04 11:59:41 -08:00
Elian Doran
421c1f257e
fix(electron): port-in-use dialog shown when opening a new window | ( #7595 )
2025-11-04 19:29:46 +02:00
Elian Doran
97e87741ee
Add multi-branch prefix editing support ( #7598 )
2025-11-04 19:17:31 +02:00
Elian Doran
193caf8c21
chore: clean up generated type definitions
2025-11-04 19:07:42 +02:00
Elian Doran
d521bda6ab
Add comprehensive technical and architectural documentation ( #7600 )
2025-11-04 18:50:48 +02:00
Elian Doran
b80cb22985
chore(deps): clean up package lock
2025-11-04 18:20:12 +02:00
Elian Doran
7131d44d03
docs(dev): integrate rest of the documentation
2025-11-04 18:16:20 +02:00
Elian Doran
7369f9d532
docs(dev): integrate architecture guide
2025-11-04 17:24:38 +02:00
Elian Doran
58ac325634
docs(dev): integrate some of the architecture notes
2025-11-04 15:51:54 +02:00
Elian Doran
579b2ce76e
Merge remote-tracking branch 'origin/main' into copilot/add-technical-documentation
2025-11-04 15:19:49 +02:00
copilot-swe-agent[bot]
0494032fb5
Convert ASCII diagrams to Mermaid.js format
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-04 12:35:56 +00:00
Elian Doran
48853555f5
Fix documentation errors, broken links, and standardize to American English ( #7599 )
2025-11-04 14:31:39 +02:00
Elian Doran
0cd6f0d267
Merge branch 'main' into copilot/improve-user-documentation
2025-11-04 14:30:51 +02:00
Elian Doran
0ae4defc6d
docs(dev): reorganize and clean up technical documentation
2025-11-04 10:55:48 +02:00
Elian Doran
db644f20ed
docs(dev): releasing a new version
2025-11-04 09:23:56 +02:00
Elian Doran
59a2ef7527
chore(build-docs): add preview entrypoint
2025-11-04 09:15:27 +02:00
Elian Doran
757a046474
feat(build-docs): add root 404 page
2025-11-04 09:13:12 +02:00
Elian Doran
aeb0f44a43
chore(website): fix typecheck issue
2025-11-04 08:55:05 +02:00
Elian Doran
5186ea3fff
chore(deps): duplicate dependency in lock
2025-11-04 08:51:54 +02:00
Elian Doran
70a4feff50
edited notes: remove comma for flexible styling ( #7609 )
2025-11-04 08:43:27 +02:00
Elian Doran
91f85e6675
chore(deps): update typescript-eslint monorepo to v8.46.3 ( #7614 )
2025-11-04 08:41:51 +02:00
Elian Doran
0cb989e74f
chore(deps): update dependency openai to v6.8.0 ( #7618 )
2025-11-04 07:42:44 +02:00
Elian Doran
d4e31e9d98
fix(deps): update dependency eslint-linter-browserify to v9.39.1 ( #7615 )
2025-11-04 07:40:52 +02:00
Elian Doran
6c3b5314c8
chore(deps): update dependency sax to v1.4.2 ( #7613 )
2025-11-04 07:40:20 +02:00
renovate[bot]
3faac9f26e
chore(deps): update typescript-eslint monorepo to v8.46.3
2025-11-04 05:35:53 +00:00
Elian Doran
c31ac1a6ee
fix(deps): update dependency react-i18next to v16.2.4 ( #7616 )
2025-11-04 07:34:35 +02:00
Elian Doran
9eff6ad4c2
fix(deps): update eslint monorepo to v9.39.1 ( #7617 )
2025-11-04 07:33:26 +02:00
Elian Doran
9deb7ba4e9
Translations update from Hosted Weblate ( #7619 )
2025-11-04 07:30:59 +02:00
Francis C.
93d77ca06e
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hant/
2025-11-04 01:51:28 +00:00
Giovi
a42daccc2e
Translated using Weblate (Italian)
...
Currently translated at 99.3% (151 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-11-04 01:51:26 +00:00
Giovi
33c64b604e
Translated using Weblate (Italian)
...
Currently translated at 99.7% (386 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-11-04 01:51:21 +00:00
Giovi
f89c14b35a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1617 of 1617 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-11-04 01:51:16 +00:00
Francis C.
1fa3420abe
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2025-11-04 01:51:14 +00:00
renovate[bot]
f8b8edd5aa
chore(deps): update dependency openai to v6.8.0
2025-11-04 01:42:30 +00:00
renovate[bot]
4c90319c9e
fix(deps): update eslint monorepo to v9.39.1
2025-11-04 01:41:49 +00:00
renovate[bot]
3b531544a3
fix(deps): update dependency react-i18next to v16.2.4
2025-11-04 01:41:09 +00:00
renovate[bot]
25d9695db0
fix(deps): update dependency eslint-linter-browserify to v9.39.1
2025-11-04 01:40:28 +00:00
renovate[bot]
caf88473f6
chore(deps): update dependency sax to v1.4.2
2025-11-04 01:38:35 +00:00
SngAbc
b32dc18cf6
fix: incorrect options description
2025-11-04 09:36:34 +08:00
SiriusXT
5a7349121a
fix: incorrect options description
2025-11-04 09:24:18 +08:00
Adorian Doran
dcc5b9f422
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-03 23:44:18 +02:00
Adorian Doran
0b01890a11
client: add a launcher to open the command palette
2025-11-03 23:44:06 +02:00
Elian Doran
686c8936cb
docs(dev): integrate more of the old documentation
2025-11-03 22:48:14 +02:00
Elian Doran
d9071f2d8e
docs(dev): update recent technical documentation
2025-11-03 22:16:15 +02:00
perf3ct
16912e606e
fix(search): resolve compilation issue due to performance log in new search
2025-11-03 12:04:00 -08:00
Jon Fuller
321752ac18
Merge branch 'main' into feat/rice-searching-with-sqlite
2025-11-03 11:47:44 -08:00
perf3ct
2a0472ae42
fix(search): resolve compilation issue due to variables with the same name
2025-11-03 11:44:43 -08:00
Elian Doran
4a47ff2ea0
docs(dev): add shareAlias to all notes
2025-11-03 20:31:53 +02:00
Elian Doran
d784acaf13
docs(dev): add frontpage
2025-11-03 20:13:21 +02:00
Elian Doran
e893c2f17a
Integrate Developer Guide into documentation build process ( #7601 )
2025-11-03 19:44:42 +02:00
Elian Doran
aa526d9735
fix(build-docs): favicon missing
2025-11-03 19:28:03 +02:00
Elian Doran
53e459d0d5
feat(build-docs): add redirect to user-guide
2025-11-03 19:16:23 +02:00
Elian Doran
c54befa8a1
fix(export/share): header link not working
2025-11-03 18:46:24 +02:00
Elian Doran
87c055913f
fix(export/share): some links not working
2025-11-03 18:19:34 +02:00
Adorian Doran
8c2354df71
client: format code
2025-11-03 18:16:41 +02:00
Adorian Doran
d650b801e6
client: add a launcher for zen mode
2025-11-03 17:52:08 +02:00
Adorian Doran
fbb27b512e
style/zen mode/translucent title bar: fix broken title bar in multi-split windows
2025-11-03 16:09:05 +02:00
Adorian Doran
3ae7bd59ec
style/zen mode: disable translucency for the title bar when backdrop effects are turned off
2025-11-03 15:59:34 +02:00
Adorian Doran
55f7a26634
style/zen mode: use translucency for the title bar
2025-11-03 15:53:05 +02:00
Elian Doran
e3e5109270
feat(export/share): export without inner subdirectory
2025-11-03 15:49:31 +02:00
Adorian Doran
aa7f01313a
style/zen mode: improve scrolling for text notes
2025-11-03 15:24:09 +02:00
Adorian Doran
6f82c283e9
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-03 15:13:21 +02:00
contributor
aa7ecaf684
edited notes: space instead of comma for flexible styling
2025-11-03 15:13:06 +02:00
Elian Doran
056c07591e
chore: remove extra sample and generated files
2025-11-03 10:48:45 +02:00
Elian Doran
0df15a02ba
Merge remote-tracking branch 'origin/main' into copilot/integrate-technical-documentation
2025-11-03 10:46:37 +02:00
Elian Doran
02404a5f5b
fix(build-docs): error due to becca not loading
2025-11-03 10:07:05 +02:00
copilot-swe-agent[bot]
50a69248a7
Fix keyboard shortcut support and address code review feedback
...
- Add editBranchPrefixCommand in note_tree.ts to support F2 keyboard shortcut with multi-selection
- Extract CSS to separate branch_prefix.css file
- Remove hard-coded color, use CSS class instead
- Fix translation key usage to keep t() calls visible in IDE
- Remove all inline styles
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-03 08:01:56 +00:00
Elian Doran
ed146f71c5
chore(dev): fix untracked type definitions after typecheck
2025-11-03 09:52:28 +02:00
Elian Doran
4492876293
chore(deps): update dependency rollup-plugin-webpack-stats to v2.1.7 ( #7602 )
2025-11-03 08:39:04 +02:00
renovate[bot]
51779cf218
chore(deps): update dependency rollup-plugin-webpack-stats to v2.1.7
2025-11-03 06:17:52 +00:00
Elian Doran
5536284826
fix(deps): update dependency debounce to v3 ( #7604 )
2025-11-03 08:15:40 +02:00
Elian Doran
e4d74108c6
chore(deps): update pnpm to v10.20.0 ( #7603 )
2025-11-03 08:15:05 +02:00
Elian Doran
faf67f5da2
chore(deps): update dependency @types/node to v24.10.0 ( #7605 )
2025-11-03 08:13:58 +02:00
renovate[bot]
021d1ba0fb
chore(deps): update dependency @types/node to v24.10.0
2025-11-03 01:51:50 +00:00
SngAbc
5782e58db1
Merge branch 'main' into electron_newwindow
2025-11-03 09:49:46 +08:00
renovate[bot]
ffead56a1d
fix(deps): update dependency debounce to v3
2025-11-03 01:12:20 +00:00
renovate[bot]
b644701983
chore(deps): update pnpm to v10.20.0
2025-11-03 01:11:39 +00:00
Adorian Doran
e8bf12c4ab
style/zen mode: tweak text vertical centering offset
2025-11-03 00:40:00 +02:00
copilot-swe-agent[bot]
18810bb86f
Address code review feedback - improve outputSubDir handling
...
Improved the importAndExportDocs function to better handle the empty outputSubDir case:
- Use meaningful name for temporary zip file ('user-guide' instead of '')
- Explicitly handle empty outputSubDir for root directory output
- Added comments to clarify the behavior
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:31:25 +00:00
copilot-swe-agent[bot]
4f442551a9
Integrate Developer Guide into documentation build process
...
Added Developer Guide to the documentation build process alongside the User Guide.
- Modified build-docs.ts to import and export both User Guide and Developer Guide
- Created importAndExportDocs helper function to handle multiple documentation sources
- Developer Guide is exported to /site/developer-guide/ subdirectory
- Updated GitHub workflow to validate Developer Guide is built
- Added build-docs app to workflow triggers
The documentation build now produces:
- User Guide at /site/ (root) and /site/user-guide/
- Developer Guide at /site/developer-guide/
- Script API at /site/script-api/{backend,frontend}/
- REST API at /site/rest-api/{internal,etapi}/
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:28:24 +00:00
copilot-swe-agent[bot]
a8f565d912
Remove build artifacts from git and update .gitignore
2025-11-02 22:23:43 +00:00
Adorian Doran
344f2d819e
style/zen mode: hide the shared note info bar
2025-11-03 00:19:40 +02:00
copilot-swe-agent[bot]
0c6a57d3bb
Fix documentation build system - resolve becca module instance issue
...
Fixed the issue where multiple becca instances were being created due to inconsistent module import paths. The solution was to export becca from becca_loader and access it from there, ensuring a single instance is used throughout the build process.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:18:49 +00:00
Adorian Doran
d2e9101675
style/zen mode/fixed formatting toolbar: allow items to overflow if narrow window
2025-11-03 00:14:44 +02:00
copilot-swe-agent[bot]
82e5de2261
Add input validation for prefix to address security concerns
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:06:14 +00:00
copilot-swe-agent[bot]
ff4cd7eae5
Fix grammar: 'type of notes' → 'type of note' in Collections.md
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:04:34 +00:00
copilot-swe-agent[bot]
a62c9a1a2f
Fix broken wiki-style link in Scripting.md
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:03:29 +00:00
copilot-swe-agent[bot]
cf406383c3
Standardize spelling to American English (behavior, categorizing)
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:01:44 +00:00
copilot-swe-agent[bot]
07fe42d04e
Add quick reference guide for technical documentation
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:01:17 +00:00
copilot-swe-agent[bot]
5b8bb8587d
Address code review feedback - add logging and constant for virtual branches
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:00:54 +00:00
copilot-swe-agent[bot]
154492e454
Add comprehensive technical and architectural documentation
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:59:29 +00:00
copilot-swe-agent[bot]
b1729ad7ec
Fix additional clarity and grammar issues
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:59:22 +00:00
copilot-swe-agent[bot]
01deab9c79
Initial plan
2025-11-02 21:57:43 +00:00
copilot-swe-agent[bot]
daec11b981
Fix additional grammar and clarity issues in documentation
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:57:26 +00:00
copilot-swe-agent[bot]
7cdd8ffbe2
Add gitignore for build artifacts and verify tests pass
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:56:46 +00:00
copilot-swe-agent[bot]
25ac9e2aa1
Fix spelling, grammar, and broken links in documentation
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:54:40 +00:00
copilot-swe-agent[bot]
4fc434a52e
Implement multi-branch prefix editing functionality
...
- Add setPrefixBatch API endpoint to handle batch prefix updates
- Update branch_prefix dialog to support multiple branches
- Remove noSelectedNotes constraint from edit branch prefix menu
- Add translations for multi-branch prefix editing
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 21:52:02 +00:00
copilot-swe-agent[bot]
3e0d1bfa44
Initial plan
2025-11-02 21:47:57 +00:00
copilot-swe-agent[bot]
3b02eb8851
Initial plan
2025-11-02 21:47:17 +00:00
copilot-swe-agent[bot]
4c5b2a7c75
Initial plan
2025-11-02 21:39:44 +00:00
Elian Doran
a5a90b582a
Translations update from Hosted Weblate ( #7597 )
2025-11-02 23:05:06 +02:00
Adorian Doran
e6d2009605
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-02 23:00:20 +02:00
Adorian Doran
5d706a88d8
style/zen mode/fixed formatting toolbar: fix the position in multi-split mode
2025-11-02 23:00:00 +02:00
Hosted Weblate
510601037d
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/
2025-11-02 20:35:51 +00:00
Eugene
b312b6f3bc
Translated using Weblate (Russian)
...
Currently translated at 15.1% (23 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ru/
2025-11-02 20:35:47 +00:00
Eugene
0c1efd3402
Translated using Weblate (Russian)
...
Currently translated at 64.4% (76 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ru/
2025-11-02 20:35:46 +00:00
Elian Doran
69182a1a42
feat(mermaid): add link to docs ( closes #5378 )
2025-11-02 22:32:36 +02:00
Elian Doran
8a63f2028c
docs(user): update link to ETAPI
2025-11-02 22:20:41 +02:00
Elian Doran
947330ed73
chore(options/etapi): update help
2025-11-02 22:08:42 +02:00
Elian Doran
4526455486
fix(help): webview source not updating
2025-11-02 21:40:21 +02:00
Adorian Doran
c7c7e05106
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-02 21:12:36 +02:00
Adorian Doran
e250107202
style/zen mode: fix collections not showing up
2025-11-02 21:12:23 +02:00
Elian Doran
1d259aab9d
Improve documentation building & static Swagger ( #7570 )
2025-11-02 20:24:58 +02:00
Elian Doran
5171675dee
chore(build-docs): fix URL
2025-11-02 20:13:10 +02:00
Elian Doran
6bc54892a3
Update apps/build-docs/src/swagger.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-02 20:12:50 +02:00
Elian Doran
0a6670ce5e
Update apps/build-docs/src/backend_script_entrypoint.ts
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-02 20:05:44 +02:00
Elian Doran
beb7c66ff5
feat(build-docs): rewrite URLs for in-app help
2025-11-02 19:45:16 +02:00
Adorian Doran
c141cbcf07
style/zen mode/fixed formatting toolbar: improve pointer events handling
2025-11-02 19:08:59 +02:00
Adorian Doran
8e83562e6a
style/zen mode/fixed formatting toolbar: fix backdrop blur
2025-11-02 18:37:02 +02:00
Elian Doran
966e5a2ef3
chore(build-docs): update meta
2025-11-02 18:33:13 +02:00
Elian Doran
4f5be54030
chore(build-docs): generate types for doc
2025-11-02 18:28:31 +02:00
Adorian Doran
08197f56d0
style/zen mode/fixed formatting toolbar: add entrance animation
2025-11-02 18:22:07 +02:00
Elian Doran
68c6260e45
chore(build-docs): relocate OpenAPI location
2025-11-02 18:14:03 +02:00
Adorian Doran
ff0d8a70ad
style/zen mode/fixed formatting toolbar: add backdrop blur
2025-11-02 18:08:05 +02:00
Elian Doran
85bfd49d1c
Merge remote-tracking branch 'origin/main' into feature/api_docs
...
; Conflicts:
; _regroup/package.json
; pnpm-lock.yaml
2025-11-02 18:05:02 +02:00
Adorian Doran
605b317f29
style/zen mode: restyle the fixed formatting toolbar, relocate at the bottom of the screen
2025-11-02 17:21:27 +02:00
SngAbc
6f0a264869
Merge branch 'main' into electron_newwindow
2025-11-02 23:06:58 +08:00
Adorian Doran
6a89e096e5
style/zen mode: hide promoted attributes
2025-11-02 16:37:19 +02:00
Adorian Doran
e4e0f7619b
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-02 16:34:18 +02:00
SiriusXT
f3f07cdd28
fix(electron): port-in-use dialog shown when opening a new window
2025-11-02 20:30:01 +08:00
Elian Doran
23f2e1eb45
chore(deps): update dependency eslint-plugin-playwright to v2.3.0 ( #7585 )
2025-11-02 12:15:15 +02:00
Elian Doran
9bbd6d146b
fix(deps): update dependency globals to v16.5.0 ( #7591 )
2025-11-02 12:14:40 +02:00
Elian Doran
37aa8ec176
chore(deps): update node.js to v24 ( #7593 )
2025-11-02 12:14:22 +02:00
renovate[bot]
05f3f9627d
chore(deps): update node.js to v24
2025-11-02 09:31:25 +00:00
Elian Doran
a9fa99cadf
chore(deps): update dependency @smithy/middleware-retry to v4.4.6 ( #7574 )
2025-11-02 11:30:19 +02:00
Elian Doran
d5c1604a58
chore(deps): update dependency axios to v1.13.1 ( #7575 )
2025-11-02 11:29:30 +02:00
Elian Doran
e99f821e88
chore(deps): update dependency chardet to v2.1.1 ( #7576 )
2025-11-02 11:29:19 +02:00
renovate[bot]
6571ff9d84
fix(deps): update dependency globals to v16.5.0
2025-11-02 09:29:14 +00:00
Elian Doran
9d63ef20fb
chore(deps): update dependency esbuild to v0.25.12 ( #7577 )
2025-11-02 11:29:06 +02:00
renovate[bot]
71a3cf0cfe
chore(deps): update dependency eslint-plugin-playwright to v2.3.0
2025-11-02 09:28:29 +00:00
Elian Doran
e5e55e1cf1
chore(deps): update dependency happy-dom to v20.0.10 ( #7578 )
2025-11-02 11:28:12 +02:00
Elian Doran
83b13cae92
chore(deps): update dependency ollama to v0.6.2 ( #7579 )
2025-11-02 11:27:57 +02:00
Elian Doran
6663c3abc1
fix(deps): update dependency dayjs to v1.11.19 ( #7581 )
2025-11-02 11:27:37 +02:00
renovate[bot]
738b28c2b3
chore(deps): update dependency esbuild to v0.25.12
2025-11-02 09:27:32 +00:00
Elian Doran
4eec6021c3
fix(deps): update dependency react-i18next to v16.2.3 ( #7582 )
2025-11-02 11:27:12 +02:00
Elian Doran
39bda30853
chore(deps): update dependency @anthropic-ai/sdk to v0.68.0 ( #7583 )
2025-11-02 11:26:57 +02:00
Elian Doran
6adcaca5e0
chore(deps): update dependency electron to v38.5.0 ( #7584 )
2025-11-02 11:26:49 +02:00
Elian Doran
5a5f71fc71
chore(deps): update dependency express-rate-limit to v8.2.1 ( #7586 )
2025-11-02 11:26:01 +02:00
Elian Doran
f3765f95b5
chore(deps): update dependency node-abi to v4.17.0 ( #7587 )
2025-11-02 11:25:45 +02:00
Elian Doran
6ebb0eb03e
chore(deps): update dependency rimraf to v6.1.0 ( #7588 )
2025-11-02 11:25:30 +02:00
Elian Doran
b42aa32b72
chore(deps): update pnpm to v10.20.0 ( #7589 )
2025-11-02 11:25:13 +02:00
Elian Doran
11e1ea7ea5
fix(deps): update dependency eslint-linter-browserify to v9.39.0 ( #7590 )
2025-11-02 11:24:51 +02:00
Elian Doran
5f6fac994f
fix(deps): update eslint monorepo to v9.39.0 ( #7592 )
2025-11-02 11:24:15 +02:00
Elian Doran
d7460e9fe5
chore(renovate): ignore legacy Dockerfile from Renovate updates
2025-11-02 11:22:29 +02:00
SiriusXT
ef82c3d48b
fix(electron): port-in-use dialog shown when opening a new window |
2025-11-02 16:48:05 +08:00
renovate[bot]
89585e38ce
fix(deps): update eslint monorepo to v9.39.0
2025-11-02 02:03:29 +00:00
renovate[bot]
938c6e356b
fix(deps): update dependency eslint-linter-browserify to v9.39.0
2025-11-02 02:01:50 +00:00
renovate[bot]
b7dd806d07
chore(deps): update pnpm to v10.20.0
2025-11-02 02:01:05 +00:00
renovate[bot]
a1d86cef58
chore(deps): update dependency rimraf to v6.1.0
2025-11-02 02:00:54 +00:00
renovate[bot]
1fec5bb564
chore(deps): update dependency node-abi to v4.17.0
2025-11-02 02:00:49 +00:00
renovate[bot]
35e98addc8
chore(deps): update dependency express-rate-limit to v8.2.1
2025-11-02 01:59:58 +00:00
renovate[bot]
79290633b1
chore(deps): update dependency electron to v38.5.0
2025-11-02 01:58:25 +00:00
renovate[bot]
ffc9e715ef
chore(deps): update dependency @anthropic-ai/sdk to v0.68.0
2025-11-02 01:57:40 +00:00
renovate[bot]
8f8302c4a3
fix(deps): update dependency react-i18next to v16.2.3
2025-11-02 01:56:54 +00:00
renovate[bot]
136b449f60
fix(deps): update dependency dayjs to v1.11.19
2025-11-02 01:56:07 +00:00
renovate[bot]
61319c3a14
chore(deps): update dependency ollama to v0.6.2
2025-11-02 01:55:13 +00:00
renovate[bot]
104a1f0c3a
chore(deps): update dependency happy-dom to v20.0.10
2025-11-02 01:54:26 +00:00
renovate[bot]
16200312ce
chore(deps): update dependency chardet to v2.1.1
2025-11-02 01:52:16 +00:00
renovate[bot]
664de68d53
chore(deps): update dependency axios to v1.13.1
2025-11-02 01:51:29 +00:00
renovate[bot]
6190949dcc
chore(deps): update dependency @smithy/middleware-retry to v4.4.6
2025-11-02 01:50:40 +00:00
Elian Doran
3ac248169f
chore(build-docs): fix typecheck issues
2025-11-01 23:40:27 +02:00
Elian Doran
15e240ac33
refactor(build-docs): remove old Swagger integration
2025-11-01 23:37:17 +02:00
Elian Doran
d30fc09e73
chore(build-docs): fix link to FNote
2025-11-01 23:13:35 +02:00
Elian Doran
6a2b9b748f
chore(build-docs): add project names to typedoc
2025-11-01 23:03:14 +02:00
Elian Doran
b5e2187c0d
chore(build-docs): update meta
2025-11-01 23:00:14 +02:00
Elian Doran
d9a349a531
refactor(build-docs): define output for typedoc at script level
2025-11-01 22:54:42 +02:00
Elian Doran
2c1cebfbc3
feat(build-docs): split documentation in two
2025-11-01 22:51:33 +02:00
Elian Doran
c6738ac52f
feat(build-docs): generate script API
2025-11-01 22:42:27 +02:00
Elian Doran
604f2abf5a
chore(build-docs): fix wrong mkdir
2025-11-01 21:47:07 +02:00
Elian Doran
617703899f
chore(build-docs): relocate to /rest-api
2025-11-01 21:35:18 +02:00
Elian Doran
6322ca11c9
feat(share): improve webview layout
2025-11-01 21:28:31 +02:00
Elian Doran
d62aecc551
fix(build-docs): crash in clean environment
2025-11-01 21:15:34 +02:00
Elian Doran
953b376ce3
refactor(build-docs): trigger build of share theme internally
2025-11-01 20:58:32 +02:00
Elian Doran
80f1707d8b
chore(build-docs): integrate with docs:build
2025-11-01 20:52:28 +02:00
Elian Doran
4f9f8652e2
fix(build-docs): links to API reference
2025-11-01 20:47:00 +02:00
Elian Doran
6e06d7169f
refactor(build-docs): integrate with original build-docs script
2025-11-01 20:37:03 +02:00
Elian Doran
ecf12a4063
feat(build-docs): build both docs
2025-11-01 20:22:17 +02:00
Elian Doran
64428ae761
feat(build-docs): clean before building
2025-11-01 20:16:59 +02:00
Elian Doran
3524c34ff9
feat(build-docs): switch to redocly
2025-11-01 20:15:38 +02:00
Elian Doran
3f99c8b337
feat(build-docs): copy swagger UI
2025-11-01 20:03:53 +02:00
Elian Doran
27d9ae885f
Merge branch 'main' of github.com:TriliumNext/Trilium
2025-11-01 19:36:11 +02:00
Adorian Doran
214ba5265a
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-01 18:20:08 +02:00
Elian Doran
35efd2a680
test(server): broken test due to CLS
2025-11-01 16:48:49 +02:00
Elian Doran
19c6ae6fe5
Keyboard shortcut for today note button ( #7549 )
2025-11-01 16:17:24 +02:00
SngAbc
bf0761a303
Fix: activate the nearest path when opening a cloned note ( #7552 )
2025-11-01 16:06:26 +02:00
Weblate (bot)
8391fd7534
Translations update from Hosted Weblate ( #7566 )
...
* Update translation files
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
* Translated using Weblate (Portuguese)
Currently translated at 9.2% (14 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pt/
---------
Co-authored-by: Francisco Machado <kikomachado089@gmail.com >
2025-11-01 16:04:10 +02:00
SngAbc
6d4b87888a
fix(electron): allow extra window to reload ( #7567 )
2025-11-01 16:02:17 +02:00
Weblate (bot)
3f0b0f9b62
Translations update from Hosted Weblate ( #7565 )
2025-11-01 14:09:26 +02:00
Elian Doran
859d9dcd04
docs(user): document system requirements
2025-10-31 11:52:40 +02:00
Adorian Doran
ecb6dc7923
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-31 11:33:07 +02:00
Elian Doran
76dd9baea8
docs(user): document adjusting borders
2025-10-31 11:21:17 +02:00
Elian Doran
82ff5f6660
docs(user): sync
2025-10-31 11:07:22 +02:00
Elian Doran
b52d30c55a
chore(dialog/export): strange order with OPML
2025-10-31 11:05:40 +02:00
Elian Doran
99fd088ff5
chore(share): use same sandbox features for iframe
2025-10-31 10:12:56 +02:00
Elian Doran
945f29c759
feat(share): render webviews using iframe
2025-10-31 10:12:15 +02:00
Elian Doran
98f42887d8
Translations update from Hosted Weblate ( #7562 )
2025-10-31 09:09:29 +02:00
Eduard Frigola
a1b589148b
Translated using Weblate (Catalan)
...
Currently translated at 17.8% (69 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ca/
2025-10-31 08:04:01 +01:00
Elian Doran
66bb639a15
docs(user): port patterns of personal knowledge
2025-10-30 22:50:14 +02:00
Elian Doran
1784b50990
docs(user): port privacy policy
2025-10-30 22:37:59 +02:00
Elian Doran
5e9c271bfd
docs(release): port v0.48 changelog
2025-10-30 22:36:41 +02:00
Elian Doran
70837fdc69
Translations update from Hosted Weblate ( #7559 )
2025-10-30 16:07:11 +02:00
Hosted Weblate
67d80512f6
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-30 13:46:35 +00:00
Elian Doran
dd8a1e8aca
docs(user): document all share theme attributes
2025-10-30 15:46:13 +02:00
Elian Doran
99f43e2280
docs(user): improve fine-grained directory path documentation
2025-10-30 12:02:32 +02:00
Elian Doran
bcffa77c90
docs(user): index page for import/export
2025-10-30 11:54:44 +02:00
Elian Doran
8ab2069411
docs(user): fix empty section in kanban board
2025-10-30 11:43:48 +02:00
Elian Doran
21fc61d132
docs(user): restructure LLM section
2025-10-30 11:42:46 +02:00
Elian Doran
552df50fe4
docs(user): add icons to most notes
2025-10-30 11:40:07 +02:00
Elian Doran
c058b663ee
Translations update from Hosted Weblate ( #7556 )
2025-10-30 09:05:27 +02:00
Francis C
6c19370235
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hant/
2025-10-30 07:50:44 +01:00
Francis C
d332bb57ba
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hans/
2025-10-30 07:50:44 +01:00
Antonio Sanchez Castellón
3ef38e7f4e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/es/
2025-10-30 07:50:43 +01:00
Francis C
1abc3b5534
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-30 07:50:42 +01:00
Francis C
ddcd27ddf6
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2025-10-30 07:50:41 +01:00
Francis C
ff385c8c88
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-30 07:50:40 +01:00
Antonio Sanchez Castellón
a641e452ce
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-10-30 07:50:39 +01:00
Francis C
5f4fa25da5
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hans/
2025-10-30 07:50:38 +01:00
Antonio Sanchez Castellón
ea177e972e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/es/
2025-10-30 07:50:38 +01:00
Manfred Manni
7e3013bfdc
Translated using Weblate (German)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-30 07:50:37 +01:00
Francis C
5115baeb21
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-10-30 07:50:36 +01:00
Hosted Weblate
35a924a05a
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-30 07:50:36 +01:00
Elian Doran
78f067965f
fix(share): TOC indicator no longer working due to layout changes
2025-10-30 08:49:48 +02:00
Elian Doran
413b16b51c
chore(collections): rename Board to Kanban Board
2025-10-30 08:42:00 +02:00
Elian Doran
59586c53b2
chore(website): rename Board to Kanban Board
2025-10-30 08:34:28 +02:00
Elian Doran
70ed1d7abb
chore(website): fix URLs pointing to documentation
2025-10-30 08:33:54 +02:00
Elian Doran
67de6c614c
docs(user): change alias for server documentation
2025-10-30 08:31:26 +02:00
Elian Doran
faf030ab3a
docs(user): minor improvements to the collection main page
2025-10-30 08:18:13 +02:00
Elian Doran
6e20d4b5dd
docs(user): rename Board to Kanban Board
2025-10-30 08:15:57 +02:00
Elian Doran
10e809af75
docs(user): rename and reorder collection pages
2025-10-30 08:14:22 +02:00
Elian Doran
f1478f8149
docs(user): change presentation method for collections
2025-10-30 08:13:34 +02:00
Elian Doran
9087adf254
docs(user): move collections one level up
2025-10-30 08:07:09 +02:00
Elian Doran
f944c6d8e2
docs(user): add slug + tips on how to identify pages without one easily
2025-10-30 08:03:09 +02:00
Adorian Doran
131fb43ab7
style/zen mode: tweak
2025-10-30 02:48:38 +02:00
Adorian Doran
8a76fdb8d1
style/zen mode: center content, increase font size
2025-10-30 02:30:51 +02:00
Adorian Doran
8e3dbb2f65
client: remove redundant code
2025-10-30 02:27:57 +02:00
Adorian Doran
8b4fee1680
client: make code notes full-width
2025-10-30 01:03:22 +02:00
Adorian Doran
a370b52614
client: remove no longer used translation strings
2025-10-30 00:57:27 +02:00
Adorian Doran
4063229982
client: allow changing the max content width option without a frontend reload
2025-10-30 00:49:02 +02:00
Adorian Doran
1ef03b7a77
client: rework max content width handling
2025-10-30 00:23:41 +02:00
Adorian Doran
e510653edb
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-29 23:38:05 +02:00
Elian Doran
444e103047
docs(dev): document exporting functionality
2025-10-29 22:36:45 +02:00
Elian Doran
1d6ab64ae5
docs(guide): document exporting for web publishing
2025-10-29 22:21:15 +02:00
Elian Doran
0bc86d7c75
docs(guide): deduplicate home page with quick start
2025-10-29 22:00:31 +02:00
Elian Doran
cfd55147df
Deploy share-based static documentation ( #7548 )
2025-10-29 21:27:49 +02:00
Elian Doran
754bb61a52
feat(export/share): render 404 page
2025-10-29 21:05:50 +02:00
Adorian Doran
a2c523def1
style: fix a bug preventing background effects to work properly
2025-10-29 20:28:53 +02:00
Elian Doran
4f103375b5
fix(share): 404 not rendering in dev mode
2025-10-29 20:20:35 +02:00
Elian Doran
496091677b
style(share): overflow on wrong element
2025-10-29 20:14:32 +02:00
Elian Doran
618b67f551
fix(share): redesign layout to avoid jumping on tablets
2025-10-29 20:02:02 +02:00
Adorian Doran
e3604edad7
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-29 19:59:30 +02:00
contributor
9c791df0ed
open today note in current tab #7472
...
https://github.com/TriliumNext/Trilium/pull/7549#issuecomment-3458822614
2025-10-29 19:22:13 +02:00
Elian Doran
ce4f46c226
chore(share): fix relative imports
2025-10-29 19:13:11 +02:00
Elian Doran
44cfbcf7f4
refactor(share): move icon loading in CSS rather than in JS
2025-10-29 19:11:43 +02:00
Elian Doran
a317331551
fix(share): theme toggle flashing while switching between notes
2025-10-29 19:05:23 +02:00
Elian Doran
eeec3e440d
fix(share): flash while theme is loading
2025-10-29 19:00:09 +02:00
Elian Doran
b06aa29ea3
chore(share): remove leftover color management logic
2025-10-29 18:46:55 +02:00
Elian Doran
9c3f9a524e
fix(share): flash of dark color on light theme
2025-10-29 18:46:24 +02:00
Elian Doran
1c832182d6
refactor(share): reduce duplication in theme management
2025-10-29 18:40:31 +02:00
Elian Doran
b58e1f146c
fix(share): light theme not properly restored
2025-10-29 18:35:27 +02:00
Elian Doran
bc86fb95b5
feat(share): add dev mode
2025-10-29 18:27:43 +02:00
Elian Doran
6c43db692e
fix(client): boxicons missing in prod
2025-10-29 18:16:25 +02:00
Elian Doran
6ffce824d1
fix(docker): incorrect version for arm v7
2025-10-29 17:43:10 +02:00
Elian Doran
f1f8f34ef8
fix(export/share): load search index once per page
2025-10-29 15:33:38 +02:00
Elian Doran
a0b19ce526
fix(export/share): search not working on root
2025-10-29 15:26:48 +02:00
Elian Doran
4cc9ba824d
chore(export/share): tweak search results
2025-10-29 15:24:25 +02:00
Elian Doran
08e66c18e7
fix(export/share): navigation in search not working
2025-10-29 14:57:53 +02:00
Elian Doran
cf8089b07f
feat(export/share): functional full-text search
2025-10-29 13:58:37 +02:00
Adorian Doran
426d8296be
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-29 09:30:50 +02:00
Elian Doran
f8c61ecde9
feat(export/share): use better content parsing for search
2025-10-29 08:45:47 +02:00
Elian Doran
6d51da9b88
feat(export/share): generate search index
2025-10-29 08:41:07 +02:00
Elian Doran
0ad95d00dc
chore(ci): try to fix arm v6/v7 build
2025-10-29 08:08:16 +02:00
Adorian Doran
947e43a615
style: allow custom themes to turn off background effects
2025-10-29 03:20:25 +02:00
Adorian Doran
0424fe4fba
client/css var utility: add support for parsing boolean values
2025-10-29 03:13:16 +02:00
Adorian Doran
f789b69506
style: disable tab switching animation while background effects are active, improve performance
2025-10-29 02:39:25 +02:00
Adorian Doran
5df512a69c
style: use background effects for empty note, refactor
2025-10-29 01:32:47 +02:00
Adorian Doran
2a5f329ada
style: darken the main background color
2025-10-29 00:45:40 +02:00
Adorian Doran
4fe3944585
style/right panel: use own background color when background effects are active
2025-10-29 00:34:20 +02:00
Adorian Doran
98b8e97fd9
style/right panel: add translucent background when background effects are active
2025-10-29 00:20:50 +02:00
Adorian Doran
38a1cd0d35
style: tweak gutters
2025-10-28 23:55:51 +02:00
Adorian Doran
ae544a80c2
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-28 23:43:55 +02:00
Elian Doran
9819a92b48
docs(guide): remove a missing note link
2025-10-28 23:01:56 +02:00
Elian Doran
55a7017e92
docs(guide): document the zoom function
2025-10-28 22:55:52 +02:00
Elian Doran
1581568741
docs(guide): add promoted attribute for alias
2025-10-28 22:31:59 +02:00
Elian Doran
d7982c65dd
docs(guide): add alias for most pages
2025-10-28 22:30:46 +02:00
Elian Doran
39608a2815
docs(guide): home page & third party hosting + sync
2025-10-28 22:07:05 +02:00
Elian Doran
f656c2caaa
fix(export/zip): links breaking down in markdown export
2025-10-28 21:32:05 +02:00
Elian Doran
bd3e92f091
fix(export/zip): export options not considered
2025-10-28 20:40:53 +02:00
Elian Doran
7ce7c66463
chore(build-docs): address requested changes
2025-10-28 19:31:57 +02:00
Elian Doran
61d26fec60
refactor(build-docs): use proper await when building documentation
2025-10-28 19:30:55 +02:00
Elian Doran
1822eea77c
chore: remove remaining references to mkdocs
2025-10-28 19:19:39 +02:00
Elian Doran
28c0e4e802
chore(client): remove no longer relevant input
2025-10-28 19:15:01 +02:00
Elian Doran
5b7e9d4c12
Revision history: two fixes ( #7544 )
2025-10-28 18:30:50 +02:00
contributor
bee2fdb22f
chore: remove dead translation
2025-10-28 18:26:35 +02:00
contributor
5c46a0dfa8
chore: remove dead code
...
https://github.com/TriliumNext/Trilium/pull/7544#issuecomment-3456187575
2025-10-28 18:26:35 +02:00
Elian Doran
88d90fdedd
fix(export/share): favicon working only on top-level
2025-10-28 18:23:11 +02:00
Elian Doran
2a1ecdbdca
feat(share): display admonition icons ( closes #6733 )
2025-10-28 18:18:03 +02:00
Elian Doran
5772046674
chore(share): remove redundant file
2025-10-28 18:17:06 +02:00
Elian Doran
1e2c8b2ac4
fix(export/share): ckcontent CSS missing
2025-10-28 18:16:37 +02:00
Elian Doran
955b202b8a
chore(export/share): hide last updated
2025-10-28 17:59:12 +02:00
Elian Doran
be98a27439
feat(export/share): prefer #shareAlias
2025-10-28 17:57:48 +02:00
Jon Fuller
8d88411fda
Merge branch 'main' into fix/fix-equals-operator-in-search
2025-10-28 08:41:47 -07:00
Elian Doran
54200fa0cb
chore(export/share): disable non-functional search
2025-10-28 17:33:36 +02:00
Elian Doran
5d82a26c87
fix(build-docs): missing favicon
2025-10-28 17:23:31 +02:00
Elian Doran
e51070e389
chore(share): handle BAttachments too
2025-10-28 17:16:34 +02:00
Elian Doran
e0dc4fee20
fix(share): reference links not working
2025-10-28 17:14:33 +02:00
contributor
e683dc1d66
add openTodayNote to CommandMappings #7472
2025-10-28 16:59:46 +02:00
contributor
14a3438a20
move shortcut definition to "Note navigation" section #7472
2025-10-28 16:59:41 +02:00
contributor
dd483fccbc
use common translation for openTodayNote #7472
2025-10-28 16:59:36 +02:00
contributor
5620e7f4a7
feat: add command openTodayNote with empty keyboard shortcut #7472
2025-10-28 16:59:28 +02:00
Elian Doran
187e9b57de
fix(share): note tree not visible on mobile
2025-10-28 16:57:04 +02:00
Elian Doran
d6d67e7957
fix(docs/share): share theme not built
2025-10-28 16:45:27 +02:00
Elian Doran
bde03e8378
feat(docs/share): integrate in the CI
2025-10-28 16:42:52 +02:00
Elian Doran
4c3fcdba4a
fix(share): images appearing stretched
2025-10-28 16:34:38 +02:00
Elian Doran
7a5c1277f1
feat(docs/share): set up script to build documentation
2025-10-28 16:24:55 +02:00
Elian Doran
69b262040a
Translations update from Hosted Weblate ( #7547 )
2025-10-28 16:22:15 +02:00
Manfred Manni
8731fa6c31
Translated using Weblate (German)
...
Currently translated at 59.3% (70 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-28 13:50:36 +00:00
Elian Doran
f4e8fc4d83
Export with share theme ( #5830 )
2025-10-28 15:50:21 +02:00
Elian Doran
dd5b3a3c1c
chore(server): address requested changes
2025-10-28 15:44:00 +02:00
Elian Doran
17319d25e8
chore(server): fix a few type issues
2025-10-28 14:51:03 +02:00
Elian Doran
2f189b6961
chore(share): remove now redundant project
2025-10-28 14:47:51 +02:00
Elian Doran
b1f8d44576
Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme
2025-10-28 14:29:37 +02:00
Elian Doran
7f22532a0a
fix: import markdown to text note ( #7538 )
2025-10-28 14:15:29 +02:00
Elian Doran
c7beb87980
Update dependency node to v24 ( #7537 )
2025-10-28 14:14:00 +02:00
Elian Doran
5cd1fd53d4
Translations update from Hosted Weblate ( #7546 )
2025-10-28 14:11:20 +02:00
Elian Doran
2eadbe3f01
Translated using Weblate (German)
...
Currently translated at 44.9% (53 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-28 13:10:51 +01:00
Hosted Weblate
4e7493f648
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-28 13:06:25 +01:00
Elian Doran
b9d54a44f6
Translations update from Hosted Weblate ( #7545 )
2025-10-28 14:06:08 +02:00
Elian Doran
a1ad8be02b
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 14:05:06 +02:00
Elian Doran
b02514f395
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 14:04:47 +02:00
Elian Doran
dcef3f2be5
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 14:04:39 +02:00
Rugved Inamdar
585fdabd27
Translated using Weblate (Hindi)
...
Currently translated at 0.6% (1 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/hi/
2025-10-28 12:02:42 +00:00
Rugved Inamdar
71fcb77a22
Translated using Weblate (Hindi)
...
Currently translated at 0.8% (1 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/hi/
2025-10-28 12:02:41 +00:00
Rugved Inamdar
33ecf6aa6d
Translated using Weblate (Hindi)
...
Currently translated at 0.1% (1 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/hi/
2025-10-28 12:02:40 +00:00
Rugved Inamdar
1f75de83c6
Added translation using Weblate (Marathi)
2025-10-28 12:02:39 +00:00
Rugved Inamdar
31b52f72d2
Added translation using Weblate (Marathi)
2025-10-28 12:02:39 +00:00
Rugved Inamdar
01aaf81196
Added translation using Weblate (Marathi)
2025-10-28 12:02:38 +00:00
Rugved Inamdar
3ecfdd62e8
Added translation using Weblate (Marathi)
2025-10-28 12:02:38 +00:00
Rugved Inamdar
3c74d0714a
Added translation using Weblate (Hindi)
2025-10-28 12:02:37 +00:00
Rugved Inamdar
f58d9adff2
Added translation using Weblate (Hindi)
2025-10-28 12:02:36 +00:00
Rugved Inamdar
0eecf5b132
Added translation using Weblate (Hindi)
2025-10-28 12:02:36 +00:00
Rugved Inamdar
9e3cca333a
Added translation using Weblate (Hindi)
2025-10-28 12:02:35 +00:00
Manfred Manni
81c233463e
Translated using Weblate (German)
...
Currently translated at 44.9% (53 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-28 12:02:34 +00:00
DerVogel101
87946e7e85
Translated using Weblate (German)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-28 12:02:33 +00:00
Elian Doran
c3768a051d
Fix some CSS issues ( #7543 )
2025-10-28 14:02:24 +02:00
contributor
c579cd3ce7
fix: no note on edited notes view if a revision made between note created/modified date
2025-10-28 12:55:34 +02:00
contributor
945e2625d3
fix: wrong dates in “Note Revisions” view
2025-10-28 12:55:13 +02:00
Adorian Doran
ea45024559
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-28 09:51:32 +02:00
Elian Doran
ff36414a55
chore(deps): update dependency @types/serve-static to v2 ( #7535 )
2025-10-28 08:24:02 +02:00
renovate[bot]
8f184c5b10
chore(deps): update dependency node to v24
2025-10-28 06:23:07 +00:00
Elian Doran
c027a2bbfa
chore(deps): update dependency @types/archiver to v7 ( #7534 )
2025-10-28 08:22:36 +02:00
Elian Doran
91adc2258d
fix(deps): update dependency react-i18next to v16.2.1 ( #7532 )
2025-10-28 08:22:12 +02:00
Elian Doran
6701e83927
chore(deps): update dependency axios to v1.13.0 ( #7533 )
2025-10-28 08:21:44 +02:00
Elian Doran
3f54e589d8
fix(deps): update dependency mermaid to v11.12.1 ( #7531 )
2025-10-28 08:21:09 +02:00
Elian Doran
f65be73f71
chore(deps): update dependency @types/express to v5.0.5 ( #7530 )
2025-10-28 08:20:33 +02:00
Elian Doran
346e9282bd
Translations update from Hosted Weblate ( #7528 )
2025-10-28 08:19:57 +02:00
SiriusXT
8f8ea7adc3
fix(types): correct CommandMappings key for pasteMarkdownIntoText
2025-10-28 14:10:11 +08:00
SiriusXT
4affd3a955
fix: note map button overlapping menu
2025-10-28 11:28:36 +08:00
SiriusXT
bcce05cc4d
fix(zen): Show fixed toolbar in Zen mode
2025-10-28 11:20:36 +08:00
SiriusXT
ac16c42e23
Merge branch 'main' into patch_import_markdown
2025-10-28 11:03:41 +08:00
SiriusXT
5025329e92
fix: restore editor focus after inserting markdown
2025-10-28 11:00:53 +08:00
SiriusXT
507910b0ce
fix: import markdown to text note
2025-10-28 10:17:37 +08:00
renovate[bot]
b59fab9dba
chore(deps): update dependency @types/serve-static to v2
2025-10-28 01:53:53 +00:00
renovate[bot]
ac7e4580f6
chore(deps): update dependency @types/archiver to v7
2025-10-28 01:53:07 +00:00
renovate[bot]
27d1044ba8
chore(deps): update dependency axios to v1.13.0
2025-10-28 01:52:22 +00:00
renovate[bot]
96c949b2fc
fix(deps): update dependency react-i18next to v16.2.1
2025-10-28 01:51:32 +00:00
renovate[bot]
927cd0255e
fix(deps): update dependency mermaid to v11.12.1
2025-10-28 01:50:45 +00:00
renovate[bot]
c2c8417c42
chore(deps): update dependency @types/express to v5.0.5
2025-10-28 01:49:55 +00:00
perf3ct
10988095c2
feat(search): get the correct comparison and rice out the fts5 search
2025-10-27 14:37:44 -07:00
migraine-user
3bb224e682
Translated using Weblate (Korean)
...
Currently translated at 1.3% (2 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ko/
2025-10-27 20:43:03 +00:00
Elian Doran
6f126ea17b
Fix typo in German translation for 'copy-link' ( #7527 )
2025-10-27 22:42:52 +02:00
DerVogel101
61a5cf1452
Fix typo in German translation for 'copy-link'
...
Fixed a missing character in the German translation of the context menu action copy-link.
2025-10-27 21:25:08 +01:00
Elian Doran
14b8d0a47e
chore(share): bring back syntax highlight
2025-10-27 22:18:08 +02:00
Elian Doran
12df6a0d6e
chore(uikit): create empty project
2025-10-27 20:53:13 +02:00
Elian Doran
21d243eec1
fix(desktop): share not working
2025-10-27 20:29:56 +02:00
Elian Doran
161238ca11
fix(windows script): add -command flag ( #7513 )
2025-10-27 18:47:03 +02:00
Elian Doran
4d5267e18b
fix (empty tab): recent notes not showing when creating a empty tab ( #7523 )
2025-10-27 18:43:31 +02:00
Elian Doran
0fa52907b3
Website static fixes ( #7525 )
2025-10-27 18:39:20 +02:00
Elian Doran
c4f57f3d15
refactor(website): simplify loop
2025-10-27 18:34:26 +02:00
Elian Doran
6bde264156
fix(website): lang/dir not updating after switching language
2025-10-27 18:31:03 +02:00
Elian Doran
4f72f81a95
chore(website): fix typecheck issues
2025-10-27 18:19:35 +02:00
Elian Doran
c212c5d6ff
Merge remote-tracking branch 'origin/main' into fix/website_static
2025-10-27 18:11:39 +02:00
Elian Doran
f24880d42c
fix(website): incorrect default language
2025-10-27 18:10:21 +02:00
Elian Doran
ee9bf1d47b
fix(website): incorrect lang tag
2025-10-27 18:04:49 +02:00
Elian Doran
b069fab82f
chore(website): use static loading of translations
2025-10-27 17:17:37 +02:00
Elian Doran
d5ce01a65b
Revert "fix(website): missing suspense"
...
This reverts commit dbfa94a9ee .
2025-10-27 16:45:52 +02:00
Elian Doran
dbfa94a9ee
fix(website): missing suspense
2025-10-27 16:35:26 +02:00
Elian Doran
86aaa97809
fix(website): language-specific pages not properly determined
2025-10-27 16:30:03 +02:00
Elian Doran
c4c8fe23a9
fix(website): pages not prerendered
2025-10-27 16:29:44 +02:00
Elian Doran
715fe77db3
Translations update from Hosted Weblate ( #7519 )
2025-10-27 16:20:42 +02:00
Francis C
40f5abd6e3
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hant/
2025-10-27 14:18:09 +00:00
Giovi
f3f7e5900b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-10-27 14:18:08 +00:00
green
f4402a6d81
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ja/
2025-10-27 14:18:08 +00:00
green
6966efd374
Translated using Weblate (Japanese)
...
Currently translated at 98.0% (149 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ja/
2025-10-27 14:18:07 +00:00
Hosted Weblate
cd3e025fdc
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/
2025-10-27 14:18:06 +00:00
marc hooijschuur
a224b774d3
Translated using Weblate (Dutch)
...
Currently translated at 2.9% (48 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/nl/
2025-10-27 14:18:05 +00:00
Elian Doran
f20078f3b0
fix(print): some images not loading
2025-10-27 16:17:51 +02:00
SiriusXT
56019e5449
fix (empty tab): recent notes not showing when creating a empty tab
2025-10-27 16:59:28 +08:00
SiriusXT
7dd517d8f7
fix (empty tab): recent notes not showing when creating a empty tab
2025-10-27 14:42:22 +08:00
Elian Doran
b2f1b3c910
chore(deps): update dependency @types/turndown to v5.0.6 ( #7521 )
2025-10-27 08:13:12 +02:00
renovate[bot]
2197fae700
chore(deps): update dependency @types/turndown to v5.0.6
2025-10-27 01:55:23 +00:00
Elian Doran
3661733f07
chore(server): remove duplicate math handling
2025-10-26 22:00:11 +02:00
Elian Doran
52a6f2597e
fix(share): template directory in production
2025-10-26 21:38:16 +02:00
Elian Doran
8828e36624
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-10-26 20:19:47 +02:00
Elian Doran
d8e9cad23d
feat(website): describe presentation collection
2025-10-26 19:24:43 +02:00
Elian Doran
6ed333d222
style(website): redesign list with screenshot
2025-10-26 19:11:11 +02:00
Elian Doran
ba26c478d6
fix(export/share): assets incorrectly rewritten
2025-10-26 12:15:35 +02:00
Elian Doran
055fcb7b2a
fix(export/share): handling of fonts
2025-10-26 11:34:09 +02:00
Elian Doran
f4468706ef
fix(export/share): asset path for styles and scripts
2025-10-26 11:07:08 +02:00
Elian Doran
212956201a
chore(export/share): export full share script & styles
2025-10-26 11:02:19 +02:00
Elian Doran
1182592fc5
chore(share): fix another typecheck issue
2025-10-26 10:07:42 +02:00
Elian Doran
d534db29c9
feat(note_icon): add an empty option ( closes #7370 )
2025-10-26 10:03:51 +02:00
Elian Doran
40edd42740
Translations update from Hosted Weblate ( #7516 )
2025-10-25 23:57:24 +03:00
Newcomer1989
d2c7011735
Translated using Weblate (German)
...
Currently translated at 20.5% (30 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/de/
2025-10-25 20:54:49 +00:00
Manfred Manni
a050d1741b
Translated using Weblate (German)
...
Currently translated at 22.8% (27 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-25 20:54:48 +00:00
greenfork
18982865da
Translated using Weblate (Russian)
...
Currently translated at 99.1% (1607 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ru/
2025-10-25 20:54:48 +00:00
Newcomer1989
3aa810fed7
Translated using Weblate (German)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-25 20:54:47 +00:00
Elian Doran
c5ecc22c67
chore(website): update macOS requirement
2025-10-25 23:54:37 +03:00
Elian Doran
252f8ccb1f
Internationalization improvements for the website ( #7515 )
2025-10-25 23:46:43 +03:00
Elian Doran
e1bb704383
fix(website/i18n): language list fit on mobile
2025-10-25 23:33:54 +03:00
Elian Doran
dce0d9400b
chore(website/i18n): bring back root-level pages
2025-10-25 23:11:02 +03:00
Elian Doran
615c783fe3
chore(website/i18n): add t to list of deps
2025-10-25 22:52:38 +03:00
Elian Doran
f29411baf7
fix(website/i18n): header link not indicating active
2025-10-25 22:49:22 +03:00
Adorian Doran
64d3589b40
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-25 22:42:20 +03:00
Elian Doran
be5e70130c
feat(website/i18n): highlight current language
2025-10-25 22:39:04 +03:00
Elian Doran
9ba1e9d732
feat(website/i18n): swap locale when footer
2025-10-25 22:36:27 +03:00
Elian Doran
e1dc4d1433
chore(website/i18n): another missing translation
2025-10-25 22:18:07 +03:00
Elian Doran
d0d268496c
Update apps/website/src/components/Header.tsx
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-25 22:16:50 +03:00
Elian Doran
8a6950c945
Merge branch 'main' into feature/website_i18n
2025-10-25 22:03:18 +03:00
Elian Doran
477592d176
fix(website/i18n): language detection not always working
2025-10-25 21:55:53 +03:00
Elian Doran
7e5c2ed79d
chore(website): set up testing
2025-10-25 21:54:30 +03:00
Elian Doran
bc580f2a88
feat(website/i18n): language auto-detection
2025-10-25 21:39:02 +03:00
Elian Doran
71cd92e0b5
fix(website/i18n): header sometimes not correctly translated
2025-10-25 21:13:48 +03:00
Elian Doran
a4d92e12be
chore(website/i18n): add more CJK fonts
2025-10-25 21:05:54 +03:00
Elian Doran
c40279b480
chore(website): missing a translation
2025-10-25 20:40:05 +03:00
Elian Doran
4c7e7c157c
chore(website): solve a warning about sectioned h1 size
2025-10-25 20:31:08 +03:00
Elian Doran
c08386450a
chore(website/i18n): different load mechanism for translations
2025-10-25 20:27:42 +03:00
Elian Doran
eb93762ecc
chore(website/i18n): missing translations in header
2025-10-25 20:27:23 +03:00
Elian Doran
2697f9a25d
fix(website/i18n): get started in download button not working
2025-10-25 20:00:09 +03:00
Elian Doran
9515e2099b
feat(website/i18n): set right dir and lang tags
2025-10-25 19:58:31 +03:00
Elian Doran
966c08da87
fix(website/i18n): home page link not working
2025-10-25 19:53:36 +03:00
Elian Doran
ea04446e81
chore(website/i18n): handle Chinese
2025-10-25 19:17:26 +03:00
Elian Doran
e4f806ed14
feat(website/i18n): get translation to actually render
2025-10-25 19:13:28 +03:00
Elian Doran
49cf7ae1a3
feat(website/i18n): render pages by locale
2025-10-25 18:54:24 +03:00
Elian Doran
1a6f5a027f
chore(website/i18n): add English too
2025-10-25 18:21:52 +03:00
Elian Doran
f4796f0f9e
feat(website/i18n): footer navigation
2025-10-25 18:18:47 +03:00
Elian Doran
30480b2c23
chore(website/i18n): start generating routes
2025-10-25 17:25:58 +03:00
Elian Doran
b7b1d17817
chore(website): add list of locales
2025-10-25 16:41:10 +03:00
Elian Doran
c4e5494c14
chore(deps): update dependency @types/express to v5.0.4 ( #7487 )
2025-10-25 16:37:47 +03:00
Elian Doran
b0f63c02c9
chore(deps): update dependency vite to v7.1.12 ( #7495 )
2025-10-25 16:37:20 +03:00
Elian Doran
2480509811
chore(deps): update dependency electron to v38.4.0 ( #7500 )
2025-10-25 16:28:45 +03:00
Elian Doran
7872193ed0
chore(deps): update dependency node-abi to v4.15.0 ( #7501 )
2025-10-25 16:28:37 +03:00
Adorian Doran
638cb4281e
style/center pane: optimize the identification of options pages
2025-10-25 11:28:26 +03:00
Adorian Doran
1568908982
style/center pane: allow distinct background colors for note splits
2025-10-25 11:12:00 +03:00
Ryan Keane
1a68bdfe02
fix(windows script): add -command flag
...
I don't know why if I replace old, system builtin powershell executable
with powershell 7, scripts fail with this error:
The argument 'Set-Item -Path ...' is not recognized as the name of a
script file. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
Adding -Command at the end of flags just fixed it.
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com >
2025-10-25 01:07:28 -07:00
Adorian Doran
4459561308
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-25 10:20:28 +03:00
Elian Doran
14e06c4555
chore(dev): add entry point for starting web site in dev mode
2025-10-25 09:34:53 +03:00
Elian Doran
b8e17959ae
Translations update from Hosted Weblate ( #7512 )
2025-10-25 09:19:43 +03:00
Sarah Hussein
c16a135efc
Translated using Weblate (Arabic)
...
Currently translated at 55.4% (81 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-25 06:18:55 +00:00
Sarah Hussein
cbc756ba06
Translated using Weblate (Arabic)
...
Currently translated at 85.7% (332 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-25 06:18:54 +00:00
Sarah Hussein
64daeb0826
Translated using Weblate (Arabic)
...
Currently translated at 65.0% (1055 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-25 06:18:53 +00:00
Hosted Weblate
e15839db47
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-25 06:18:53 +00:00
Elian Doran
dcdffed003
chore(deps): remove unused types for session-file-store
2025-10-25 09:18:41 +03:00
renovate[bot]
48e85fad43
chore(deps): update dependency node-abi to v4.15.0
2025-10-25 06:17:51 +00:00
renovate[bot]
189071deb8
chore(deps): update dependency electron to v38.4.0
2025-10-25 06:17:20 +00:00
Elian Doran
354f1d65c1
chore(deps): update dependency eslint-plugin-react-hooks to v7.0.1 ( #7491 )
2025-10-25 09:14:40 +03:00
renovate[bot]
b78893b106
chore(deps): update dependency vite to v7.1.12
2025-10-25 06:14:32 +00:00
Elian Doran
9310315c6a
chore(deps): update dependency @types/tabulator-tables to v6.3.0 ( #7499 )
2025-10-25 09:13:38 +03:00
renovate[bot]
1794f8546d
chore(deps): update dependency @types/express to v5.0.4
2025-10-25 06:12:41 +00:00
Elian Doran
b3bc0572e5
chore(deps): update ckeditor5 config packages to v12.2.0 ( #7498 )
2025-10-25 09:12:04 +03:00
Elian Doran
253ce1f223
fix(deps): update dependency preact-render-to-string to v6.6.3 ( #7497 )
2025-10-25 09:11:45 +03:00
Elian Doran
2f3bf94b47
fix(deps): update dependency mind-elixir to v5.3.4 ( #7496 )
2025-10-25 09:11:26 +03:00
Elian Doran
d802caa03b
chore(deps): update dependency turndown to v7.2.2 ( #7494 )
2025-10-25 09:10:35 +03:00
renovate[bot]
e69751a8b3
fix(deps): update dependency preact-render-to-string to v6.6.3
2025-10-25 06:10:07 +00:00
Elian Doran
0760ea22fb
chore(deps): update dependency lint-staged to v16.2.6 ( #7493 )
2025-10-25 09:09:27 +03:00
Elian Doran
8a8f407e99
chore(deps): update dependency happy-dom to v20.0.8 ( #7492 )
2025-10-25 09:09:09 +03:00
renovate[bot]
e030dd96da
chore(deps): update dependency eslint-plugin-react-hooks to v7.0.1
2025-10-25 06:08:45 +00:00
Elian Doran
01abfc2528
chore(deps): update dependency @types/yargs to v17.0.34 ( #7490 )
2025-10-25 09:08:36 +03:00
Elian Doran
042b929dc5
chore(deps): update dependency @types/serve-static to v1.15.10 ( #7488 )
2025-10-25 09:08:03 +03:00
Elian Doran
ab1d5e31fb
chore(deps): update dependency @types/cookie-parser to v1.4.10 ( #7486 )
2025-10-25 09:07:41 +03:00
Elian Doran
d073e4c37f
chore(deps): update dependency @types/archiver to v6.0.4 ( #7485 )
2025-10-25 09:07:29 +03:00
Elian Doran
d60d965a42
chore(deps): update dependency @smithy/middleware-retry to v4.4.5 ( #7484 )
2025-10-25 09:07:13 +03:00
Elian Doran
1c87cfbbd9
chore(deps): update dependency ini to v6 ( #7507 )
2025-10-25 09:06:21 +03:00
Elian Doran
fee333512a
chore(deps): update dependency openai to v6.7.0 ( #7502 )
2025-10-25 09:05:53 +03:00
Elian Doran
38a3f46506
chore(deps): update node.js to v22.21.0 ( #7503 )
2025-10-25 09:05:35 +03:00
Elian Doran
bf7506fcd8
chore(deps): update pnpm to v10.19.0 ( #7504 )
2025-10-25 09:05:05 +03:00
Elian Doran
6fbba426de
fix(deps): update codemirror ( #7505 )
2025-10-25 09:04:29 +03:00
Elian Doran
d5bdec13b5
fix(deps): update dependency react-i18next to v16.2.0 ( #7506 )
2025-10-25 09:04:02 +03:00
Elian Doran
cc1b6eb42d
chore(deps): update github artifact actions (major) ( #7508 )
2025-10-25 09:03:36 +03:00
perf3ct
253da139de
feat(search): try again to get fts5 searching done well
2025-10-24 21:47:06 -07:00
renovate[bot]
8baf496f96
chore(deps): update github artifact actions
2025-10-25 01:23:17 +00:00
renovate[bot]
23a20c4490
chore(deps): update dependency ini to v6
2025-10-25 01:23:11 +00:00
renovate[bot]
c8b98f2db6
fix(deps): update dependency react-i18next to v16.2.0
2025-10-25 01:22:39 +00:00
renovate[bot]
3f36f515db
fix(deps): update codemirror
2025-10-25 01:22:07 +00:00
renovate[bot]
892eb5b95d
chore(deps): update pnpm to v10.19.0
2025-10-25 01:21:37 +00:00
renovate[bot]
62a69a0da0
chore(deps): update node.js to v22.21.0
2025-10-25 01:21:29 +00:00
renovate[bot]
3588e38543
chore(deps): update dependency openai to v6.7.0
2025-10-25 01:21:24 +00:00
renovate[bot]
41450ab85a
chore(deps): update dependency @types/tabulator-tables to v6.3.0
2025-10-25 01:19:49 +00:00
renovate[bot]
0526d99560
chore(deps): update ckeditor5 config packages to v12.2.0
2025-10-25 01:19:14 +00:00
renovate[bot]
557d576b85
fix(deps): update dependency mind-elixir to v5.3.4
2025-10-25 01:18:06 +00:00
renovate[bot]
041c961cfa
chore(deps): update dependency turndown to v7.2.2
2025-10-25 01:16:54 +00:00
renovate[bot]
dcc35bd507
chore(deps): update dependency lint-staged to v16.2.6
2025-10-25 01:16:19 +00:00
renovate[bot]
09c3e5b56e
chore(deps): update dependency happy-dom to v20.0.8
2025-10-25 01:15:41 +00:00
renovate[bot]
950793377d
chore(deps): update dependency @types/yargs to v17.0.34
2025-10-25 01:13:27 +00:00
renovate[bot]
7dac61dc26
chore(deps): update dependency @types/serve-static to v1.15.10
2025-10-25 01:11:50 +00:00
renovate[bot]
42dcb8f141
chore(deps): update dependency @types/cookie-parser to v1.4.10
2025-10-25 01:10:08 +00:00
renovate[bot]
43dc8a4b87
chore(deps): update dependency @types/archiver to v6.0.4
2025-10-25 01:09:20 +00:00
renovate[bot]
35316a4c45
chore(deps): update dependency @smithy/middleware-retry to v4.4.5
2025-10-25 01:08:32 +00:00
Elian Doran
1366489f99
Translations update from Hosted Weblate ( #7479 )
2025-10-24 23:31:57 +03:00
Elian Doran
0c399a676a
chore(share): fix typecheck issue
2025-10-24 23:28:42 +03:00
brtkcs
31ee78b1aa
Translated using Weblate (Hungarian)
...
Currently translated at 21.2% (31 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/hu/
2025-10-24 20:14:05 +00:00
brtkcs
808ba75ee0
Translated using Weblate (Hungarian)
...
Currently translated at 27.1% (32 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/hu/
2025-10-24 20:14:04 +00:00
brtkcs
ac1399a139
Translated using Weblate (Hungarian)
...
Currently translated at 8.2% (32 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/hu/
2025-10-24 20:14:04 +00:00
brtkcs
1e4793351a
Translated using Weblate (Hungarian)
...
Currently translated at 1.9% (32 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/hu/
2025-10-24 20:14:03 +00:00
Sarah Hussein
f502fe41c7
Translated using Weblate (Arabic)
...
Currently translated at 52.7% (77 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-24 20:14:02 +00:00
brtkcs
0ec0091357
Translated using Weblate (Hungarian)
...
Currently translated at 19.1% (28 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/hu/
2025-10-24 20:14:02 +00:00
brtkcs
0e2196f872
Translated using Weblate (Hungarian)
...
Currently translated at 24.5% (29 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/hu/
2025-10-24 20:14:01 +00:00
Sarah Hussein
32dee254cd
Translated using Weblate (Arabic)
...
Currently translated at 82.4% (319 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-24 20:14:01 +00:00
Sarah Hussein
d4a6a297f4
Translated using Weblate (Arabic)
...
Currently translated at 64.3% (1043 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-24 20:14:00 +00:00
brtkcs
a64d8cd8e2
Translated using Weblate (Hungarian)
...
Currently translated at 7.4% (29 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/hu/
2025-10-24 20:14:00 +00:00
brtkcs
bf4cfb9c02
Translated using Weblate (Hungarian)
...
Currently translated at 1.7% (29 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/hu/
2025-10-24 20:13:59 +00:00
Manfred Manni
a99dfecf43
Translated using Weblate (German)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/de/
2025-10-24 20:13:59 +00:00
Manfred Manni
1530d96eca
Translated using Weblate (German)
...
Currently translated at 99.8% (1619 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-24 20:13:58 +00:00
Elian Doran
5dc066f4c6
chore(dev): add work-around to run on Ubuntu
...
See https://github.com/electron/electron/issues/42510 .
2025-10-24 23:03:20 +03:00
Elian Doran
395f33cd5b
chore(share): bring back boxicons
2025-10-24 22:32:42 +03:00
Elian Doran
21b20cf575
chore(share): bring back most of the logic
2025-10-24 21:18:06 +03:00
Elian Doran
e3dd25b591
chore(share): set up math
2025-10-24 21:13:40 +03:00
Elian Doran
b9a4e7ab11
chore(share): enable code splitting
2025-10-24 20:52:54 +03:00
Elian Doran
6ae67c410c
chore(share): load Mermaid only when necessary
2025-10-24 20:52:47 +03:00
Jon Fuller
d992a5e4a2
Merge branch 'main' into feat/rice-searching-with-sqlite
2025-10-24 09:18:11 -07:00
Elian Doran
4ef7667484
chore(share): bring back inline mermaid rendering
2025-10-24 19:09:19 +03:00
Elian Doran
3660e2f127
refactor(share): store assets at /share/asset level
2025-10-24 19:00:26 +03:00
Elian Doran
357d294f2d
chore(export/share): address review
2025-10-24 18:25:16 +03:00
Elian Doran
bb636128b0
fix(export/share): missing files and wrong meta handling
2025-10-24 16:02:20 +03:00
Elian Doran
aa102ab393
fix(export/share): missing templates after merge
2025-10-24 14:54:20 +03:00
Elian Doran
ea53665e64
Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme
2025-10-24 14:43:20 +03:00
Adorian Doran
3341e59a80
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-24 02:43:52 +03:00
Adorian Doran
74a805056b
style/settings: use Mica for settings pages
2025-10-24 01:03:28 +03:00
Elian Doran
1e8f179f81
Translations update from Hosted Weblate ( #7469 )
2025-10-23 20:37:39 +03:00
Elian Doran
54c906de8d
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-23 20:35:34 +03:00
Elian Doran
114b3ef4d1
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-23 20:33:43 +03:00
Elian Doran
f6fa1e69b3
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-23 20:33:03 +03:00
Elian Doran
fcc8086f9c
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-23 20:32:21 +03:00
Adorian Doran
f42e870de1
style/dropdowns: increase the radius of the backdrop blur
2025-10-23 20:28:36 +03:00
Bond
7eefff0a74
Translated using Weblate (Vietnamese)
...
Currently translated at 10.9% (16 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/vi/
2025-10-23 19:28:31 +02:00
Микола Копитін
1b842e35ff
Translated using Weblate (Ukrainian)
...
Currently translated at 26.0% (38 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/uk/
2025-10-23 19:28:30 +02:00
Bond
c9021ca742
Translated using Weblate (Vietnamese)
...
Currently translated at 55.9% (66 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-23 19:28:29 +02:00
Микола Копитін
b229ab3c02
Translated using Weblate (Ukrainian)
...
Currently translated at 32.2% (38 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/uk/
2025-10-23 19:28:29 +02:00
Bond
6825f28ba0
Translated using Weblate (Vietnamese)
...
Currently translated at 3.0% (50 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/vi/
2025-10-23 19:28:28 +02:00
Микола Копитін
5e72f271ea
Translated using Weblate (Ukrainian)
...
Currently translated at 21.9% (32 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/uk/
2025-10-23 19:28:27 +02:00
Микола Копитін
9ad6dfd5e9
Translated using Weblate (Ukrainian)
...
Currently translated at 27.9% (33 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/uk/
2025-10-23 19:28:27 +02:00
Marc
81031673c3
Translated using Weblate (French)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/fr/
2025-10-23 19:28:26 +02:00
Микола Копитін
1a6423fd36
Translated using Weblate (Ukrainian)
...
Currently translated at 20.5% (30 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/uk/
2025-10-23 19:28:26 +02:00
onlyfranz
9b872617e6
Translated using Weblate (German)
...
Currently translated at 2.7% (4 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/de/
2025-10-23 19:28:25 +02:00
Sarah Hussein
57be2e2474
Translated using Weblate (Arabic)
...
Currently translated at 25.4% (30 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-23 19:28:25 +02:00
Микола Копитін
1d65afef53
Translated using Weblate (Ukrainian)
...
Currently translated at 26.2% (31 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/uk/
2025-10-23 19:28:24 +02:00
Sarah Hussein
b6385618d1
Translated using Weblate (Arabic)
...
Currently translated at 63.5% (1030 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-23 19:28:23 +02:00
Giovi
e3d7c7419f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-23 19:28:22 +02:00
Giovi
2a6c295967
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-23 19:28:22 +02:00
green
f5f32df847
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-23 19:28:21 +02:00
Francis C
1f350b2730
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-23 19:28:20 +02:00
Marc
386992255e
Translated using Weblate (French)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/fr/
2025-10-23 19:28:20 +02:00
Bilal Janati
eb505c4615
Translated using Weblate (French)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/fr/
2025-10-23 19:28:19 +02:00
Marc
003d2b5354
Translated using Weblate (French)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/fr/
2025-10-23 19:28:19 +02:00
Elian Doran
b452f78242
feat(mobile/search): search definitions always shown
2025-10-23 20:24:16 +03:00
Adorian Doran
ca3964f8b7
style/floating buttons: tweak position
2025-10-23 20:18:52 +03:00
Elian Doran
7d1abee8e4
feat(mobile/search): show results ( closes #5655 )
2025-10-23 20:16:17 +03:00
Elian Doran
d503993a74
chore(mobile/search): further improve the layout
2025-10-23 20:03:44 +03:00
Adorian Doran
ddafda5f4e
style/quick edit dialog: tweak the colors for the dark color scheme
2025-10-23 20:01:29 +03:00
Adorian Doran
40b08e1828
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-23 19:43:17 +03:00
Adorian Doran
5141f0a0d5
style/quick edit dialog: tweak the colors for the dark color scheme
2025-10-23 19:43:06 +03:00
Elian Doran
fe98ba8c8c
chore(mobile/search): improve actions fit
2025-10-23 19:15:38 +03:00
Elian Doran
18608ecb34
feat(mobile): render search definition
2025-10-23 19:07:40 +03:00
Elian Doran
ab6da26a25
refactor(client): standalone rendering mechanism for ribbon
2025-10-23 18:09:32 +03:00
Elian Doran
f95082ccdb
fix(server): calendar tooltip positioning ( closes #5675 )
2025-10-23 16:57:48 +03:00
Elian Doran
e94b5ac07a
fix(server): edited notes listing automatically generated hidden notes ( closes #5683 )
2025-10-23 16:42:27 +03:00
Elian Doran
5d0669b464
fix(canvas): images appearing muted in dark mode ( closes #5708 )
2025-10-23 16:11:05 +03:00
Elian Doran
af95d85b73
chore(client): disable import/export for help notes
2025-10-23 14:43:04 +03:00
Elian Doran
aae90ede19
chore(share): keep diacritics in slug instead of stripping them in
2025-10-23 14:29:47 +03:00
Elian Doran
0fa1c0f5c4
chore(share): improve slugification to strip diacritics cleanly
2025-10-23 14:26:15 +03:00
Elian Doran
d2b6014b49
fix(share): HTML tags displayed escaped in headings
2025-10-23 14:19:54 +03:00
Elian Doran
94d62f810a
fix(share): heading and navigation not supporting CJK ( closes #6430 )
2025-10-23 14:06:13 +03:00
Elian Doran
e953f0cc1a
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-23 13:22:26 +03:00
Adorian Doran
8c165c0401
style/quick edit dialog: add support for the dark color scheme
2025-10-23 10:57:01 +03:00
Adorian Doran
b4dd40e128
style/quick edit dialog: refactor
2025-10-23 10:48:04 +03:00
Adorian Doran
535b960b76
style/quick edit dialog: ignore monochromatic custom colors
2025-10-23 10:44:23 +03:00
Adorian Doran
b58f37cd4a
style/quick edit dialog: tint the dialog background, border and promoted attributes card according to the note's custom color
2025-10-23 10:18:52 +03:00
Adorian Doran
a01fb39599
client/quick edit dialog: make available the CSS variables with the custom color of the edited note
2025-10-23 10:16:18 +03:00
Adorian Doran
be15934b22
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-23 10:03:03 +03:00
Elian Doran
347da8abde
fix(collections/list): excessive spacing in empty note content ( closes #7319 )
2025-10-23 08:16:26 +03:00
Elian Doran
5ff07820d3
chore(release): prepare for 0.99.3
2025-10-22 22:37:46 +03:00
Adorian Doran
6eccaac4bb
style: fix broken colored links inside read-only notes (hover color)
2025-10-22 22:12:58 +03:00
Adorian Doran
f5038a08e5
style/board/board items: make the note custom color be applied again as the text color
2025-10-22 22:05:16 +03:00
Adorian Doran
96b3464f00
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-22 21:53:07 +03:00
Adorian Doran
d1e6bd9c3a
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-22 21:52:21 +03:00
Adorian Doran
7911973a83
style: fix broken colored links inside read-only notes
2025-10-22 21:52:08 +03:00
Jon Fuller
968b595aec
fix(scheduler): change session expiration check interval to 30 seconds from 1ms
...
Increase interval for checking protected session expiration from 1ms to 30s.
2025-10-22 11:20:14 -07:00
Adorian Doran
2470b0b334
style: tweak the appearance of the promoted attributes cards
2025-10-22 20:06:06 +03:00
Adorian Doran
4344687303
style: tweak the appearance of the promoted attributes cards
2025-10-22 19:58:42 +03:00
Adorian Doran
b4fe46eba3
style: tweak the appearance of option cards
2025-10-22 19:41:49 +03:00
Elian Doran
704f2c2238
Translations update from Hosted Weblate ( #7461 )
2025-10-22 18:30:09 +03:00
Hosted Weblate
f6b86d725c
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-22 17:27:54 +02:00
Elian Doran
a7e0866e0d
Flatpak improvements ( #7460 )
2025-10-22 18:27:33 +03:00
Elian Doran
2cb3b877d1
chore(forge): fixup electron-forge:make scripts
2025-10-22 18:24:34 +03:00
Elian Doran
0b808b8db3
fix(forge): missing icon in flatpak build
2025-10-22 18:05:38 +03:00
Elian Doran
f02af893bb
fix(forge): wrong exec in flatpak desktop template ( closes #5516 )
2025-10-22 18:03:52 +03:00
Elian Doran
cb3f941760
chore(forge): add script to make flatpak
2025-10-22 17:45:31 +03:00
Elian Doran
93f145a20f
fix(forge): missing flatpak permissions ( closes #7454 )
2025-10-22 17:44:19 +03:00
Elian Doran
d34e2a0246
Translations update from Hosted Weblate ( #7453 )
2025-10-22 08:00:27 +03:00
Hosted Weblate
9a0b4f67ed
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-22 07:59:55 +03:00
Marc
651e158e3a
Translated using Weblate (French)
...
Currently translated at 88.8% (1440 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/fr/
2025-10-22 07:59:55 +03:00
Elian Doran
d11784a894
Translations update from Hosted Weblate ( #7449 )
2025-10-22 07:54:29 +03:00
Elian Doran
14db789b7f
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-22 07:53:45 +03:00
Marc
c4a4995da0
Translated using Weblate (French)
...
Currently translated at 71.9% (105 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/fr/
2025-10-22 07:53:12 +03:00
Marc
45de9da893
Translated using Weblate (French)
...
Currently translated at 90.9% (352 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/fr/
2025-10-22 07:53:12 +03:00
Marc
a6fce1b4c8
Translated using Weblate (French)
...
Currently translated at 86.9% (1409 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/fr/
2025-10-22 07:53:12 +03:00
Hosted Weblate
1d28a5e5b8
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-22 07:53:12 +03:00
Adorian Doran
d4b05fa0a0
style/dialogs/delete confirmation: fix the spacing of the note list
2025-10-22 01:29:54 +03:00
Adorian Doran
4bcf209072
style/reference links: enable colors in table collections as well
2025-10-22 00:57:55 +03:00
Adorian Doran
4b34ae3fd4
style/text editor/reference links: make the underline use the same color as the link caption
2025-10-22 00:51:58 +03:00
Adorian Doran
8590ff1f46
style/text editor/reference links color: fix regression
2025-10-22 00:45:51 +03:00
perf3ct
8e227a6146
fix(search): make sure to highlight exact search results too
2025-10-21 14:35:31 -07:00
Elian Doran
c4e2c003de
feat(i18n): enable Italian language
2025-10-21 21:35:05 +03:00
Jon Fuller
b03cb1ce1b
Merge branch 'main' into fix/fix-equals-operator-in-search
2025-10-21 11:30:05 -07:00
Elian Doran
eee3aa2bb4
feat(i18n): update Italian translations
2025-10-21 20:59:28 +03:00
Elian Doran
ce9f703e0c
feat(scripts): import weblate CSVs into translations
2025-10-21 20:59:12 +03:00
perf3ct
fb0d971e48
fix(search): also support exact phrase matching such as ='test phrase'
2025-10-21 10:12:14 -07:00
Elian Doran
279ccec3ab
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-21 19:14:33 +03:00
Elian Doran
ab3852678e
chore(splitjs): get rid of minified version
...
Not useful for the app.
2025-10-21 19:14:31 +03:00
Elian Doran
65f7aaeee8
Translations update from Hosted Weblate ( #7445 )
2025-10-21 18:49:40 +03:00
Elian Doran
7a76b9dd0b
Translated using Weblate (Dutch)
...
Currently translated at 16.1% (19 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/nl/
2025-10-21 17:49:04 +02:00
Marc
e7b7afabea
Translated using Weblate (French)
...
Currently translated at 23.9% (35 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/fr/
2025-10-21 17:33:25 +02:00
d-rekked
c072c1fd9d
Translated using Weblate (Dutch)
...
Currently translated at 16.4% (24 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/nl/
2025-10-21 17:33:25 +02:00
green
1f3d9db161
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-21 17:33:24 +02:00
Hosted Weblate
62852b8978
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-21 17:33:23 +02:00
Elian Doran
429767e45c
chore(splitjs): get build & test to work
2025-10-21 18:33:12 +03:00
Elian Doran
87d6771c47
fix(client/rtl): split reversed
2025-10-21 18:07:45 +03:00
Elian Doran
68033580a5
feat(split): add right to left support
...
See https://github.com/nathancahill/split/issues/739
2025-10-21 18:06:51 +03:00
Elian Doran
8a3b6ea694
chore(split): wire into monorepo
2025-10-21 17:57:12 +03:00
Elian Doran
ac269bb51e
Merge remote-tracking branch 'split/master'
2025-10-21 17:52:25 +03:00
Elian Doran
1d583a2d1f
fix(client/options): dev locale showing in prod
2025-10-21 17:21:01 +03:00
Elian Doran
cdde69cc7c
test(server): add adjustable type to becca mocking
2025-10-21 16:59:32 +03:00
Elian Doran
9e1e300c72
fix(client): normalize locale when formatting time ( closes #7444 )
2025-10-21 16:59:13 +03:00
Elian Doran
797741c7d0
fix(client): crash if locale is incorrect
2025-10-21 16:54:38 +03:00
Elian Doran
10f844f232
test(server): use becca mocking for single export test
2025-10-21 12:31:26 +03:00
Elian Doran
5291649c50
docs(release): add missing entry to changelog
2025-10-21 12:24:36 +03:00
Elian Doran
fc57314905
docs: improve demo note ( #7407 )
2025-10-21 11:39:53 +03:00
Elian Doran
1df0e7b2b0
Merge remote-tracking branch 'origin/main' into patch-2
2025-10-21 11:39:20 +03:00
Elian Doran
6486c741a2
docs(demo): update Trilium Demo first page
2025-10-21 11:33:14 +03:00
Elian Doran
2aa9ddc026
Merge remote-tracking branch 'origin/main' into patch-2
2025-10-21 11:26:18 +03:00
Elian Doran
d45177042c
docs: remove garbage from Amazon URL ( #7406 )
2025-10-21 11:25:14 +03:00
Elian Doran
b24dbc6462
docs(demo): use clean URLs for links to Amazon
2025-10-21 11:24:07 +03:00
Elian Doran
5dc2630d2a
Merge remote-tracking branch 'origin/main' into patch-1
2025-10-21 11:17:22 +03:00
Elian Doran
800c668962
chore(deps): update node.js to v22.21.0 ( #7438 )
2025-10-21 09:37:42 +03:00
renovate[bot]
b2955afa61
chore(deps): update node.js to v22.21.0
2025-10-21 06:07:01 +00:00
Elian Doran
052f4f65cd
chore(deps): update dependency openai to v6.6.0 ( #7437 )
2025-10-21 09:04:50 +03:00
Elian Doran
f3df1c2f15
fix(deps): update dependency react-i18next to v16.1.2 ( #7436 )
2025-10-21 09:04:35 +03:00
Elian Doran
272ac1b990
chore(deps): update typescript-eslint monorepo to v8.46.2 ( #7435 )
2025-10-21 09:04:22 +03:00
Elian Doran
c4af60480a
chore(deps): update dependency lint-staged to v16.2.5 ( #7434 )
2025-10-21 09:04:06 +03:00
Elian Doran
ef94033908
chore(deps): update dependency vite to v7.1.11 [security] ( #7432 )
2025-10-21 09:03:47 +03:00
Elian Doran
78bb10b1df
Translations update from Hosted Weblate ( #7440 )
2025-10-21 09:02:50 +03:00
Elian Doran
43ac3ac0fe
Translated using Weblate (Greek)
...
Currently translated at 25.3% (37 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/el/
2025-10-21 07:56:41 +02:00
Marc
bdc274ebba
Translated using Weblate (French)
...
Currently translated at 2.7% (4 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/fr/
2025-10-21 05:43:03 +00:00
vcodesai
2baaf12d24
Translated using Weblate (Greek)
...
Currently translated at 25.3% (37 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/el/
2025-10-21 05:43:02 +00:00
Marc
11e2632b61
Translated using Weblate (French)
...
Currently translated at 2.5% (3 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/fr/
2025-10-21 05:43:01 +00:00
vcodesai
70bc09b306
Translated using Weblate (Greek)
...
Currently translated at 1.6% (2 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/el/
2025-10-21 05:43:01 +00:00
Luk On
0f73cbeec3
Translated using Weblate (Polish)
...
Currently translated at 30.9% (502 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pl/
2025-10-21 05:43:00 +00:00
vcodesai
ac28411b36
Translated using Weblate (Greek)
...
Currently translated at 1.0% (4 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/el/
2025-10-21 05:43:00 +00:00
vcodesai
1dbfe0950b
Translated using Weblate (Greek)
...
Currently translated at 0.7% (12 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/el/
2025-10-21 05:42:59 +00:00
green
f02c499168
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1621 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-21 05:42:58 +00:00
Manfred Manni
f9db642abb
Translated using Weblate (German)
...
Currently translated at 99.6% (1616 of 1621 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-21 05:42:58 +00:00
Elian Doran
bd243e36e5
chore(release): prepare for 0.99.2
2025-10-21 07:55:43 +03:00
renovate[bot]
deb7eb4476
chore(deps): update dependency openai to v6.6.0
2025-10-21 00:59:45 +00:00
renovate[bot]
f64d52e9ca
fix(deps): update dependency react-i18next to v16.1.2
2025-10-21 00:58:53 +00:00
renovate[bot]
dddbbe64ea
chore(deps): update typescript-eslint monorepo to v8.46.2
2025-10-21 00:58:00 +00:00
renovate[bot]
adfb268dd6
chore(deps): update dependency lint-staged to v16.2.5
2025-10-21 00:56:19 +00:00
renovate[bot]
bc0750947e
chore(deps): update dependency vite to v7.1.11 [security]
2025-10-20 22:13:01 +00:00
Elian Doran
ad8135c2a9
chore(client/import): rephrase ZIP import recommendation
2025-10-20 20:40:34 +03:00
Elian Doran
bcb2daf9b6
feat(client/import): clarify importing from zip ( closes #7429 )
2025-10-20 20:34:57 +03:00
Elian Doran
8fc7a20220
fix(client/import): file remains from previous instance ( closes #7428 )
2025-10-20 20:24:43 +03:00
Elian Doran
00720ae58f
docs(user): mention printing PDF manually from browser
2025-10-20 19:42:06 +03:00
Elian Doran
51f559b332
feat(client/search): apply full-width for collection view
2025-10-20 19:37:19 +03:00
Elian Doran
a7a8f806e8
fix(client): search results taking up space when not needed
2025-10-20 19:30:44 +03:00
Elian Doran
25e1c45562
style(search): decrease opacity of note path
2025-10-20 18:59:44 +03:00
Elian Doran
d90e02d8f4
fix(search): note path not visible in search ( closes #7404 )
2025-10-20 18:56:28 +03:00
Elian Doran
d4a46ed4da
fix(settings): max content width forces minimum when typing ( closes #7423 )
2025-10-20 18:34:57 +03:00
Elian Doran
a664a58076
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-20 18:23:10 +03:00
Elian Doran
ca2cc38bad
fix(website): wrong docker command ( closes #7426 )
2025-10-20 18:23:08 +03:00
Elian Doran
1c6b3fba03
Translations update from Hosted Weblate ( #7424 )
2025-10-20 18:20:34 +03:00
kamykO
77b0d541b1
Translated using Weblate (Polish)
...
Currently translated at 29.4% (477 of 1620 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pl/
2025-10-20 15:17:06 +00:00
green
e72dc5c5c3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2025-10-20 15:17:05 +00:00
green
d81fcef1f3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1620 of 1620 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-20 15:17:04 +00:00
Francis C
77ac0bfbdd
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2025-10-20 15:17:04 +00:00
Francis C
434e3f6035
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1620 of 1620 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-20 15:17:03 +00:00
Luk On
0d2dc86fb9
Translated using Weblate (Polish)
...
Currently translated at 29.4% (476 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pl/
2025-10-20 15:17:02 +00:00
Manfred Manni
fa57966b01
Translated using Weblate (German)
...
Currently translated at 99.8% (1616 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-20 15:17:01 +00:00
Elian Doran
29682cef49
docs(user): update documentation on search in collections
2025-10-20 18:16:28 +03:00
Elian Doran
b224267e3b
fix(ribbon): wrong default view type in search
2025-10-20 18:03:55 +03:00
Elian Doran
6d09c7116f
fix(client/search): freeze in presentation collection
2025-10-20 17:59:05 +03:00
Elian Doran
f36535d061
fix(client/syntax_highlighting): avoid crash if language not found
2025-10-20 17:58:54 +03:00
Elian Doran
95987d474d
fix(client/search): freeze in board
2025-10-20 17:49:14 +03:00
Elian Doran
1d8b55be5e
feat(client/search): disable nesting depth in collection
2025-10-20 17:46:21 +03:00
Elian Doran
5d66b7e66f
feat(client/search): enable collection properties
2025-10-20 17:38:25 +03:00
Elian Doran
f8066417d9
fix(client/search): full screen collections not visible
2025-10-20 17:36:12 +03:00
Elian Doran
ee9c3f49da
chore(client/search): ensure nested note IDs don't work in search everywhere
2025-10-20 17:33:48 +03:00
Elian Doran
3743fff21c
chore(client/search): ensure all notes are loaded
2025-10-20 17:15:08 +03:00
Elian Doran
8939fac447
fix(client/search): table freezing due to nesting
2025-10-20 17:14:47 +03:00
Elian Doran
c7224bc0d1
fix(client/search): note IDs being calculated recursively in table
2025-10-20 17:14:26 +03:00
Elian Doran
929eee1350
fix(client/search): note IDs being calculated twice in search
2025-10-20 16:17:36 +03:00
Elian Doran
e904feb179
fix(client/search): collection rendering twice
2025-10-20 16:05:24 +03:00
Elian Doran
44c379fce1
Better PDF export mechanism (part I) ( #7399 )
2025-10-20 14:37:35 +03:00
Elian Doran
0ea7e9fc04
Translations update from Hosted Weblate ( #7422 )
2025-10-20 14:30:07 +03:00
Elian Doran
66896d6457
fix(client/print): text notes affecting slides
2025-10-20 14:27:35 +03:00
Elian Doran
fffb8317cb
fix(client/print): disable printing for unsupported collection types
2025-10-20 14:24:14 +03:00
Elian Doran
cc09a450c9
docs(user): improve & update documentation for printing
2025-10-20 14:16:20 +03:00
Elian Doran
04f6777627
chore(client/print): address requested changes
2025-10-20 14:04:11 +03:00
Luk On
3daa39cff8
Translated using Weblate (Polish)
...
Currently translated at 6.7% (8 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/pl/
2025-10-20 12:10:38 +02:00
Adam Fišer
8c6a497b79
Translated using Weblate (Czech)
...
Currently translated at 2.5% (3 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/cs/
2025-10-20 12:10:22 +02:00
Manfred Manni
274e1440d4
Translated using Weblate (German)
...
Currently translated at 22.0% (26 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-20 12:10:22 +02:00
Francis C
2cd6c01d1e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ja/
2025-10-20 12:10:21 +02:00
Francis C
0ce8fa1115
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (118 of 118 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/zh_Hant/
2025-10-20 12:10:20 +02:00
Adam Fišer
73c35111e0
Translated using Weblate (Czech)
...
Currently translated at 1.9% (32 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/cs/
2025-10-20 12:10:20 +02:00
Luk On
942125d236
Translated using Weblate (Polish)
...
Currently translated at 74.0% (286 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/pl/
2025-10-20 12:10:19 +02:00
Francis C
2296e5a089
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hant/
2025-10-20 12:10:19 +02:00
Francis C
453c29c160
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-20 12:10:18 +02:00
Manfred Manni
e0aa49b36d
Translated using Weblate (German)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/de/
2025-10-20 12:10:18 +02:00
Manfred Manni
551e54a958
Translated using Weblate (German)
...
Currently translated at 99.6% (1613 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-20 12:10:17 +02:00
Elian Doran
acae069b9e
chore(client/print): fix typecheck issues
2025-10-20 12:56:46 +03:00
Elian Doran
29d6784c59
feat(client/print): render 404 errors
2025-10-20 12:46:24 +03:00
Elian Doran
e6c8f238f9
fix(client/print): stylesheet not loading in prod
2025-10-20 12:40:41 +03:00
Elian Doran
e069d87fe8
fix(client/print): wrong entrypoint in prod
2025-10-20 12:39:38 +03:00
Elian Doran
1ae32c4547
feat(client/print): integrate old print stylesheet
2025-10-20 11:27:21 +03:00
Elian Doran
7c08864444
feat(client/print): enforce VS code theme when printing code notes
2025-10-20 11:06:26 +03:00
Elian Doran
74c26b42da
fix(client/print): syntax highlighting not loading on code notes
2025-10-20 11:00:49 +03:00
Elian Doran
f0fa55715c
fix(client/print): ckeditor stylesheet missing
2025-10-20 10:48:55 +03:00
Elian Doran
1514432f77
fix(client/print): circular dependency affecting ws
2025-10-20 10:40:14 +03:00
Elian Doran
08d2cc2ae5
Merge remote-tracking branch 'origin/main' into feature/pdf_export_presentation
2025-10-20 10:15:24 +03:00
Elian Doran
7a0a3182eb
chore(deps): update dependency @playwright/test to v1.56.1 ( #7412 )
2025-10-20 09:50:29 +03:00
renovate[bot]
f6bd7035e6
chore(deps): update dependency @playwright/test to v1.56.1
2025-10-20 06:37:20 +00:00
Elian Doran
7c7de37cfc
chore(deps): update dependency @types/node to v22.18.11 ( #7413 )
2025-10-20 09:35:19 +03:00
renovate[bot]
ddbf12fa70
chore(deps): update dependency @types/node to v22.18.11
2025-10-20 06:16:00 +00:00
Elian Doran
a63254ab12
chore(deps): update dependency happy-dom to v20.0.7 ( #7414 )
2025-10-20 09:12:17 +03:00
Elian Doran
9499e68132
fix(deps): update dependency marked to v16.4.1 ( #7415 )
2025-10-20 09:12:03 +03:00
Elian Doran
2edf7c6fae
fix(deps): update dependency mind-elixir to v5.3.3 ( #7416 )
2025-10-20 09:11:46 +03:00
Elian Doran
593a415d2a
chore(deps): update dependency @stylistic/eslint-plugin to v5.5.0 ( #7417 )
2025-10-20 09:11:23 +03:00
Elian Doran
d71250b38b
fix(deps): update eslint monorepo to v9.38.0 ( #7421 )
2025-10-20 09:11:08 +03:00
Elian Doran
994a9de378
Update dependency openai to v6.5.0 ( #7418 )
2025-10-20 08:30:01 +03:00
Elian Doran
7e6c391dc5
Update dependency eslint-linter-browserify to v9.38.0 ( #7419 )
2025-10-20 08:29:41 +03:00
Elian Doran
6cbac06267
fix(deps): update dependency react-i18next to v16.1.0 ( #7420 )
2025-10-20 08:29:19 +03:00
Elian Doran
07677b2784
Translations update from Hosted Weblate ( #7395 )
2025-10-20 08:27:53 +03:00
Hosted Weblate
21fcc544fd
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-20 04:57:36 +00:00
devmorkon
f88c0415af
Translated using Weblate (Dutch)
...
Currently translated at 3.4% (5 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/nl/
2025-10-20 04:57:25 +00:00
kamykO
7ddecf3253
Translated using Weblate (Polish)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pl/
2025-10-20 04:57:24 +00:00
devmorkon
7fbff43f17
Translated using Weblate (Dutch)
...
Currently translated at 15.6% (18 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/nl/
2025-10-20 04:57:22 +00:00
Sarah Hussein
89de946254
Translated using Weblate (Arabic)
...
Currently translated at 60.4% (978 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-20 04:57:21 +00:00
kamykO
7d521218cf
Translated using Weblate (Polish)
...
Currently translated at 29.4% (476 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pl/
2025-10-20 04:57:20 +00:00
Giovi
bb7cde786f
Translated using Weblate (Italian)
...
Currently translated at 33.5% (543 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-20 04:57:19 +00:00
Sarah Hussein
2d2e52f47b
Translated using Weblate (Arabic)
...
Currently translated at 50.0% (73 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-20 04:57:18 +00:00
kamykO
51e8c25236
Translated using Weblate (Polish)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pl/
2025-10-20 04:57:17 +00:00
Sarah Hussein
f1774efce8
Translated using Weblate (Arabic)
...
Currently translated at 25.2% (29 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-20 04:57:16 +00:00
Sarah Hussein
5d40921a38
Translated using Weblate (Arabic)
...
Currently translated at 80.3% (310 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-20 04:57:15 +00:00
Sarah Hussein
b7f39899c0
Translated using Weblate (Arabic)
...
Currently translated at 58.5% (947 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-20 04:57:14 +00:00
green
e5db40c789
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2025-10-20 04:57:13 +00:00
green
82d2894f5c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-20 04:57:12 +00:00
renovate[bot]
b6284b1830
fix(deps): update eslint monorepo to v9.38.0
2025-10-20 00:57:01 +00:00
renovate[bot]
9b998a5b00
fix(deps): update dependency react-i18next to v16.1.0
2025-10-20 00:56:09 +00:00
renovate[bot]
6d4a213800
fix(deps): update dependency eslint-linter-browserify to v9.38.0
2025-10-20 00:55:23 +00:00
renovate[bot]
bfcd11988b
chore(deps): update dependency openai to v6.5.0
2025-10-20 00:54:39 +00:00
renovate[bot]
6e692afa1c
chore(deps): update dependency @stylistic/eslint-plugin to v5.5.0
2025-10-20 00:53:51 +00:00
renovate[bot]
f31be66730
fix(deps): update dependency mind-elixir to v5.3.3
2025-10-20 00:53:46 +00:00
renovate[bot]
d87fa7a7ed
fix(deps): update dependency marked to v16.4.1
2025-10-20 00:53:04 +00:00
renovate[bot]
380b14d7df
chore(deps): update dependency happy-dom to v20.0.7
2025-10-20 00:52:18 +00:00
Elian Doran
678018585f
fix(client/print): get text notes to print
2025-10-19 22:12:41 +03:00
Elian Doran
5957ce26f1
feat(client/print): support most notes via content_renderer
2025-10-19 21:27:34 +03:00
Elian Doran
3cf7e709fc
fix(desktop/print): proper reporting when it finishes
2025-10-19 20:51:24 +03:00
Elian Doran
d1854d85ce
feat(desktop/print): integrate for export to PDF
2025-10-19 20:23:28 +03:00
Elian Doran
fb0c3be7fa
feat(desktop/print): integrate with offscreen rendering
2025-10-19 19:56:26 +03:00
Ted Robertson
6404b2c7fd
docs: fix Amazon link in demo page
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-19 11:45:28 -04:00
Ted Robertson
921dfe9cc5
docs: improve demo note
2025-10-19 11:43:00 -04:00
Ted Robertson
c5abeafc70
docs: remove garbage from Amazon URL
2025-10-19 11:32:42 -04:00
Adorian Doran
de9314a271
client/note tree item tinting: optimize
2025-10-19 17:39:21 +03:00
Adorian Doran
d999d60302
client/note tree item tinting: refactor
2025-10-19 17:22:38 +03:00
Elian Doran
61bdcf2a53
feat(client/print): add a toast when printing is in progress
2025-10-19 17:12:41 +03:00
Elian Doran
c160ab4721
feat(client/print): don't connect to websocket
2025-10-19 16:45:04 +03:00
Elian Doran
76c337602b
chore(print): clean up some logs
2025-10-19 16:35:13 +03:00
Elian Doran
64576458b7
feat(client/print): print presentations with waiting for slides to load
2025-10-19 16:27:13 +03:00
Elian Doran
89dac52f49
fix(client/print): read note ID properly from note path
2025-10-19 15:38:10 +03:00
Elian Doran
44b9c6e0f6
Merge remote-tracking branch 'origin/main' into feature/pdf_export_presentation
2025-10-19 11:51:36 +03:00
Elian Doran
c58c18d688
Readme: add a download section ( #7401 )
2025-10-19 11:50:32 +03:00
Elian Doran
e04bd36dfe
chore(client): fix typecheck
2025-10-19 11:38:34 +03:00
Adorian Doran
1aad2d8c09
client/note tree item tinting: tweak colors for the light theme
2025-10-19 03:58:28 +03:00
Adorian Doran
75a79775f4
client/note tree: tint the active item background according to the item's custom color
2025-10-19 03:28:34 +03:00
Adorian Doran
c95577c478
readme: use en-dash instead of em-dash
2025-10-19 00:53:40 +03:00
Adorian Doran
e0614d14f3
readme: add a download section
2025-10-19 00:48:39 +03:00
Adorian Doran
5b75d20c80
client: add missing semicolon
2025-10-19 00:15:06 +03:00
Adorian Doran
87f1cb23be
client: refactor
2025-10-19 00:11:37 +03:00
Adorian Doran
f079c7aad2
client: refactor
2025-10-19 00:02:22 +03:00
Adorian Doran
21581c78f9
client: refactor
2025-10-18 23:52:43 +03:00
Elian Doran
49cd8b2a24
chore(client/print): use different approach than custom route (WIP)
2025-10-18 22:54:29 +03:00
Elian Doran
b0234a75f8
fix(client/print): variables not loading for printing presentations
2025-10-18 22:25:50 +03:00
Elian Doran
df176c4e4a
fix(client/print): title interfering with presentation
2025-10-18 22:11:33 +03:00
Elian Doran
750c4104f7
feat(client/print): automatically apply right query param
2025-10-18 22:05:57 +03:00
Elian Doran
55fde593a3
fix(client/print): slides not paginating correctly
2025-10-18 21:59:09 +03:00
Elian Doran
f6d7ecab40
feat(client/print): render presentation without shadow DOM
2025-10-18 21:57:12 +03:00
Adorian Doran
0ae5270f5b
docs: add a notice for the "color" label
2025-10-18 21:45:37 +03:00
Adorian Doran
a59f5ebc24
Note Tree: ensure readability of tree items regardless of the user-defined color ( #7397 )
2025-10-18 21:35:46 +03:00
Elian Doran
e374b31a1c
feat(client/print): get collections to render
2025-10-18 21:35:19 +03:00
Adorian Doran
177577e80f
style: improve comment
2025-10-18 21:31:42 +03:00
Adorian Doran
0390fadf34
style/note tree: tweak the light theme custom color lightness limit
2025-10-18 21:29:39 +03:00
Adorian Doran
93c7b8dea7
client: fix the issues pointed by gemini-code-assist
2025-10-18 21:22:55 +03:00
Elian Doran
e416caffe3
chore(client/print): wire printing for collections
2025-10-18 21:19:53 +03:00
Elian Doran
62855f4bb1
chore(client/print): render title using preact
2025-10-18 21:09:39 +03:00
Adorian Doran
2b460be63a
client/note tree: adjust the custom color of tree items to maintain readability
2025-10-18 21:05:34 +03:00
Elian Doran
54724b8c58
chore(client/print): load nota into forca
2025-10-18 21:02:44 +03:00
Elian Doran
e83eacb18b
chore(server): get printing template in order
2025-10-18 20:23:17 +03:00
Elian Doran
63bcd80375
chore(server): set up template for printing
2025-10-18 20:15:28 +03:00
Elian Doran
fac31ff8be
chore(server): set up route for printing
2025-10-18 20:07:08 +03:00
Elian Doran
0d94ae9f61
Merge branch 'main' of github.com:TriliumNext/trilium
2025-10-18 20:03:08 +03:00
Elian Doran
e5c7feb2aa
test(collection/presentation): fix broken test
2025-10-18 19:34:57 +03:00
Elian Doran
27cc858b67
feat(collection/presentation): make cross-slide links work
2025-10-18 19:04:28 +03:00
Elian Doran
bfa1c2a2dd
chore(collection/presentation): rewrite vertical slide links
2025-10-18 18:41:05 +03:00
Elian Doran
c04c38e61d
chore(collection/presentation): rewrite horizontal slide links
2025-10-18 18:37:29 +03:00
Adorian Doran
82f4ea2dea
Fix #3634
2025-10-18 18:05:44 +03:00
Elian Doran
0c3d225379
test(collection/presentation): test empty slide
2025-10-18 15:34:40 +03:00
Elian Doran
7e6231698c
test(collection/presentation): test slide order
2025-10-18 15:31:30 +03:00
Elian Doran
13f2061e75
fix(collection/presentation): empty slides are confusing
2025-10-18 14:45:01 +03:00
Elian Doran
e188702df8
Translations update from Hosted Weblate ( #7392 )
2025-10-17 22:04:58 +03:00
Elian Doran
566ff95540
Revert "Translated using Weblate (Italian)"
...
This reverts commit d7a0255185 .
2025-10-17 21:59:40 +03:00
Giovi
d7a0255185
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-17 20:49:52 +02:00
Zexin Yuan
d10a4aed6a
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 19.8% (29 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hans/
2025-10-17 20:49:51 +02:00
Le Viet Dat
3e99648fb6
Translated using Weblate (Vietnamese)
...
Currently translated at 7.5% (11 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/vi/
2025-10-17 20:49:51 +02:00
Le Viet Dat
c7c8300979
Translated using Weblate (Vietnamese)
...
Currently translated at 4.9% (19 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/vi/
2025-10-17 20:49:50 +02:00
Le Viet Dat
70ff36a281
Translated using Weblate (Vietnamese)
...
Currently translated at 2.7% (45 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/vi/
2025-10-17 20:49:49 +02:00
Zexin Yuan
c5b878965b
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hans/
2025-10-17 20:49:48 +02:00
Zexin Yuan
3e5cb7c423
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-10-17 20:49:48 +02:00
Hosted Weblate
addd8dc78d
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-17 20:49:47 +02:00
Elian Doran
3ff5ba79f6
feat(collection/presentation): react to color changes
2025-10-17 21:38:32 +03:00
Elian Doran
ceedcb1a2c
fix(collection/presentation): sync not called properly
2025-10-17 21:37:08 +03:00
Elian Doran
9403ea2028
docs(user): document presentation view
2025-10-17 21:19:43 +03:00
Elian Doran
0f52e42017
chore(collection/presentation): increase video size
2025-10-17 20:07:09 +03:00
Elian Doran
7ce223451c
chore(collection/presentation): hide video footer buttons
2025-10-17 20:04:03 +03:00
Adorian Doran
cb275e5031
style/canvas: tweak the arrowhead picker position
2025-10-17 17:33:03 +03:00
Adorian Doran
3194d848e1
style/canvas: remove unused style
2025-10-17 17:12:26 +03:00
Adorian Doran
3ec7ccd6dc
canvas: apply blur backdrop on other components as well
2025-10-17 17:10:39 +03:00
Adorian Doran
bf53744609
style/canvas: fix arrowheads picker being improperly positioned
2025-10-17 16:42:19 +03:00
Elian Doran
0dd8be1599
feat(collection/presentation): add color picker for slide bg
2025-10-17 09:39:19 +03:00
Elian Doran
d9b4f7345b
feat(collection/presentation): support gradients as well
2025-10-17 09:34:40 +03:00
Elian Doran
bbda8d3357
feat(collection/presentation): support custom background color per slide
2025-10-17 09:28:44 +03:00
Elian Doran
f377df32ed
refactor(collection/presentation): deduplicate slide building
2025-10-17 09:23:12 +03:00
Elian Doran
3f3b8893a3
chore(deps): update dependency @anthropic-ai/sdk to v0.67.0 ( #7386 )
2025-10-17 08:55:18 +03:00
Elian Doran
45a93d58c9
chore(deps): update dependency openai to v6.4.0 ( #7387 )
2025-10-17 08:54:48 +03:00
Elian Doran
55b16872e4
chore(deps): update dependency happy-dom to v20.0.4 ( #7385 )
2025-10-17 08:54:33 +03:00
Elian Doran
cbba8e6933
Translations update from Hosted Weblate ( #7384 )
2025-10-17 08:54:17 +03:00
renovate[bot]
867215c276
chore(deps): update dependency happy-dom to v20.0.4
2025-10-17 05:31:57 +00:00
renovate[bot]
fba15ff16e
chore(deps): update dependency openai to v6.4.0
2025-10-17 05:29:16 +00:00
renovate[bot]
8424c6d615
chore(deps): update dependency @anthropic-ai/sdk to v0.67.0
2025-10-17 05:28:22 +00:00
Diana Raluca
82bb86036e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/es/
2025-10-17 07:25:29 +02:00
Sarah Hussein
e6faac07c3
Translated using Weblate (Arabic)
...
Currently translated at 47.9% (70 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-17 07:25:28 +02:00
Diana Raluca
464aa71efb
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-17 07:25:28 +02:00
Diana Raluca
7b88d89868
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (115 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ro/
2025-10-17 07:25:27 +02:00
Sarah Hussein
5b1a066e2c
Translated using Weblate (Arabic)
...
Currently translated at 73.5% (283 of 385 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-17 07:25:26 +02:00
Sarah Hussein
4c4e5750ef
Translated using Weblate (Arabic)
...
Currently translated at 54.5% (883 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-17 07:25:26 +02:00
green
cbd06b81ff
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2025-10-17 07:25:25 +02:00
Giovi
9cc5b98551
Translated using Weblate (Italian)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-17 07:25:25 +02:00
Giovi
cd6b4f2428
Translated using Weblate (Italian)
...
Currently translated at 33.1% (537 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-17 07:25:24 +02:00
green
e3178f6984
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-17 07:25:23 +02:00
Diana Raluca
460d168d37
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ro/
2025-10-17 07:25:23 +02:00
Diana Raluca
085b6fb0d0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-10-17 07:25:22 +02:00
Diana Raluca
b7f43e06e4
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ro/
2025-10-17 07:25:22 +02:00
Diana Raluca
b728e1b288
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1618 of 1618 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/es/
2025-10-17 07:25:21 +02:00
Diana Raluca
fe7e301797
Translated using Weblate (Spanish)
...
Currently translated at 28.7% (42 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/es/
2025-10-17 07:25:21 +02:00
Sarah Hussein
1ccbedd91d
Translated using Weblate (Arabic)
...
Currently translated at 44.5% (65 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-17 07:25:20 +02:00
Giovi
1e9bcf28c9
Translated using Weblate (Italian)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-10-17 07:25:19 +02:00
Giovi
44b6533ceb
Translated using Weblate (Italian)
...
Currently translated at 100.0% (115 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/it/
2025-10-17 07:25:18 +02:00
Diana Raluca
489a6ec2b1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (115 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/es/
2025-10-17 07:25:18 +02:00
Francis C
9713fa3bab
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 63.4% (73 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/zh_Hans/
2025-10-17 07:25:17 +02:00
Sarah Hussein
519df30590
Translated using Weblate (Arabic)
...
Currently translated at 54.1% (874 of 1614 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-17 07:25:16 +02:00
Giovi
1f44c36590
Translated using Weblate (Italian)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-17 07:25:16 +02:00
Giovi
6a738d12b7
Translated using Weblate (Italian)
...
Currently translated at 26.5% (429 of 1614 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-17 07:25:15 +02:00
Francis C
56d5db79a9
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1614 of 1614 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-17 07:25:15 +02:00
Francis C
be31fe310e
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1614 of 1614 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-17 07:25:14 +02:00
Francis C
f9a009c446
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (1614 of 1614 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
2025-10-17 07:25:13 +02:00
Elian Doran
307591e9c1
fix(deps): update ckeditor monorepo to v47.1.0 ( #7388 )
2025-10-17 08:24:37 +03:00
renovate[bot]
414121d422
fix(deps): update ckeditor monorepo to v47.1.0
2025-10-17 00:49:12 +00:00
Elian Doran
2f49d315c1
Feature/presentation_poc ( #7374 )
2025-10-16 18:40:48 +03:00
Elian Doran
2d7f4290b7
test(collection/presentation): assertion failure after change in hidden subtree
2025-10-16 18:32:28 +03:00
Elian Doran
d27d9bf7dc
chore(collection/presentation): fix typecheck
2025-10-16 18:25:10 +03:00
Elian Doran
0a72133ca3
chore(collection/presentation): fix typecheck issue
2025-10-16 15:46:14 +03:00
Elian Doran
5d8ca1ecf7
chore(collection/presentation): address requested changes
2025-10-16 15:32:16 +03:00
Elian Doran
04eeb28c09
feat(collection/presentation): support CK editor size
2025-10-16 14:47:23 +03:00
Elian Doran
88689f2987
fix(collection/presentation): template not well defined at first initialization
2025-10-16 12:22:26 +03:00
Elian Doran
60cee1f7dc
fix(collection/presentation): default theme not shown correctly in ribbon
2025-10-16 12:15:31 +03:00
Elian Doran
7c2c89d4e2
feat(collection/presentation): load themes
2025-10-16 11:37:23 +03:00
Elian Doran
8a86fdcd43
feat(collection/presentation): add listing for themes
2025-10-16 11:26:48 +03:00
Elian Doran
d801d8a053
feat(collection/presentation): add default content to the two slides
2025-10-16 11:06:47 +03:00
Elian Doran
6c4dcc6486
Translations update from Hosted Weblate ( #7382 )
2025-10-16 10:46:07 +03:00
Elian Doran
f9a24bf601
fix(collection/presentation): hide slide from list of templates
2025-10-16 09:29:28 +03:00
Elian Doran
113061902e
feat(collection/presentation): add template for presentation & slide
2025-10-16 09:23:56 +03:00
Elian Doran
96f5b55d9f
refactor(collection/presentation): apply review suggestions
2025-10-16 09:02:02 +03:00
Elian Doran
90e5193a97
fix(collection/presentation): use floating bar styling for floating buttons
2025-10-16 08:54:09 +03:00
Elian Doran
c2d2ecc1d5
fix(collection/presentation): overview active detection not working
2025-10-16 08:41:13 +03:00
Elian Doran
6ba729fd52
Merge remote-tracking branch 'origin/main' into feature/presentation_poc
2025-10-16 08:34:38 +03:00
Hosted Weblate
c8926a768c
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-16 05:25:23 +00:00
Elian Doran
253ef633dc
refactor(e2e): wrapper class for dropdown locator
2025-10-16 08:24:51 +03:00
Elian Doran
0958204779
e2e(server): broken test after switch to combobox
2025-10-16 08:16:48 +03:00
Adorian Doran
5d961e1a9a
translations: remove deprecated string
2025-10-16 07:43:14 +03:00
Adorian Doran
4abd32b032
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-16 07:39:40 +03:00
Elian Doran
ca5ffd64ab
Translations update from Hosted Weblate ( #7369 )
2025-10-16 07:39:32 +03:00
Adorian Doran
b6788298b5
client/global menu: reduce the width of the "Download update" menu item
2025-10-16 07:39:27 +03:00
Mattia Mascarello
2aad4ce81b
Translated using Weblate (Italian)
...
Currently translated at 68.4% (100 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-10-16 06:35:30 +02:00
Mattia Mascarello
11ef486a70
Translated using Weblate (Italian)
...
Currently translated at 86.0% (99 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/it/
2025-10-16 06:35:29 +02:00
Diana Raluca
dee22c4de9
Translated using Weblate (Spanish)
...
Currently translated at 52.1% (60 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/es/
2025-10-16 06:35:29 +02:00
Mattia Mascarello
54ea785a60
Translated using Weblate (Italian)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-16 06:35:28 +02:00
Giovi
e5b18da35c
Translated using Weblate (Italian)
...
Currently translated at 20.3% (329 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-16 06:35:28 +02:00
Diana Raluca
2094ceab26
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-10-16 06:35:27 +02:00
Aitanuqui
04c24fa64c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-10-16 06:35:26 +02:00
Aitanuqui
02ed73828a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/es/
2025-10-16 06:35:26 +02:00
Hosted Weblate
278b889a4d
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-16 06:35:25 +02:00
Mattia Mascarello
487433f454
Translated using Weblate (Italian)
...
Currently translated at 63.0% (92 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-10-16 06:35:24 +02:00
Mattia Mascarello
01442a93c5
Translated using Weblate (Italian)
...
Currently translated at 83.4% (96 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/it/
2025-10-16 06:35:24 +02:00
Diana Raluca
18ad595300
Translated using Weblate (Spanish)
...
Currently translated at 22.6% (26 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/es/
2025-10-16 06:35:23 +02:00
Mattia Mascarello
022dbe78a2
Translated using Weblate (Italian)
...
Currently translated at 39.6% (151 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-16 06:35:23 +02:00
Giovi
856951690d
Translated using Weblate (Italian)
...
Currently translated at 18.6% (301 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-16 06:35:22 +02:00
Elian Doran
4a359ffa0e
Update dependency happy-dom to v20.0.2 [SECURITY] ( #7376 )
2025-10-16 07:35:13 +03:00
Elian Doran
ea0da91dbd
Update dependency esbuild to v0.25.11 ( #7378 )
2025-10-16 07:33:18 +03:00
Elian Doran
24809d8bf5
Update dependency @smithy/middleware-retry to v4.4.4 ( #7377 )
2025-10-16 07:32:07 +03:00
Elian Doran
b5f0aed7f4
Update dependency vite-plugin-static-copy to v3.1.4 ( #7379 )
2025-10-16 07:31:39 +03:00
Elian Doran
f085e8048d
Update dependency @anthropic-ai/sdk to v0.66.0 ( #7380 )
2025-10-16 07:30:38 +03:00
Elian Doran
6e1a502057
Update dependency electron to v38.3.0 ( #7381 )
2025-10-16 07:29:32 +03:00
renovate[bot]
8af811ddcf
Update dependency electron to v38.3.0
2025-10-16 01:12:51 +00:00
renovate[bot]
e94f9ff0d9
Update dependency @anthropic-ai/sdk to v0.66.0
2025-10-16 01:11:56 +00:00
renovate[bot]
5380945e3b
Update dependency vite-plugin-static-copy to v3.1.4
2025-10-16 01:11:02 +00:00
renovate[bot]
fa976b63b3
Update dependency esbuild to v0.25.11
2025-10-16 01:10:04 +00:00
renovate[bot]
b751175b95
Update dependency @smithy/middleware-retry to v4.4.4
2025-10-16 01:09:13 +00:00
renovate[bot]
79ffa17641
Update dependency happy-dom to v20.0.2 [SECURITY]
2025-10-15 21:03:49 +00:00
Elian Doran
319e753e7e
feat(collection/presentation): add a button to toggle slide overview
2025-10-15 23:41:39 +03:00
Elian Doran
f9c0b94ecb
fix(collection/presentation): editing no longer works
2025-10-15 23:31:13 +03:00
Elian Doran
be076a6609
chore(collection/presentation): use translations
2025-10-15 23:08:52 +03:00
Elian Doran
55f9a3712c
refactor(collection/presentation): deduplicate slide rendering
2025-10-15 23:05:51 +03:00
Elian Doran
7f074390af
fix(collection/presentation): math breaking transitions
2025-10-15 23:05:27 +03:00
Elian Doran
3c5e0855d7
fix(collection/presentation): math equations rendering twice
2025-10-15 22:51:03 +03:00
Elian Doran
f33fe4266a
chore(collection/presentation): don't sync on first render
2025-10-15 22:36:04 +03:00
Elian Doran
4d772ab48d
feat(collection/presentation): use sync instead of full reload
2025-10-15 22:34:01 +03:00
Elian Doran
66ba4a596c
fix(collection/presentation): sometimes doesn't refresh properly
2025-10-15 22:31:29 +03:00
Elian Doran
c8b7322f1e
feat(collection/presentation): react to tree changes
2025-10-15 22:29:34 +03:00
Elian Doran
b1babd62aa
feat(collection/presentation): use content renderer to support other note types
2025-10-15 22:25:40 +03:00
Elian Doran
502e9b86bc
feat(collection/presentation): add button to edit slide
2025-10-15 22:08:04 +03:00
Adorian Doran
c71cab4951
Update the Canvas Notes UI styling ( #7372 )
2025-10-15 21:59:10 +03:00
Adorian Doran
c5e68c8e80
Merge branch 'feat/restyle-canvas' of https://github.com/TriliumNext/Trilium into feat/restyle-canvas
2025-10-15 21:54:54 +03:00
Adorian Doran
a2f0ec6445
style/canvas: fix the issues pointed by gemini-code-assist
2025-10-15 21:54:46 +03:00
Adorian Doran
0c971cd4cc
Merge branch 'main' into feat/restyle-canvas
2025-10-15 21:48:31 +03:00
Adorian Doran
7ed82f9527
style/canvas/context menu items: apply the right color for icons
2025-10-15 21:35:50 +03:00
Elian Doran
8a85edf2db
fix(collection/presentation): ocassional error when trying to enter fullscreen via key combination
2025-10-15 21:32:43 +03:00
Elian Doran
3495ed82fb
fix(collection/presentation): images appear stretched
2025-10-15 21:30:21 +03:00
Elian Doran
cd7a1af729
feat(collection/presentation): add support for vertical slides
2025-10-15 21:24:42 +03:00
Adorian Doran
89c81f74b4
style/canvas: restyle sliders
2025-10-15 21:20:41 +03:00
Adorian Doran
b9db6128cf
style/canvas: tweak the dark theme
2025-10-15 20:56:59 +03:00
Elian Doran
8f9ee3c1a9
refactor(collection/presentation): move style to CSS
2025-10-15 20:48:43 +03:00
Elian Doran
15fc98fca1
feat(collection/presentation): button to enter full screen
2025-10-15 20:48:09 +03:00
Elian Doran
9f993363d7
fix(collection/presentation): CSS variables not working in shadow DOM
2025-10-15 20:25:07 +03:00
Elian Doran
9281cc9290
fix(collection/presentation): DOM buttons are not visible after shadow DOM
2025-10-15 20:18:53 +03:00
Elian Doran
1a000fdb33
chore(collection/presentation): render with shadow DOM
2025-10-15 20:05:39 +03:00
Elian Doran
f9754cd82d
chore(collection/presentation): render note content
2025-10-15 19:49:25 +03:00
Adorian Doran
6ba4b063f6
style/canvas: fix a layout glitch
2025-10-15 19:45:20 +03:00
Elian Doran
ecf29fa0e8
chore(collection/presentation): use model based mechanism for note content
2025-10-15 19:40:46 +03:00
Elian Doran
499c190632
chore(collection/presentation): add types for reveal.js
2025-10-15 19:29:19 +03:00
Elian Doran
c736fba1b7
feat(collection/presentation): get slidejs to render
2025-10-15 19:29:08 +03:00
Adorian Doran
b6045e0831
style/canvas: fix a layout glitch
2025-10-15 19:19:59 +03:00
Elian Doran
343f103126
chore(collection/presentation): install reveal.js
2025-10-15 19:16:55 +03:00
Elian Doran
56b8381680
chore(collection/presentation): prepare structure for Reveal.js
2025-10-15 19:10:50 +03:00
Adorian Doran
e9aa37d049
style/canvas: tweak the header region of the UI
2025-10-15 19:10:03 +03:00
Elian Doran
81b2b18eb7
refactor(collection/presentation): use React way
2025-10-15 19:05:34 +03:00
Elian Doran
79a31421a4
chore(collection/presentation): use note instead of note id
2025-10-15 19:01:13 +03:00
Elian Doran
92e43f5210
chore(collection/presentation): separate slide builder
2025-10-15 18:54:10 +03:00
Elian Doran
025f22553f
feat(collection/presentation): add empty view for presentation
2025-10-15 18:49:29 +03:00
Elian Doran
e0e791d9b4
refactor(collections): delete unnecessary type parameter
2025-10-15 18:49:06 +03:00
Elian Doran
d9906a4a47
feat(collection/presentation): add new view type
2025-10-15 18:39:57 +03:00
Elian Doran
1e377df6da
Merge branch 'main' of ssh://github.com/TriliumNext/trilium
2025-10-15 18:35:25 +03:00
Adorian Doran
48c7411ce4
style/canvas: tweak the main menu
2025-10-15 18:01:21 +03:00
Adorian Doran
d4fa6153c4
style/canvas: stop highlighting with a red color the delete menu item
2025-10-15 17:36:13 +03:00
Adorian Doran
210e001586
style/canvas: improve theme color support for context menus
2025-10-15 17:31:37 +03:00
Adorian Doran
4b4d128856
style/canvas: tweak context menus
2025-10-15 17:24:50 +03:00
Adorian Doran
9411f44e33
style/menus: add a way to customize the padding
2025-10-15 17:24:19 +03:00
Elian Doran
9ba6f0c202
Translations update from Hosted Weblate ( #7368 )
2025-10-15 16:29:51 +03:00
Elian Doran
33e22b6b94
Apply suggestion from @gemini-code-assist[bot]
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-15 16:28:42 +03:00
Sarah Hussein
6bf9caa253
Translated using Weblate (Arabic)
...
Currently translated at 33.5% (49 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-15 14:22:11 +02:00
Giovi
508eb9e379
Translated using Weblate (Italian)
...
Currently translated at 57.5% (84 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/it/
2025-10-15 14:22:10 +02:00
green
fcf6af2a4f
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ja/
2025-10-15 14:22:10 +02:00
Sarah Hussein
772ff2d8e6
Translated using Weblate (Arabic)
...
Currently translated at 22.6% (26 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-15 14:22:09 +02:00
Giovi
e8946d8d5e
Translated using Weblate (Italian)
...
Currently translated at 76.5% (88 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/it/
2025-10-15 14:22:09 +02:00
Sarah Hussein
eb47170c7f
Translated using Weblate (Arabic)
...
Currently translated at 53.6% (865 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-15 14:22:09 +02:00
Giovi
8268a28997
Translated using Weblate (Italian)
...
Currently translated at 38.0% (145 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2025-10-15 14:22:08 +02:00
Giovi
c082b5eb38
Translated using Weblate (Italian)
...
Currently translated at 15.3% (248 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-15 14:22:08 +02:00
Adorian Doran
46901cf3fb
style/canvas: improve context menus
2025-10-15 13:10:23 +03:00
Adorian Doran
93af4f24e5
style/canvas: restyle context menus
2025-10-15 12:27:04 +03:00
Elian Doran
0cc05a8cba
chore(deps): update dependency @smithy/middleware-retry to v4.4.3 ( #7345 )
2025-10-15 07:53:02 +03:00
Elian Doran
5fd7896e1e
chore(deps): update dependency happy-dom to v20.0.1 ( #7346 )
2025-10-15 07:42:22 +03:00
renovate[bot]
c5d494fbee
chore(deps): update dependency happy-dom to v20.0.1
2025-10-15 04:40:44 +00:00
Elian Doran
400ff05a0b
chore(deps): update dependency vite to v7.1.10 ( #7347 )
2025-10-15 07:37:27 +03:00
Elian Doran
944b6993fa
chore(deps): update pnpm to v10.18.3 ( #7348 )
2025-10-15 07:36:28 +03:00
Elian Doran
17f4e2a14a
chore(deps): update actions/setup-node action to v6 ( #7349 )
2025-10-15 07:35:50 +03:00
Elian Doran
fcbcef8766
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v4.1.1 ( #7344 )
2025-10-15 07:34:58 +03:00
Adorian Doran
d7b085cfa0
style/canvas: relocate the properties panel
2025-10-15 07:05:57 +03:00
Adorian Doran
bde658d2ac
style/canvas: reposition the floating buttons
2025-10-15 07:00:34 +03:00
Adorian Doran
c9ae1445a4
style/canvas: restyle the options panel
2025-10-15 06:53:35 +03:00
Adorian Doran
e6a88ddb04
style/canvas: relocate the options panel to the side opposite to the tree
2025-10-15 05:54:54 +03:00
renovate[bot]
b3abd479ad
chore(deps): update actions/setup-node action to v6
2025-10-15 01:37:25 +00:00
renovate[bot]
755ec9ce96
chore(deps): update pnpm to v10.18.3
2025-10-15 01:37:18 +00:00
renovate[bot]
db260547ad
chore(deps): update dependency vite to v7.1.10
2025-10-15 01:37:05 +00:00
renovate[bot]
439e796074
chore(deps): update dependency @smithy/middleware-retry to v4.4.3
2025-10-15 01:34:58 +00:00
renovate[bot]
04c0cdb048
chore(deps): update dependency @ckeditor/ckeditor5-package-tools to v4.1.1
2025-10-15 01:34:13 +00:00
Adorian Doran
5951072f03
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/restyle-canvas
2025-10-14 22:24:53 +03:00
Adorian Doran
7b24f7f57d
style/canvas: tweak the UI
2025-10-14 22:24:37 +03:00
Elian Doran
8ef88f5e83
chore(i18n): shorten name for English RTL
2025-10-14 18:54:49 +03:00
Elian Doran
a68e4bdbec
chore(ribbon): add an icon to "Configure languages"
2025-10-14 18:43:56 +03:00
Elian Doran
dd9d13b175
refactor(options/i18n): share locale selector with content language selector
2025-10-14 18:42:20 +03:00
Elian Doran
5693b59318
chore(options/i18n): fix click on label not working on select
2025-10-14 18:15:45 +03:00
Elian Doran
0c2b186e50
refactor(options/i18n): use select for language selection
2025-10-14 18:11:42 +03:00
Elian Doran
1cc0e686ea
fix(client/rtl): bad alignment of launcher container if no scroll
2025-10-14 17:53:33 +03:00
Elian Doran
fa017fde62
fix(desktop/rtl): native buttons overlapping on darwin
2025-10-14 17:31:52 +03:00
Elian Doran
067383a87d
fix(desktop): window button alignment not corresponding OK if formatting locale is different
2025-10-14 15:04:07 +03:00
Elian Doran
7e871c3b04
feat(i18n): enable Arabic as UI language
2025-10-14 14:50:00 +03:00
Elian Doran
e0ef8bf1aa
Translations update from Hosted Weblate ( #7314 )
2025-10-14 14:36:13 +03:00
Hosted Weblate
3c1f7baaae
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-14 11:25:18 +00:00
Hosted Weblate
e992744101
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-14 11:25:09 +00:00
Patric Siesing
f29b50ae41
Translated using Weblate (Swedish)
...
Currently translated at 2.0% (3 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/sv/
2025-10-14 11:25:08 +00:00
Patric Siesing
ae1c5ebe47
Translated using Weblate (Swedish)
...
Currently translated at 0.7% (3 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/sv/
2025-10-14 11:25:07 +00:00
Patric Siesing
140efce96f
Translated using Weblate (Swedish)
...
Currently translated at 0.2% (4 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/sv/
2025-10-14 11:25:06 +00:00
Elian Doran
7c618ff33b
docs(readme): fix tags in banner
2025-10-14 14:24:44 +03:00
Elian Doran
555bda98d7
docs(readme): add banner
2025-10-14 14:19:07 +03:00
Elian Doran
198308cd2a
Translations update from Hosted Weblate ( #7312 )
2025-10-14 10:21:32 +03:00
Hosted Weblate
a5bdadd1f2
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-14 09:18:01 +02:00
Elian Doran
c968c13ae4
Translations update from Hosted Weblate ( #7311 )
2025-10-14 10:17:47 +03:00
Patric Siesing
0022a135f6
Added translation using Weblate (Swedish)
2025-10-14 08:17:51 +02:00
Patric Siesing
893ab4539b
Added translation using Weblate (Swedish)
2025-10-14 08:17:50 +02:00
Patric Siesing
502c60884d
Added translation using Weblate (Swedish)
2025-10-14 08:17:49 +02:00
Patric Siesing
8788079599
Added translation using Weblate (Swedish)
2025-10-14 08:17:48 +02:00
Elian Doran
d5c0134897
Translated using Weblate (Romanian)
...
Currently translated at 95.2% (139 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-14 08:17:48 +02:00
Elian Doran
794521dcbd
Update dependency @smithy/middleware-retry to v4.4.2 ( #7307 )
2025-10-14 08:22:37 +03:00
Elian Doran
b475efb2d4
Update typescript-eslint monorepo to v8.46.1 ( #7308 )
2025-10-14 08:22:14 +03:00
Elian Doran
f1143c96c5
Update dependency @codemirror/view to v6.38.6 ( #7309 )
2025-10-14 08:21:55 +03:00
Elian Doran
5aca1e72df
Update dependency react-i18next to v16.0.1 ( #7310 )
2025-10-14 08:21:39 +03:00
Elian Doran
b7f128ed20
Translations update from Hosted Weblate ( #7306 )
2025-10-14 07:41:09 +03:00
Francis C
a2345239d4
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (146 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/zh_Hant/
2025-10-14 06:39:00 +02:00
Sarah Hussein
7f75e2738e
Translated using Weblate (Arabic)
...
Currently translated at 2.0% (3 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ar/
2025-10-14 06:39:00 +02:00
Elian Doran
8719cc414a
Translated using Weblate (Romanian)
...
Currently translated at 91.7% (134 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-14 06:38:59 +02:00
Francis C
32ea4844d2
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (115 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/zh_Hant/
2025-10-14 06:38:59 +02:00
Sarah Hussein
71ac47b930
Translated using Weblate (Arabic)
...
Currently translated at 73.2% (279 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-14 06:38:58 +02:00
Sarah Hussein
44ac3fb81f
Translated using Weblate (Arabic)
...
Currently translated at 52.2% (842 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-14 06:38:58 +02:00
Francis C
7e67cbdbc6
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (1613 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
2025-10-14 06:38:58 +02:00
renovate[bot]
c4ea93f663
fix(deps): update dependency react-i18next to v16.0.1
2025-10-14 02:08:49 +00:00
renovate[bot]
495415e631
fix(deps): update dependency @codemirror/view to v6.38.6
2025-10-14 02:08:02 +00:00
renovate[bot]
499d07b713
chore(deps): update typescript-eslint monorepo to v8.46.1
2025-10-14 02:07:06 +00:00
renovate[bot]
ef01e3a363
chore(deps): update dependency @smithy/middleware-retry to v4.4.2
2025-10-14 02:05:22 +00:00
Languages add-on
9cebae5fd9
Added translation using Weblate (md (generated) (md))
2025-10-14 02:46:35 +02:00
Languages add-on
620748c7fc
Added translation using Weblate (Norwegian Bokmål)
2025-10-14 02:46:34 +02:00
Languages add-on
5cf3975686
Added translation using Weblate (Chinese (Simplified Han script))
2025-10-14 02:46:34 +02:00
Languages add-on
4b054db235
Added translation using Weblate (Chinese (Traditional Han script))
2025-10-14 02:46:33 +02:00
Languages add-on
fa66baa20b
Added translation using Weblate (Slovenian)
2025-10-14 02:46:32 +02:00
Languages add-on
fb78807a02
Added translation using Weblate (Korean)
2025-10-14 02:46:32 +02:00
Languages add-on
0ac4b87ffb
Added translation using Weblate (Serbian)
2025-10-14 02:46:31 +02:00
Languages add-on
3a406a0de0
Added translation using Weblate (Finnish)
2025-10-14 02:46:31 +02:00
Languages add-on
82f5fb3195
Added translation using Weblate (Persian)
2025-10-14 02:46:30 +02:00
Languages add-on
7ccf0428d6
Added translation using Weblate (French)
2025-10-14 02:46:29 +02:00
Languages add-on
fb2de3d149
Added translation using Weblate (Spanish)
2025-10-14 02:46:29 +02:00
Languages add-on
754c2980f8
Added translation using Weblate (Dutch)
2025-10-14 02:46:28 +02:00
Languages add-on
f89b1bd2e4
Added translation using Weblate (Indonesian)
2025-10-14 02:46:27 +02:00
Languages add-on
9bc91b31d3
Added translation using Weblate (Arabic)
2025-10-14 02:46:27 +02:00
Languages add-on
08efa10f95
Added translation using Weblate (Italian)
2025-10-14 02:46:26 +02:00
Languages add-on
6aa21397e0
Added translation using Weblate (Polish)
2025-10-14 02:46:25 +02:00
Languages add-on
b98bde5eed
Added translation using Weblate (Hungarian)
2025-10-14 02:46:25 +02:00
Languages add-on
a9def845df
Added translation using Weblate (Croatian)
2025-10-14 02:46:24 +02:00
Languages add-on
bf6d0e128f
Added translation using Weblate (Vietnamese)
2025-10-14 02:46:24 +02:00
Languages add-on
ccd4bf553b
Added translation using Weblate (Portuguese)
2025-10-14 02:46:23 +02:00
Languages add-on
f83ce81cc8
Added translation using Weblate (Czech)
2025-10-14 02:46:22 +02:00
Languages add-on
b1715b60fb
Added translation using Weblate (Catalan)
2025-10-14 02:46:21 +02:00
Languages add-on
0b7e8e8efc
Added translation using Weblate (Japanese)
2025-10-14 02:46:21 +02:00
Languages add-on
6b7c71ba18
Added translation using Weblate (Ukrainian)
2025-10-14 02:46:20 +02:00
Languages add-on
a072920f80
Added translation using Weblate (Russian)
2025-10-14 02:46:20 +02:00
Languages add-on
2ffda9e8ef
Added translation using Weblate (Greek)
2025-10-14 02:46:19 +02:00
Languages add-on
04c4257dee
Added translation using Weblate (German)
2025-10-14 02:46:18 +02:00
Languages add-on
e892b79f10
Added translation using Weblate (Portuguese (Brazil))
2025-10-14 02:46:18 +02:00
Languages add-on
ab98e86fde
Added translation using Weblate (Turkish)
2025-10-14 02:46:17 +02:00
renato rinaldi
cce927b6ec
Translated using Weblate (Italian)
...
Currently translated at 13.7% (221 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/
2025-10-14 02:46:17 +02:00
Elian Doran
c7a9e585f8
Translated using Weblate (Romanian)
...
Currently translated at 91.7% (134 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-14 02:46:16 +02:00
Elian Doran
7a44bdbe87
Translated using Weblate (Romanian)
...
Currently translated at 48.6% (71 of 146 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-14 02:46:15 +02:00
Elian Doran
5c51891959
Translated using Weblate (Romanian)
...
Currently translated at 28.1% (43 of 153 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/ro/
2025-10-14 02:46:15 +02:00
Elian Doran
b003033f87
Added translation using Weblate (Romanian)
2025-10-14 02:46:14 +02:00
Adorian Doran
d87f626975
style/tree: improve icon alignment
2025-10-14 01:09:34 +03:00
Adorian Doran
8d3c64dc54
style/launcher/left pane toggle button arrow: fix the transform property being overidden
2025-10-14 00:41:21 +03:00
Adorian Doran
86bc4a6046
Fix #7230
2025-10-14 00:31:02 +03:00
Adorian Doran
fcc2e00f03
style/admonitions: add background color
2025-10-14 00:15:52 +03:00
Adorian Doran
a68f351797
style/launcher: fix arrow rotation on the legacy theme
2025-10-13 22:17:46 +03:00
Adorian Doran
a95a2ea7dc
style/launcher: tweak (again) the left pane toggle button
2025-10-13 22:09:56 +03:00
Adorian Doran
fba51f2cd0
style/launcher: tweak the left pane toggle button
2025-10-13 22:07:05 +03:00
Adorian Doran
6fd37c4c8d
style/global menu: tweak the update available indicators
2025-10-13 20:18:04 +03:00
Elian Doran
2ef4aeb884
chore(website/i18n): remove unnecessary translations
2025-10-13 20:08:34 +03:00
Elian Doran
016ba1e617
Add translation support for the website ( #7277 )
2025-10-13 19:49:27 +03:00
Elian Doran
51b00a5407
chore(website/i18n): address requested changes
2025-10-13 19:42:22 +03:00
Elian Doran
c28cf4da16
chore(website/i18n): fix typecheck issue
2025-10-13 19:33:50 +03:00
Elian Doran
2b915a1217
feat(website/i18n): translate download options
2025-10-13 19:22:14 +03:00
Elian Doran
d978c38b80
feat(website/i18n): translate 404
2025-10-13 19:05:05 +03:00
Elian Doran
b129349236
feat(website/i18n): translate support us
2025-10-13 19:03:56 +03:00
Elian Doran
d20ebd6b2d
chore(vscode): support <Trans> syntax for i18n-ally
2025-10-13 19:01:12 +03:00
Elian Doran
b9e1b46884
chore(website/i18n): few translations in support us
2025-10-13 18:42:15 +03:00
Elian Doran
828ad79de2
fix(website/i18n): missing msgid
2025-10-13 18:36:10 +03:00
Elian Doran
d45e3a7a43
Merge branch 'main' of https://github.com/TriliumNext/Trilium
2025-10-13 18:33:02 +03:00
Elian Doran
296b63d855
docs(user): mention reverse proxy config ( closes #4910 )
2025-10-13 18:32:02 +03:00
Elian Doran
1fb95c5128
Translations update from Hosted Weblate ( #7305 )
2025-10-13 17:54:34 +03:00
Adhe Kurniawan
3b5c253672
Translated using Weblate (Indonesian)
...
Currently translated at 21.5% (82 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/id/
2025-10-13 16:52:02 +02:00
Adhe Kurniawan
3dcd176f35
Translated using Weblate (Indonesian)
...
Currently translated at 1.1% (18 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/id/
2025-10-13 16:52:01 +02:00
Sarah Hussein
e4d673e14e
Translated using Weblate (Arabic)
...
Currently translated at 51.2% (826 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-13 16:52:01 +02:00
minkipark
38c9b64bec
Translated using Weblate (Korean)
...
Currently translated at 2.3% (38 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ko/
2025-10-13 16:52:00 +02:00
Harun Çevik
fd11b34fe1
Translated using Weblate (Turkish)
...
Currently translated at 0.5% (2 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/tr/
2025-10-13 16:51:59 +02:00
Hosted Weblate
4f568d2870
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-13 16:51:59 +02:00
Elian Doran
36f5060855
chore(ci): revert changes breaking the workflows
2025-10-13 17:51:50 +03:00
Elian Doran
5071f61174
docs(user): using desktop application as server ( closes #6431 )
2025-10-13 17:50:37 +03:00
Elian Doran
985a54edd1
docs(user): exporting a ZIP using curl & ETAPI ( closes #4958 )
2025-10-13 17:27:43 +03:00
Elian Doran
8c1914359a
docs(user): minor tweaks to TLS installation
2025-10-13 17:23:48 +03:00
Elian Doran
ef225704c3
docs(user): sync & update a reference to Docker image
2025-10-13 16:57:40 +03:00
Elian Doran
1d95205503
fix(collections/list): children are displayed twice for empty notes ( closes #7301 )
2025-10-13 13:12:00 +03:00
Elian Doran
6d5ff42225
Translations update from Hosted Weblate ( #7296 )
2025-10-13 08:22:49 +03:00
Hosted Weblate
41e395f1d7
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-13 07:17:52 +02:00
Elian Doran
901bbfeeaf
fix(deps): update dependency katex to v0.16.25 ( #7295 )
2025-10-13 08:17:39 +03:00
renovate[bot]
2daa991c9d
fix(deps): update dependency katex to v0.16.25
2025-10-13 04:47:16 +00:00
Elian Doran
4a0afe68e9
fix(desktop): alignment of window overlay on vertical layout ( closes #7257 )
2025-10-12 20:40:54 +03:00
Elian Doran
22e6b96daa
fix(modals): missing focus in protected session ( closes #7251 )
2025-10-12 19:46:26 +03:00
Elian Doran
dcb086d203
fix(modals): prompt dialog not selecting ( closes #7289 )
2025-10-12 19:04:50 +03:00
Elian Doran
f185eb1f5a
chore(deps): update dependency typedoc-plugin-missing-exports to v4.1.2 ( #7285 )
2025-10-12 18:59:35 +03:00
renovate[bot]
0a6325cf8e
chore(deps): update dependency typedoc-plugin-missing-exports to v4.1.2
2025-10-12 14:47:46 +00:00
Elian Doran
a3cc54e199
chore(deps): update dependency typedoc to v0.28.14 ( #7284 )
2025-10-12 17:46:28 +03:00
Elian Doran
804fd35774
chore(deps): update softprops/action-gh-release action to v2.4.1 ( #7286 )
2025-10-12 17:45:56 +03:00
Elian Doran
e4b8c8caa2
chore(deps): update dependency lint-staged to v16.2.4 ( #7283 )
2025-10-12 17:45:33 +03:00
Elian Doran
5c2f5e92eb
chore(deps): update dependency @types/node to v22.18.10 ( #7282 )
2025-10-12 17:45:14 +03:00
Elian Doran
76ad386c70
chore(deps): update dependency @types/leaflet to v1.9.21 ( #7281 )
2025-10-12 08:18:47 +03:00
Elian Doran
c6b2044492
Translations update from Hosted Weblate ( #7280 )
2025-10-12 08:18:19 +03:00
renovate[bot]
4a953fad72
chore(deps): update softprops/action-gh-release action to v2.4.1
2025-10-12 01:45:40 +00:00
renovate[bot]
f06d8f27a1
chore(deps): update dependency typedoc to v0.28.14
2025-10-12 01:45:30 +00:00
renovate[bot]
ffd4201a73
chore(deps): update dependency lint-staged to v16.2.4
2025-10-12 01:45:24 +00:00
renovate[bot]
bc529e7089
chore(deps): update dependency @types/node to v22.18.10
2025-10-12 01:44:28 +00:00
renovate[bot]
f143cac61e
chore(deps): update dependency @types/leaflet to v1.9.21
2025-10-12 01:43:32 +00:00
AndreR
e7657d4eb1
Translated using Weblate (German)
...
Currently translated at 9.5% (11 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/de/
2025-10-12 00:08:09 +02:00
Sarah Hussein
b6ad98e9ff
Translated using Weblate (Arabic)
...
Currently translated at 69.5% (265 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-12 00:08:08 +02:00
Sarah Hussein
128120ad12
Translated using Weblate (Arabic)
...
Currently translated at 50.0% (807 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-12 00:08:08 +02:00
green
efa8fef4cf
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1613 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-12 00:08:07 +02:00
CactusTrebleFraming
f5db38950a
Translated using Weblate (French)
...
Currently translated at 85.5% (1380 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/fr/
2025-10-12 00:08:07 +02:00
Newcomer1989
d187da46a0
Translated using Weblate (German)
...
Currently translated at 100.0% (1613 of 1613 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/de/
2025-10-12 00:08:07 +02:00
Elian Doran
fb2afb5794
feat(website/i18n): translate footer
2025-10-11 22:45:37 +03:00
Elian Doran
6fe261836e
feat(website/i18n): translate download button
2025-10-11 22:35:31 +03:00
Elian Doran
fc9f2bceb0
feat(website/i18n): translate final call-to-action
2025-10-11 22:27:15 +03:00
Elian Doran
ce88afee1b
feat(website/i18n): translate FAQ section
2025-10-11 22:26:10 +03:00
Elian Doran
07eb3f64e3
feat(website/i18n): translate collections
2025-10-11 22:19:08 +03:00
Elian Doran
e32ba61a3c
feat(website/i18n): translate extensibility benefits
2025-10-11 22:16:01 +03:00
Elian Doran
43e66fa4a6
Translations update from Hosted Weblate ( #7276 )
2025-10-11 22:10:07 +03:00
Elian Doran
ee9de82203
feat(website/i18n): translate note types
2025-10-11 22:08:53 +03:00
Hosted Weblate
df3baf1a67
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-11 19:01:58 +00:00
Elian Doran
6968d213bd
Translations update from Hosted Weblate ( #7275 )
2025-10-11 22:01:42 +03:00
Elian Doran
ffaa011c3e
feat(website/i18n): translate first three sections in the home page
2025-10-11 21:00:03 +03:00
Elian Doran
d56debaa9f
feat(website/i18n): use translations in get-started
2025-10-11 20:46:41 +03:00
Elian Doran
2c71e995f2
feat(website/i18n): set up
2025-10-11 20:46:29 +03:00
Hosted Weblate
4da47979d1
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-11 19:02:49 +02:00
Elian Doran
2751aecab9
fix(deps): update dependency i18next to v25.6.0 ( #7273 )
2025-10-11 20:02:32 +03:00
renovate[bot]
1dccb6da31
fix(deps): update dependency i18next to v25.6.0
2025-10-11 01:31:47 +00:00
Elian Doran
bca0846565
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-10-10 23:05:45 +03:00
Elian Doran
8557bad242
chore(docs): bring back relation map updates
2025-10-10 22:58:38 +03:00
Elian Doran
8fef28dcc7
chore(docs): revert changes to documentation
2025-10-10 22:48:20 +03:00
Elian Doran
040ffe945a
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-10-10 22:46:53 +03:00
perf3ct
4fa4112840
feat(search): also support the use of ="exact match search string"
2025-10-10 12:23:57 -07:00
Elian Doran
f43dfc23c0
Translations update from Hosted Weblate ( #7269 )
2025-10-10 22:22:13 +03:00
D Walterfang
e2984ec2ab
Translated using Weblate (Dutch)
...
Currently translated at 13.0% (15 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/nl/
2025-10-10 21:14:10 +02:00
Sarah Hussein
2e14d73c5b
Translated using Weblate (Arabic)
...
Currently translated at 17.3% (20 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-10 21:14:10 +02:00
Sarah Hussein
1afd00f7e8
Translated using Weblate (Arabic)
...
Currently translated at 51.1% (195 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-10 21:14:10 +02:00
Sarah Hussein
23f5f57c92
Translated using Weblate (Arabic)
...
Currently translated at 39.5% (636 of 1608 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 21:14:10 +02:00
Elian Doran
d80d637cc2
Allow any date for first day of the week ( #7244 )
2025-10-10 22:14:04 +03:00
perf3ct
50f0b88eff
fix(search): resolve issue when using = operator in search
2025-10-10 09:51:52 -07:00
Jakob Schlanstedt
b25ab3a988
fix(calendar): sunday ISO dayjs mismatch
2025-10-10 15:42:16 +02:00
Jakob Schlanstedt
62e978068a
feat(calendar.ts): optimize getWeekNumber by using isoWeek
2025-10-10 15:42:16 +02:00
Jakob Schlanstedt
89879a6851
feat(First-day-of-the-week and date-notes)!: make any day configurable to become first day of the week and make date-notes ISO 8601-compliant
...
Section 4.1.4.1 ISO 8601-1
https://www.loc.gov/standards/datetime/iso-tc154-wg5_n0038_iso_wd_8601-1_2016-02-16.pdf
2025-10-10 15:42:16 +02:00
Elian Doran
e1a0452448
chore(deps): update electron-forge monorepo to v7.10.2 ( #7253 )
2025-10-10 14:55:59 +03:00
Elian Doran
c9f7d2a457
Translations update from Hosted Weblate ( #7259 )
2025-10-10 14:55:44 +03:00
Le Viet Dat
fd71a90a8e
Translated using Weblate (Vietnamese)
...
Currently translated at 53.9% (62 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-10 13:01:16 +02:00
Sarah Hussein
f06d6a4e92
Translated using Weblate (Arabic)
...
Currently translated at 50.9% (194 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-10 13:01:16 +02:00
Sarah Hussein
6bb98c3eae
Translated using Weblate (Arabic)
...
Currently translated at 29.9% (481 of 1608 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 13:01:15 +02:00
renovate[bot]
cf21706f26
chore(deps): update electron-forge monorepo to v7.10.2
2025-10-10 07:28:10 +00:00
Hosted Weblate
d0fbda50fc
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-10 09:26:07 +02:00
Elian Doran
9abef88177
Translations update from Hosted Weblate ( #7249 )
2025-10-10 10:25:56 +03:00
Elian Doran
1a94e9637d
Translated using Weblate (Arabic)
...
Currently translated at 13.0% (15 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-10 09:23:13 +02:00
Le Viet Dat
e15ff806e5
Translated using Weblate (Vietnamese)
...
Currently translated at 46.0% (53 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-10 09:23:11 +02:00
Sarah Hussein
7b01165970
Translated using Weblate (Arabic)
...
Currently translated at 45.4% (173 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-10 09:23:11 +02:00
Sarah Hussein
fc3cc6ffec
Translated using Weblate (Arabic)
...
Currently translated at 19.9% (320 of 1608 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 09:23:10 +02:00
Le Viet Dat
6d99ccefdb
Translated using Weblate (Vietnamese)
...
Currently translated at 7.8% (9 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-10 07:34:38 +02:00
Hosted Weblate
b055c7e2ef
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-10 07:34:37 +02:00
Le Viet Dat
e488845d29
Translated using Weblate (Vietnamese)
...
Currently translated at 3.4% (4 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-10 07:34:36 +02:00
Sarah Hussein
fcd71052c5
Translated using Weblate (Arabic)
...
Currently translated at 13.0% (15 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-10 07:34:36 +02:00
Le Viet Dat
b465336d0a
Translated using Weblate (Vietnamese)
...
Currently translated at 2.6% (3 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/vi/
2025-10-10 07:34:35 +02:00
Sarah Hussein
23e4fef078
Translated using Weblate (Arabic)
...
Currently translated at 35.9% (137 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-10 07:34:35 +02:00
Sarah Hussein
32f360979c
Translated using Weblate (Arabic)
...
Currently translated at 19.0% (306 of 1608 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 07:34:34 +02:00
Le Viet Dat
c1cc187a88
Translated using Weblate (Vietnamese)
...
Currently translated at 0.7% (3 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/vi/
2025-10-10 07:34:34 +02:00
green
f7dbcfb77a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1608 of 1608 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-10 07:34:33 +02:00
Sarah Hussein
52916a8bbb
Translated using Weblate (Arabic)
...
Currently translated at 17.6% (284 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 07:34:32 +02:00
Sarah Hussein
c8e311744a
Translated using Weblate (Arabic)
...
Currently translated at 17.5% (282 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 07:34:32 +02:00
Sarah Hussein
b87f0c1a57
Translated using Weblate (Arabic)
...
Currently translated at 16.9% (272 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-10 07:34:31 +02:00
Elian Doran
3ebb4c3c9c
chore(deps): update dependency @types/node to v22.18.9 ( #7252 )
2025-10-10 08:34:23 +03:00
renovate[bot]
10350b1a42
chore(deps): update dependency @types/node to v22.18.9
2025-10-10 05:30:25 +00:00
Elian Doran
a5beb2ae41
chore(deps): update pnpm to v10.18.2 ( #7254 )
2025-10-10 08:29:36 +03:00
Elian Doran
b081d3fb2d
chore(deps): update dependency openai to v6.3.0 ( #7255 )
2025-10-10 08:28:59 +03:00
Elian Doran
7bc4c530e8
chore(deps): update dependency happy-dom to v20 ( #7256 )
2025-10-10 08:28:25 +03:00
renovate[bot]
1002f01e57
chore(deps): update dependency happy-dom to v20
2025-10-10 01:34:28 +00:00
renovate[bot]
f9bcc99bf9
chore(deps): update dependency openai to v6.3.0
2025-10-10 01:33:47 +00:00
renovate[bot]
2956c97983
chore(deps): update pnpm to v10.18.2
2025-10-10 01:33:05 +00:00
Elian Doran
8bf9544bea
Improved right-to-left support ( #7227 )
2025-10-09 21:22:33 +03:00
Elian Doran
4ea2fdf471
chore(server): hide body in set_password and setup too
2025-10-09 21:02:18 +03:00
Elian Doran
492f481999
chore(rtl): address 2nd set of requested changes
2025-10-09 20:48:30 +03:00
Elian Doran
00b215c093
chore(rtl): address requested changes
2025-10-09 20:46:10 +03:00
Elian Doran
b84010318d
fix(server): RTL not reported correctly to JS
2025-10-09 19:44:22 +03:00
Elian Doran
63a08c4bd3
fix(login): failure to load if password was failed
2025-10-09 19:33:21 +03:00
Elian Doran
b34fbff6d1
test(server): failing i18n test due to dev language
2025-10-09 19:30:55 +03:00
Elian Doran
e08a9e1915
chore(client): add Arabic to full calendar
2025-10-09 19:28:05 +03:00
Elian Doran
519ada3a48
refactor(server): loading runtime JS as early as possible
2025-10-09 19:18:28 +03:00
Elian Doran
90524d99dc
refactor(server): remove template-level loading of bootstrap
2025-10-09 19:16:12 +03:00
Elian Doran
2936a537cf
feat(rtl): apply same mechanism for login/desktop/mobile
2025-10-09 19:12:46 +03:00
Elian Doran
6f51d82f82
fix(login): layout shift due to bootstrap loading later
2025-10-09 18:59:38 +03:00
Elian Doran
ea4fe3f290
feat(i18n): add an option to automatically match formatting locale to set locale
2025-10-09 18:54:55 +03:00
Elian Doran
6d9bdd5c6f
feat(client/rtl): support formatting locale for Arabic
2025-10-09 18:47:10 +03:00
Elian Doran
3c2642e822
feat(client/i18n): enable formatting locale on browser as well & use for date formatting
2025-10-09 18:44:35 +03:00
Elian Doran
f4df7c1eec
feat(client/rtl): improve alignment of the attribute editor
2025-10-09 18:34:32 +03:00
Elian Doran
74d7191222
chore(client/rtl): fix alignment of global menu in horizontal layout
2025-10-09 17:57:58 +03:00
Elian Doran
2c71a56324
chore(client/rtl): revert dropdown arrow
2025-10-09 17:55:17 +03:00
Elian Doran
3ab8627db8
feat(client/rtl): enable Arabic as dev-only language for now
2025-10-09 17:55:05 +03:00
Elian Doran
9d7c513fb7
Merge remote-tracking branch 'origin/main' into feature/rtl_ui
2025-10-09 17:46:26 +03:00
Elian Doran
f880aa769c
fix(client/rtl): wrong order of tabs
2025-10-09 17:45:48 +03:00
Elian Doran
c64e695036
chore(deps): update dependency python to 3.14 ( #7237 )
2025-10-09 16:18:32 +03:00
Elian Doran
a500dc9067
fix(deps): update dependency @codemirror/view to v6.38.5 ( #7236 )
2025-10-09 16:18:17 +03:00
Elian Doran
08d6a49cb6
chore(deps): update dependency rollup-plugin-webpack-stats to v2.1.6 ( #7235 )
2025-10-09 16:17:58 +03:00
Elian Doran
315f8b4503
chore(deps): update dependency jsdoc to v4.0.5 ( #7234 )
2025-10-09 16:17:44 +03:00
Elian Doran
9dc4de1366
chore(deps): update electron-forge monorepo to v7.10.0 ( #7238 )
2025-10-09 16:13:31 +03:00
Elian Doran
a22796397a
chore(deps): update softprops/action-gh-release action to v2.4.0 ( #7239 )
2025-10-09 16:10:56 +03:00
Elian Doran
372297f829
fix(deps): update dependency marked to v16.4.0 ( #7240 )
2025-10-09 16:10:27 +03:00
Elian Doran
f0908045f1
fix(deps): update dependency mind-elixir to v5.3.2 ( #7241 )
2025-10-09 16:10:00 +03:00
Elian Doran
b431a70792
chore(deps): update dependency eslint-plugin-react-hooks to v7 ( #7242 )
2025-10-09 16:09:33 +03:00
Elian Doran
c14cdb618b
chore(deps): update github/codeql-action action to v4 ( #7243 )
2025-10-09 16:08:55 +03:00
renovate[bot]
f596080d06
chore(deps): update electron-forge monorepo to v7.10.0
2025-10-09 11:42:00 +00:00
Elian Doran
c88f03f4fd
chore(deps): update dependency electron to v38.2.2 ( #7233 )
2025-10-09 14:39:47 +03:00
Elian Doran
8ca65edc70
chore(deps): update dependency @smithy/middleware-retry to v4.4.1 ( #7232 )
2025-10-09 14:38:36 +03:00
Elian Doran
5131c1d72c
Translations update from Hosted Weblate ( #7245 )
2025-10-09 13:49:30 +03:00
Elian Doran
8fab4dd94d
chore(ci): use different check
2025-10-09 13:34:06 +03:00
renovate[bot]
583c488b96
chore(deps): update github/codeql-action action to v4
2025-10-09 10:18:30 +00:00
renovate[bot]
d16598c03d
chore(deps): update dependency eslint-plugin-react-hooks to v7
2025-10-09 10:18:26 +00:00
renovate[bot]
e6e8cdcec1
fix(deps): update dependency mind-elixir to v5.3.2
2025-10-09 10:17:44 +00:00
renovate[bot]
7561bd471b
fix(deps): update dependency marked to v16.4.0
2025-10-09 10:17:03 +00:00
renovate[bot]
b9cc8015fe
chore(deps): update softprops/action-gh-release action to v2.4.0
2025-10-09 10:16:24 +00:00
renovate[bot]
853be9000b
chore(deps): update dependency python to 3.14
2025-10-09 10:15:32 +00:00
renovate[bot]
9a7638cc73
fix(deps): update dependency @codemirror/view to v6.38.5
2025-10-09 10:15:28 +00:00
renovate[bot]
10448a9f36
chore(deps): update dependency rollup-plugin-webpack-stats to v2.1.6
2025-10-09 10:14:36 +00:00
renovate[bot]
360a7f530d
chore(deps): update dependency jsdoc to v4.0.5
2025-10-09 10:13:44 +00:00
renovate[bot]
f457dbf7d4
chore(deps): update dependency electron to v38.2.2
2025-10-09 10:13:39 +00:00
renovate[bot]
3f6d93230e
chore(deps): update dependency @smithy/middleware-retry to v4.4.1
2025-10-09 10:12:43 +00:00
Sarah Hussein
1b2be2c345
Translated using Weblate (Arabic)
...
Currently translated at 12.1% (14 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-09 11:51:32 +02:00
Sarah Hussein
6d1faac772
Translated using Weblate (Arabic)
...
Currently translated at 14.2% (229 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-09 11:51:31 +02:00
Adhe Kurniawan
a9fe48aa0a
Translated using Weblate (Indonesian)
...
Currently translated at 1.0% (4 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/id/
2025-10-09 11:51:31 +02:00
Adhe Kurniawan
e2e58fee56
Translated using Weblate (Indonesian)
...
Currently translated at 11.3% (13 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/id/
2025-10-09 11:51:30 +02:00
Adhe Kurniawan
95ac70518b
Translated using Weblate (Indonesian)
...
Currently translated at 0.2% (4 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/id/
2025-10-09 11:51:29 +02:00
green
e95949e4d6
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1606 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-09 11:51:29 +02:00
Adhe Kurniawan
ae87b9e027
Added translation using Weblate (Indonesian)
2025-10-09 11:51:28 +02:00
Adhe Kurniawan
fe4e5286f7
Added translation using Weblate (Indonesian)
2025-10-09 11:51:27 +02:00
Adhe Kurniawan
b43a5252b1
Added translation using Weblate (Indonesian)
2025-10-09 11:51:27 +02:00
green
a732487e7f
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (115 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ja/
2025-10-09 11:51:26 +02:00
Sarah Hussein
112b847869
Translated using Weblate (Arabic)
...
Currently translated at 29.9% (114 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-09 11:51:26 +02:00
Sarah Hussein
2fdcbc4726
Translated using Weblate (Arabic)
...
Currently translated at 12.8% (207 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-09 11:51:25 +02:00
green
e9aa215b95
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1606 of 1606 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-09 11:51:24 +02:00
Elian Doran
6b6322798e
test(server): protected session timeout crashing on LLM tests
2025-10-09 12:51:11 +03:00
Elian Doran
a8011e4755
refactor(server): fix a few cyclic dependencies regarding protected_session
2025-10-09 12:43:38 +03:00
Elian Doran
b2fcf5fa6c
test(server): tests failing due to CLS and lack of content
2025-10-09 12:18:39 +03:00
Elian Doran
8ac0425ca5
chore(llm): try to fix flaky test
2025-10-09 10:40:35 +03:00
Elian Doran
f9a841245c
fix(client/rtl): mobile detail menu appearing on the wrong side
2025-10-08 22:26:43 +03:00
Elian Doran
a377a0ef15
chore(i18n): translate a missing string
2025-10-08 22:24:45 +03:00
Elian Doran
ea3cf8078e
fix(client/rtl): initial drag of mobile tree not working
2025-10-08 22:13:52 +03:00
Elian Doran
13d2721696
chore(client/rtl): normalize values between RTL and LTR
2025-10-08 22:03:56 +03:00
Elian Doran
b8f0fc722c
chore(client/rtl): use different mechanism for calculating drag state
2025-10-08 21:54:39 +03:00
Elian Doran
3e54e0fc42
fix(client/rtl): sidebar not draggable
2025-10-08 21:46:26 +03:00
Elian Doran
06d87dc94b
fix(client/rtl): sidebar always displayed on mobile
2025-10-08 21:41:48 +03:00
Elian Doran
d35f97d99a
feat(client/rtl): hide English RTL from production
2025-10-08 21:35:57 +03:00
Elian Doran
c4358d52d5
fix(server): crash in prod due to RTL
2025-10-08 21:28:41 +03:00
Elian Doran
b8ffb004ce
fix(client/rtl): minor padding issue
2025-10-08 21:09:49 +03:00
Elian Doran
3a3cb0c68d
Translations update from Hosted Weblate ( #7223 )
2025-10-08 21:03:38 +03:00
Elian Doran
d98e6fe88a
Translated using Weblate (Arabic)
...
Currently translated at 8.6% (10 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-08 20:02:22 +02:00
Elian Doran
b5f73874cb
fix(client/rtl): tooltips not inverted
2025-10-08 19:06:19 +03:00
Elian Doran
9d1e89268f
fix(client/rtl): bootstrap not in RTL mode
2025-10-08 18:50:27 +03:00
Elian Doran
d9bfa08672
fix(client/rtl): right positioning not adjusted
2025-10-08 18:36:10 +03:00
Elian Doran
8a8727e6df
fix(client/rtl): toggling not working
2025-10-08 18:24:01 +03:00
Elian Doran
d19d05ec7b
fix(client/rtl): select arrow in wrong position
2025-10-08 18:20:45 +03:00
Elian Doran
b0bb93975a
fix(client/rtl): toggle buttons out of bounds
2025-10-08 18:14:35 +03:00
Elian Doran
09c5686cb7
fix(client/rtl): floating buttons on the wrong side
2025-10-08 18:12:06 +03:00
Elian Doran
42b1dcebcd
feat(client/rtl): set lang to body as well
2025-10-08 18:04:57 +03:00
Elian Doran
1e78dd8296
fix(client/rtl): tree chevron in the wrong direction
2025-10-08 18:03:48 +03:00
Elian Doran
3d9861f904
feat(client/rtl): handle transform
2025-10-08 17:58:38 +03:00
Elian Doran
668e1dff4b
feat(client/rtl): handle transform-origin
2025-10-08 17:56:39 +03:00
Elian Doran
c91a03834d
feat(client/rtl): handle text-align
2025-10-08 17:54:40 +03:00
Elian Doran
20e293f5df
feat(client/rtl): handle float
2025-10-08 17:52:41 +03:00
Elian Doran
87fb3c1e82
feat(client/rtl): handle right
2025-10-08 17:51:58 +03:00
Elian Doran
db1bcfda45
feat(client/rtl): handle left
2025-10-08 17:50:54 +03:00
Elian Doran
a8e44afd6d
feat(client/rtl): handle border-right
2025-10-08 17:47:27 +03:00
Elian Doran
1b1bceebfe
feat(client/rtl): handle border-left
2025-10-08 17:46:59 +03:00
Elian Doran
6faccd3b14
feat(client/rtl): handle padding-right
2025-10-08 17:46:10 +03:00
Elian Doran
34117fa9ad
feat(client/rtl): handle padding-left
2025-10-08 17:45:58 +03:00
Elian Doran
6b93013674
feat(client/rtl): handle margin-right
2025-10-08 17:45:31 +03:00
Elian Doran
247ab1aec3
feat(client/rtl): handle margin-left
2025-10-08 17:44:17 +03:00
Elian Doran
adff36cf22
feat(i18n/rtl): apply right to left direction at root level
2025-10-08 12:08:39 +03:00
Elian Doran
034ac59c9a
feat(i18n/rtl): add an English with RTL enabled for testing
2025-10-08 11:51:14 +03:00
Hosted Weblate
80d805a807
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-08 10:44:04 +02:00
Kuzma Simonov
39ca136c5d
Translated using Weblate (Russian)
...
Currently translated at 22.6% (26 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ru/
2025-10-08 10:44:02 +02:00
Hosted Weblate
29dbfa6fc4
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-08 10:44:01 +02:00
Elian Doran
3e30870c87
feat(i18n): add Portuguese (Portugal)
2025-10-08 11:39:06 +03:00
Elian Doran
ee1a11975c
fix(board): keyboard overlay appears cut
2025-10-08 11:12:25 +03:00
Elian Doran
f0fc3e96ce
docs(readme): use formal GitHub account
2025-10-08 11:01:53 +03:00
Elian Doran
cd75ff9a8a
chore(ci): deploy website on release
2025-10-08 11:00:36 +03:00
Elian Doran
f196140210
chore(i18n): update available not translated
2025-10-08 10:46:19 +03:00
Elian Doran
a77c4e6dfa
Translations update from Hosted Weblate ( #7221 )
2025-10-08 07:46:28 +03:00
Sarah Hussein
1d4d193552
Translated using Weblate (Arabic)
...
Currently translated at 6.0% (7 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/
2025-10-08 00:01:23 +02:00
ssantos
3225f4c8f5
Translated using Weblate (Portuguese)
...
Currently translated at 97.3% (1563 of 1605 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pt/
2025-10-08 00:01:20 +02:00
Sarah Hussein
800c4dc012
Translated using Weblate (Arabic)
...
Currently translated at 4.9% (19 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ar/
2025-10-08 00:01:19 +02:00
Sarah Hussein
d662882c03
Translated using Weblate (Arabic)
...
Currently translated at 1.0% (17 of 1605 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ar/
2025-10-08 00:01:19 +02:00
Elian Doran
31c8e96d70
chore(forge): set wayland socket for flatpak build
2025-10-07 18:38:13 +03:00
Elian Doran
1191421388
fix(flake): bettersqlite3 dependency not build properly
2025-10-07 18:27:13 +03:00
Elian Doran
831a184c2a
test(server): try to use fake timers to avoid flaky test in the CI
2025-10-07 15:34:58 +03:00
Elian Doran
c671f91bca
test(server): fix test failures
2025-10-07 14:27:05 +03:00
Elian Doran
fa436c7ce6
test(server): switch to vmForks due to better error reporting
2025-10-07 14:25:58 +03:00
Elian Doran
d1367286c9
test(server): fix unrejected failure in test
2025-10-07 14:20:06 +03:00
Elian Doran
d10b0fa823
fix(hidden_subtree): builtin templates have #excludeFromNoteMap ( closes #7187 )
2025-10-07 12:20:29 +03:00
Elian Doran
545c8648b7
feat(demo): add a template with #excludeFromNoteMap ( closes #3547 )
2025-10-07 11:49:36 +03:00
Elian Doran
d6e9acc149
fix(ckeditor5-math): equation not maintaining styles ( closes #7211 )
2025-10-07 11:14:56 +03:00
Elian Doran
26e14aff7b
Translations update from Hosted Weblate ( #7219 )
2025-10-07 10:17:34 +03:00
Elian Doran
280ec5b406
Translated using Weblate (Portuguese)
...
Currently translated at 0.8% (1 of 115 strings)
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/pt/
2025-10-07 09:17:03 +02:00
Miguel Dias
26081ffd36
Translated using Weblate (Portuguese)
...
Currently translated at 0.1% (2 of 1605 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/pt/
2025-10-07 09:17:02 +02:00
Miguel Dias
f106cbf6c0
Translated using Weblate (Portuguese)
...
Currently translated at 99.7% (380 of 381 strings)
Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/pt/
2025-10-07 09:17:02 +02:00
green
f3877a52ab
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1605 of 1605 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2025-10-07 09:17:01 +02:00
Hosted Weblate
5becf60a63
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-07 09:17:00 +02:00
Elian Doran
2ea96dc8f8
Revert "fix(deps): update dependency mind-elixir to v5.3.1" ( #7220 )
2025-10-07 10:16:54 +03:00
Elian Doran
e48724662e
Revert "fix(deps): update dependency mind-elixir to v5.3.1"
2025-10-07 10:16:42 +03:00
Elian Doran
745ce7de76
fix(deps): update dependency mind-elixir to v5.3.1 ( #7202 )
2025-10-07 10:16:16 +03:00
Elian Doran
997217861c
chore(deps): update pnpm to v10.18.1 ( #7212 )
2025-10-07 10:15:49 +03:00
Elian Doran
44f8e8b833
chore(deps): update dependency @playwright/test to v1.56.0 ( #7213 )
2025-10-07 10:15:25 +03:00
Elian Doran
99e2b63ff0
chore(deps): update dependency @types/express-serve-static-core to v5.1.0 ( #7214 )
2025-10-07 10:15:08 +03:00
Elian Doran
0139d90ac7
chore(deps): update dependency openai to v6.2.0 ( #7215 )
2025-10-07 10:14:55 +03:00
Elian Doran
5b7484c27c
chore(deps): update typescript-eslint monorepo to v8.46.0 ( #7216 )
2025-10-07 10:14:46 +03:00
renovate[bot]
71e64be44c
fix(deps): update dependency mind-elixir to v5.3.1
2025-10-07 07:05:43 +00:00
renovate[bot]
639651329a
chore(deps): update typescript-eslint monorepo to v8.46.0
2025-10-07 07:04:54 +00:00
renovate[bot]
a7a0d3584a
chore(deps): update dependency openai to v6.2.0
2025-10-07 07:04:10 +00:00
renovate[bot]
f765441f1e
chore(deps): update dependency @types/express-serve-static-core to v5.1.0
2025-10-07 07:03:35 +00:00
renovate[bot]
10cd5bf130
chore(deps): update dependency @playwright/test to v1.56.0
2025-10-07 07:02:53 +00:00
renovate[bot]
d93c5dfeea
chore(deps): update pnpm to v10.18.1
2025-10-07 07:02:08 +00:00
Elian Doran
b58aac1298
fix(client): invalid import after moving protocol config
2025-10-07 09:59:33 +03:00
Elian Doran
d662718a4a
feat(client): allow opening obsidian: links ( closes #7207 )
2025-10-06 20:05:42 +03:00
Elian Doran
bebd3d430b
refactor(commons): deduplicate allowed protocols
2025-10-06 20:04:07 +03:00
Elian Doran
2fca995725
docs(guide): update html docs with sharing
2025-10-06 19:58:33 +03:00
Elian Doran
caa1ea12f1
feat: Add shareHtml relation for custom HTML snippets in shared pages ( #7157 )
2025-10-06 19:32:17 +03:00
Elian Doran
f25e4ea391
Translations update from Hosted Weblate ( #7210 )
2025-10-06 19:22:42 +03:00
Hosted Weblate
05b433edb5
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
2025-10-06 15:55:10 +00:00
Elian Doran
4997543fc7
doc(guide): interaction on relation map, including tree operation
2025-10-05 20:19:18 +03:00
Elian Doran
63c91b6741
Revert "fix(deps): downgrade mind-elixir ( closes #7170 )"
...
This reverts commit 5969815ed1 .
2025-10-05 20:00:08 +03:00
Elian Doran
27b6e26fa5
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-10-05 19:59:46 +03:00
Elian Doran
7930745a01
chore(react/type_widgets): fix type errors
2025-10-05 19:55:25 +03:00
Elian Doran
6ffe8a2eb5
chore(react/type_widgets): save on window closing
2025-10-05 18:12:36 +03:00
Elian Doran
0dcaa8719f
chore(react/type_widgets): save code note if needed
2025-10-05 17:56:31 +03:00
Elian Doran
608605af12
chore(react/type_widgets): save if needed
2025-10-05 17:53:19 +03:00
Elian Doran
3f7b8447d0
refactor(react/type_widgets): bring back executeInActiveNoteDetailWidget
2025-10-05 17:34:45 +03:00
Elian Doran
d3594e4a05
refactor(react/type_widgets): bring back printing and exporting to PDF
2025-10-05 17:07:34 +03:00
Elian Doran
156b4101a5
refactor(react/type_widgets): bring back cut to note
2025-10-05 17:05:05 +03:00
Elian Doran
73213d2a17
refactor(react/type_widgets): bring back execute with type widget
2025-10-05 16:59:46 +03:00
Elian Doran
763bcbd394
refactor(react/type_widgets): extract full height to note types
2025-10-05 16:45:26 +03:00
Elian Doran
d90043e586
chore(react/type_widgets): bring back launch bar fixed effect
2025-10-05 16:42:58 +03:00
Elian Doran
c209a699ea
refactor(react/type_widgets): deduplicate containers
2025-10-05 16:36:59 +03:00
Elian Doran
22069d0aef
refactor(react/type_widgets): extract note types to different file
2025-10-05 15:55:25 +03:00
Elian Doran
3248654820
chore(react/type_widgets): cache note types
2025-10-05 15:47:27 +03:00
Elian Doran
269c7c9ce7
feat(ai_chat): allow viewing source of the ai chat
2025-10-05 14:25:08 +03:00
Elian Doran
b0c984decd
chore(react/type_widgets): fix refresh on first start
2025-10-05 14:15:51 +03:00
Elian Doran
cebb54ddf6
chore(react/type_widgets): get LLM note to load
2025-10-05 12:40:55 +03:00
Elian Doran
22f8929da6
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-10-05 12:14:14 +03:00
Elian Doran
7192d40e80
chore(react/type_widgets): get ai chat widget to render
2025-10-05 10:21:52 +03:00
Elian Doran
df9d481a93
refactor(mindmap): use proper way to detect direction
...
See https://github.com/SSShooter/mind-elixir-core/issues/150 .
2025-10-04 19:17:13 +03:00
Elian Doran
cf37549f19
refactor(notemap): use proper types
2025-10-04 18:55:26 +03:00
Elian Doran
d2dda95654
fix(notemap): invisible hover color on light theme
2025-10-04 18:28:03 +03:00
Elian Doran
0770f97010
Merge remote-tracking branch 'origin/main' into react/type_widgets
...
; Conflicts:
; apps/client/src/widgets/type_widgets/read_only_code.ts
2025-10-04 18:18:11 +03:00
Elian Doran
3caaf2ab79
chore(react/type_widgets): port note map type widget
2025-10-04 18:16:45 +03:00
Elian Doran
8f819a7786
chore(react): reintroduce reactivity to mapRootIdLabel
2025-10-04 18:09:40 +03:00
Elian Doran
0da66617a8
chore(react): reintroduce link distance
2025-10-04 14:14:02 +03:00
Elian Doran
5efe05490d
chore(react): reintroduce force configuration
2025-10-04 13:58:29 +03:00
Elian Doran
656b234740
chore(react): reintroduce centering i note map
2025-10-04 13:55:22 +03:00
Elian Doran
e6e9cd3f35
chore(react): improve style of buttons
2025-10-04 13:44:11 +03:00
Elian Doran
845c76fc42
chore(react): bring back fixing nodes
2025-10-04 13:37:36 +03:00
Elian Doran
a4d6da72a1
chore(react): bring back interaction with nodes
2025-10-04 13:17:57 +03:00
Elian Doran
35438d2599
refactor(react): integrate get color for node in rendering
2025-10-04 13:15:13 +03:00
Elian Doran
9a1e7ca3ae
chore(react): bring back node pointer & link configuration
2025-10-04 13:10:18 +03:00
Elian Doran
2d29d1b41f
chore(react): add back note map link configuration
2025-10-04 13:04:40 +03:00
Elian Doran
ad5ff6e41a
refactor(react): use component for map type switcher
2025-10-04 12:58:24 +03:00
Elian Doran
20dcbff68f
chore(react): reintroduce map type toggles
2025-10-04 12:55:08 +03:00
Elian Doran
c127e19cfa
chore(react): fix obtaining of CSS data for note map
2025-10-04 12:31:35 +03:00
Elian Doran
e32237559e
chore(react): start rendering nodes in note map
2025-10-04 12:29:48 +03:00
Elian Doran
09811d23f6
chore(react): port data part of server API
2025-10-04 11:40:31 +03:00
Elian Doran
b41042fec4
chore(react):start porting note map
2025-10-04 11:07:16 +03:00
Elian Doran
08fae19d19
fix(react/type_widgets): crash when switching between relation maps
2025-10-04 10:37:28 +03:00
Elian Doran
9cceff4f02
chore(react/type_widgets): finalize porting relation map
2025-10-04 10:32:23 +03:00
Elian Doran
67d9154795
chore(react/type_widgets): reintroduce relation note dragging
2025-10-04 10:15:38 +03:00
Elian Doran
1eca9f6541
chore(react/type_widgets): reintroduce relation context menu
2025-10-04 09:54:47 +03:00
Elian Doran
c469fffb6e
chore(react/type_widgets): reintroduce relation creation
2025-10-04 09:37:14 +03:00
Elian Doran
d076d54170
refactor(react/type_widgets): extract context menu to separate file
2025-10-04 09:15:15 +03:00
Elian Doran
3256c14a20
chore(react/type_widgets): accidental double source config
2025-10-04 09:06:24 +03:00
Elian Doran
460e01a2d6
refactor(react/type_widgets): split note box into separate file
2025-10-04 09:04:22 +03:00
Elian Doran
1913355069
chore(react/type_widgets): relation map source/target config
2025-10-04 08:58:06 +03:00
Elian Doran
f687d91201
chore(react/type_widgets): bring back dragging notes in relation map
2025-10-03 22:40:22 +03:00
Elian Doran
e8e93e985d
fix(react/type_widgets): relation map getting occassionally wiped
2025-10-03 13:16:20 +03:00
Elian Doran
c5c304f85b
chore(react/type_widgets): add dragigng logic for jsplumb
2025-10-03 11:58:00 +03:00
Elian Doran
58aea03114
fix(react/type_widgets): unable to add new items on existing map
2025-10-03 11:38:05 +03:00
Elian Doran
4af842d2f2
refactor(react/type_widgets): use dedicated component for items
2025-10-03 11:02:33 +03:00
Elian Doran
3b2f5bb09d
refactor(react/type_widgets): extract JSPlumb into a separate file
2025-10-03 10:17:45 +03:00
Elian Doran
2d67aab288
fix(react/type_widgets): unable to add new items if the map is empty
2025-10-03 10:11:21 +03:00
Elian Doran
838d761b50
Merge remote-tracking branch 'origin/main' into react/type_widgets
...
; Conflicts:
; apps/client/src/widgets/react/hooks.tsx
; apps/client/src/widgets/type_widgets/abstract_text_type_widget.ts
2025-10-03 09:28:17 +03:00
Kevin Leutzinger
b8851565eb
docs: clarify shareHtmlLocation goes on snippet note
2025-10-01 03:53:40 -04:00
Kevin Leutzinger
888d0d1084
add docs about shareHtml and shareHtmlLocation
2025-10-01 03:47:49 -04:00
Kevin Leutzinger
0a25d4db0d
shareHTML to shareHtml
2025-10-01 03:30:16 -04:00
Kevin Leutzinger
d483b6e840
add shareHTML relation
2025-09-30 23:06:20 -04:00
Elian Doran
7a2d91e7de
chore(type_widgets): get relations to render
2025-09-29 22:31:53 +03:00
Elian Doran
082ea7b5c1
chore(type_widgets): port relation map overlays
2025-09-29 21:35:44 +03:00
Elian Doran
c58414bbc1
chore(type_widgets): relation map rename title
2025-09-29 21:11:40 +03:00
Elian Doran
1c1243912b
refactor(type_widgets): use API architecture for relation map
2025-09-29 21:05:29 +03:00
Elian Doran
614fc66890
refactor(type_widgets): move relation map to dedicated folder
2025-09-29 20:34:30 +03:00
Elian Doran
0937ef72e2
chore(type_widgets): start porting context menu
2025-09-29 20:33:15 +03:00
Elian Doran
3571023685
chore(type_widgets): bring back relation map zoom controls
2025-09-29 20:16:45 +03:00
Elian Doran
2cd3e3f9c8
chore(type_widgets): bring back relation map note creation
2025-09-29 20:06:22 +03:00
Elian Doran
3d08f686cf
feat(code): pretty-print JSON in view source
2025-09-29 19:47:56 +03:00
Elian Doran
d2bf972305
chore(type_widgets): save pan & zoom
2025-09-29 19:41:08 +03:00
Elian Doran
39bd236799
refactor(type_widgets): use editorspaced update for data
2025-09-29 19:32:50 +03:00
Elian Doran
d8b9d14712
chore(type_widgets): introduce panzoom
2025-09-29 19:28:46 +03:00
Elian Doran
9d4127ba6d
chore(type_widgets): render note box
2025-09-29 19:04:00 +03:00
Elian Doran
04b678ef4c
chore(type_widgets): start porting relation map
2025-09-29 18:50:40 +03:00
Elian Doran
286d7c8228
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-09-29 17:53:16 +03:00
Elian Doran
5547c3fc2b
feat(canvas): read-only mode
2025-09-25 19:28:03 +03:00
Elian Doran
4381399978
feat(mindmap): read-only mode
2025-09-25 19:12:37 +03:00
Elian Doran
5bfa0d13e3
chore(react/type_widgets): refresh on all viewscope changes
2025-09-25 18:44:06 +03:00
Elian Doran
5c21759de9
fix(react/type_widgets): unable to switch view-mode for same note
2025-09-25 18:39:47 +03:00
Elian Doran
e2ef58ed50
chore(react/type_widgets): finalize porting
2025-09-25 18:26:52 +03:00
Elian Doran
7af610a5b4
chore(react/type_widgets): set up image opening
2025-09-25 18:22:58 +03:00
Elian Doran
8a442ba492
chore(react/type_widgets): port executeWithTextEditor
2025-09-25 18:07:47 +03:00
Elian Doran
3ed399a888
chore(react/type_widgets): port text touchbar (untested)
2025-09-25 17:53:48 +03:00
Elian Doran
37d33fb975
chore(react/type_widgets): port @-mention note creation
2025-09-25 17:21:03 +03:00
Elian Doran
d443d79685
chore(react/type_widgets): port and fix follow link under cursor
2025-09-25 14:35:52 +03:00
Elian Doran
a975576214
chore(react/type_widgets): react to snippet changes
2025-09-25 14:21:12 +03:00
Elian Doran
3673162a48
chore(react/type_widgets): bring back add include to note
2025-09-25 13:53:11 +03:00
Elian Doran
0ac428b57a
chore(react/type_widgets): remove already integrated file
2025-09-25 13:26:50 +03:00
Elian Doran
45bd9b72b9
chore(react/type_widgets): set up code block word wrap
2025-09-25 13:24:43 +03:00
Elian Doran
cc6ac7d1da
chore(react/type_widgets): port text link insertion mechanism
2025-09-25 12:07:06 +03:00
Elian Doran
232fe4e63a
refactor(react/type_widgets): move mobile_editor_toolbar
2025-09-25 11:17:55 +03:00
Elian Doran
597426f10d
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-09-25 11:12:28 +03:00
Elian Doran
a0a904766f
fix(options/mfa): significant calls to OAuth status endpoint
2025-09-25 10:29:09 +03:00
Elian Doran
db46ca0a76
chore(react/type_widget): insert date/time to text
2025-09-22 18:03:19 +03:00
Elian Doran
a26ee0d769
chore(react/type_widget): hot-pluggable keyboard shortcuts
2025-09-22 17:52:05 +03:00
Elian Doran
46db047fa0
chore(react/type_widget): scroll to end & focus
2025-09-22 13:36:18 +03:00
Elian Doran
efaa1815ec
chore(react/type_widget): classic editor & inspector
2025-09-22 13:19:20 +03:00
Elian Doran
2eab8b92d5
chore(react/type_widget): react to content language changes
2025-09-22 12:49:03 +03:00
Elian Doran
8a185262fb
chore(react/type_widget): refactor event handling slightly
2025-09-22 12:43:43 +03:00
Elian Doran
f6631b7b9a
chore(react/type_widget): save on change
2025-09-22 12:41:32 +03:00
Elian Doran
1e323de01b
chore(react/type_widget): port watchdog state change
2025-09-22 12:13:31 +03:00
Elian Doran
f00f2ee5e4
chore(react/type_widget): port notification warning
2025-09-22 12:07:44 +03:00
Elian Doran
78b83cd17b
chore(react/type_widget): get editable text to show up
2025-09-22 12:02:45 +03:00
Elian Doran
adea3abff4
chore(react/type_widget): add missing interface
2025-09-22 10:52:03 +03:00
Elian Doran
206618fd54
style(next): improve code block hiehgt in note list
2025-09-22 10:45:55 +03:00
Elian Doran
58a6d70cbb
chore(react/type_widget): finalize porting canvas
2025-09-22 10:40:57 +03:00
Elian Doran
44b92a024c
chore(react/type_widget): set up self-hosted fonts
2025-09-22 10:14:24 +03:00
Elian Doran
68bf5b7e68
chore(react/type_widget): set up canvas persistence
2025-09-22 09:22:09 +03:00
Elian Doran
8c85aa343c
chore(react/type_widget): add more options to canvas
2025-09-22 08:40:56 +03:00
Elian Doran
592a8b2232
chore(react/type_widgets): start porting canvas
2025-09-21 23:33:38 +03:00
Elian Doran
e1ac319a7b
chore(react/type_widgets): active note not refreshing
2025-09-21 22:59:16 +03:00
Elian Doran
763c489cd3
feat(render): integrate with search
2025-09-21 22:58:58 +03:00
Elian Doran
b990770e48
feat(render): add a floating button to refresh
2025-09-21 22:44:39 +03:00
Elian Doran
344607d437
chore(react/type_widgets): get render to work
2025-09-21 22:33:11 +03:00
Elian Doran
70d0a5441a
chore(react/type_widget): port render note partially
2025-09-21 22:24:51 +03:00
Elian Doran
61278e1f5a
chore(react/type_widget): use different loading mechanism
2025-09-21 21:49:23 +03:00
Elian Doran
b73ea6ac4f
chore(react/type_widget): reflect note type changes
2025-09-21 21:13:04 +03:00
Elian Doran
5d833c1ac4
chore(react/type_widget): finalize read-only text
2025-09-21 20:50:26 +03:00
Elian Doran
2947682783
chore(react/type_widget): add code block & image integration
2025-09-21 20:47:40 +03:00
Elian Doran
fb46e09428
chore(react/type_widget): render reference links
2025-09-21 20:34:02 +03:00
Elian Doran
ff941b2cb1
chore(react/type_widget): render math in read-only text
2025-09-21 20:29:38 +03:00
Elian Doran
a8007b9063
chore(react/type_widget): render included notes in read-only text
2025-09-21 20:27:58 +03:00
Elian Doran
2f3c2bbac8
chore(react/type_widget): render inline mermaid in read-only text
2025-09-21 20:15:57 +03:00
Elian Doran
e4eb96a1ae
chore(react/type_widget): start porting read-only text
2025-09-21 20:03:28 +03:00
Elian Doran
ffe4e9b8de
chore(react/type_widget): add deletion widget
2025-09-21 19:43:36 +03:00
Elian Doran
f2b4f49be2
chore(react/type_widget): convert attachment actions
2025-09-21 19:34:03 +03:00
Elian Doran
376ef0c679
chore(react/type_widgets): introduce disabled tooltip
2025-09-21 12:02:02 +03:00
Elian Doran
b7574b3ca7
chore(react/type_widget): start porting attachment actions
2025-09-21 11:06:20 +03:00
Elian Doran
ae1954c320
chore(react/type_widget): port attachment detail
2025-09-21 10:57:08 +03:00
Elian Doran
3171413a18
chore(react/type_widget): react to attachment changes
2025-09-21 10:40:19 +03:00
Elian Doran
dc73467d34
chore(react/type_widget): list attachments with content
2025-09-21 10:32:12 +03:00
Elian Doran
58b14ae31c
fix(react/type_widget): mind map attachment incorrect
2025-09-21 10:32:01 +03:00
Elian Doran
e117fbd471
chore(react/type_widget): port atttachment list header
2025-09-21 09:57:09 +03:00
Elian Doran
9a3f675950
chore(react/type_widget): finalize mind map with export PNG/SVG
2025-09-21 09:46:58 +03:00
Elian Doran
26400f2590
fix(mindmap): search not working
2025-09-21 09:35:23 +03:00
Elian Doran
7d99a92bd9
chore(react/type_widget): save mindmap attachment
2025-09-21 09:26:44 +03:00
Elian Doran
3417e37f16
chore(react/type_widget): save direction upon button press
2025-09-21 09:20:00 +03:00
Elian Doran
143e6a556c
chore(react/type_widget): persist data
2025-09-20 22:22:20 +03:00
Elian Doran
02259c55f3
chore(react/type_widget): get mindmap to render
2025-09-20 21:52:57 +03:00
Elian Doran
cc19a217ad
chore(react/type_widget): finalize SVG split editor
2025-09-20 21:34:56 +03:00
Elian Doran
d95ed4a5d2
chore(react/type_widget): export as SVG/PNG
2025-09-20 21:29:20 +03:00
Elian Doran
469683f30f
chore(react/type_widget): reimplement zoom + reset buttons
2025-09-20 21:23:34 +03:00
Elian Doran
42d0cc12b5
chore(react/type_widget): more generic repositioning
2025-09-20 21:19:19 +03:00
Elian Doran
b376842e2d
chore(react/type_widget): reposition on split resize
2025-09-20 21:12:29 +03:00
Elian Doran
145ff1a2a5
chore(react/type_widget): restore pan/zoom
2025-09-20 21:07:51 +03:00
Elian Doran
8e9f5fb486
chore(react/type_widget): fix 4px scroll in SVG editor
2025-09-20 14:34:15 +03:00
Elian Doran
3dd757a857
chore(react/type_widget): disable code background change in split
2025-09-20 14:16:34 +03:00
Elian Doran
bde7b753a0
chore(react/type_widget): save SVG attachment
2025-09-20 14:08:50 +03:00
Elian Doran
02017ebd9d
chore(react/type_widget): bring back on error opacity
2025-09-20 13:47:12 +03:00
Elian Doran
8caaa99415
chore(react/type_widget): basic SVG rendering
2025-09-20 13:27:58 +03:00
Elian Doran
c49b90d33f
chore(react/type_widget): add preview buttons
2025-09-20 13:15:13 +03:00
Elian Doran
6dd939df14
chore(react/type_widget): bring back update interval
2025-09-20 13:04:36 +03:00
Elian Doran
b19da81572
chore(react/type_widget): force line wrapping
2025-09-20 13:00:15 +03:00
Elian Doran
425ffc02d8
chore(react/type_widget): bring back split resizer
2025-09-20 12:54:18 +03:00
Elian Doran
695e8489ad
chore(react/type_widget): pass error information
2025-09-20 12:41:39 +03:00
Elian Doran
2f4e13b1bb
chore(react/type_widget): bring back order of editor/preview
2025-09-20 12:38:05 +03:00
Elian Doran
c8a9b994d6
chore(react/type_widget): bring back read-only
2025-09-20 12:34:36 +03:00
Elian Doran
3d5b319eb2
chore(react/type_widget): bring back split orientation
2025-09-20 12:31:45 +03:00
Elian Doran
bed3c2dc67
chore(react/type_widget): prepare structure for split editor
2025-09-20 12:25:11 +03:00
Elian Doran
256d1863d2
chore(react/type_widget): port backend log
2025-09-20 12:16:51 +03:00
Elian Doran
4a4502dfea
chore(react/type_widget): bring back read-only temporary disable
2025-09-20 11:59:43 +03:00
Elian Doran
91f21e149b
chore(react/type_widget): bring back focusing after tab switch
2025-09-20 11:46:23 +03:00
Elian Doran
6ef468adc4
chore(react/type_widget): bring back scroll to end
2025-09-20 11:38:28 +03:00
Elian Doran
e576fa03da
chore(react/type_widget): fix sizing
2025-09-20 11:30:40 +03:00
Elian Doran
6bcce08042
chore(react/type_widget): react to line wrapping
2025-09-20 11:25:07 +03:00
Elian Doran
f496caa92c
refactor(react/type_widget): separate Trilium-specific implementation
2025-09-20 11:22:48 +03:00
Elian Doran
43dcdf8925
chore(react/type_widget): apply background color for read-only code notes
2025-09-20 11:11:00 +03:00
Elian Doran
2c014fb071
chore(react/type_widget): set up background color for code notes
2025-09-20 11:02:43 +03:00
Elian Doran
2273507ef4
chore(react/type_widget): unnecessary imports
2025-09-20 10:37:34 +03:00
Elian Doran
70a710be79
chore(react/type_widget): react to code theme
2025-09-20 10:14:21 +03:00
Elian Doran
7a3ee7971c
chore(react/type_widget): add back keyboard shortcut for editable code
2025-09-20 10:08:46 +03:00
Elian Doran
c86123e3a9
chore(react/type_widget): integrate touch bar for editable code
2025-09-20 10:03:00 +03:00
Elian Doran
9480227b69
chore(react/type_widget): add more options to editable code
2025-09-20 09:59:49 +03:00
Elian Doran
79be13e6c7
chore(react/type_widget): reload content on external change
2025-09-20 09:56:55 +03:00
Elian Doran
63e3a27b34
refactor(react/type_widget): simplify handling of new notes
2025-09-20 09:47:28 +03:00
Elian Doran
9eae6620d0
chore(react/type_widget): basic editable code
2025-09-20 09:44:36 +03:00
Elian Doran
6517dd1190
chore(react/type_widget): finalize readonly code
2025-09-20 09:06:55 +03:00
Elian Doran
f72087acc3
chore(react/type_widget): port read only code basic functionality
2025-09-20 08:57:47 +03:00
Elian Doran
77e7c414b6
chore(react/type_widget): react to note revisions
2025-09-19 22:45:12 +03:00
Elian Doran
3a68395ca7
feat(react/type_widget): add copy image reference floating button to image
2025-09-19 22:42:06 +03:00
Elian Doran
0a0d9775b2
chore(react/type_widget): port image
2025-09-19 22:41:18 +03:00
Elian Doran
aa6e68ad39
chore(react/type_widget): port file
2025-09-19 22:22:45 +03:00
Elian Doran
034073a5e1
chore(react/type_widget): fix missing tbody
2025-09-19 22:18:10 +03:00
Elian Doran
d83ff641d7
chore(react/type_widget): bring back full-height
2025-09-19 21:55:37 +03:00
Elian Doran
071fcb85c9
chore(react/type_widget): basic integration of web view
2025-09-19 21:27:45 +03:00
Elian Doran
daa5ee93e9
chore(react/type_widget): port content widget
2025-09-19 21:18:09 +03:00
Elian Doran
db7cda3fe6
chore(react/type_widget): have book react to reloaded children
2025-09-19 19:06:07 +03:00
Elian Doran
fa55c5720e
chore(react/type_widget): port book
2025-09-19 19:03:31 +03:00
Elian Doran
d1a9890932
chore(react/type_widget): port protected session
2025-09-19 18:55:04 +03:00
Elian Doran
c9fe358811
chore(react/type_widget): port none type widget
2025-09-19 18:35:49 +03:00
Elian Doran
bbb927c83f
chore(react/type_widget): port doc widget
2025-09-19 18:32:45 +03:00
Elian Doran
07b86c8cf7
chore(react/type_widget): port empty workspace switcher
2025-09-19 18:15:10 +03:00
Elian Doran
3dbf20af52
chore(react/type_widget): port empty search
2025-09-19 18:09:23 +03:00
Elian Doran
1fb329565f
chore(react/type_widget): move old widgets
2025-09-19 17:40:24 +03:00
Elian Doran
06bfb0073a
chore(react/type_widget): determine note type
2025-09-19 17:31:10 +03:00
Elian Doran
3d64c320fb
chore(react/type_widget): start with fresh note detail
2025-09-19 16:53:31 +03:00
perf3ct
58c225237c
feat(search): try a ground-up sqlite search approach
2025-09-03 00:34:55 +00:00
perf3ct
d074841885
Revert "feat(search): try to get fts search to work in large environments"
...
This reverts commit 053f722cb8 .
2025-09-02 19:24:50 +00:00
perf3ct
06b2d71b27
Revert "feat(search): try to decrease complexity"
...
This reverts commit 5b79e0d71e .
2025-09-02 19:24:47 +00:00
perf3ct
0afb8a11c8
Revert "feat(search): try to deal with huge dbs, might need to squash later"
...
This reverts commit 37d0136c50 .
2025-09-02 19:24:46 +00:00
perf3ct
f529ddc601
Revert "feat(search): further improve fts search"
...
This reverts commit 7c5553bd4b .
2025-09-02 19:24:45 +00:00
perf3ct
8572f82e0a
Revert "feat(search): I honestly have no idea what I'm doing"
...
This reverts commit b09a2c386d .
2025-09-02 19:24:44 +00:00
perf3ct
b09a2c386d
feat(search): I honestly have no idea what I'm doing
2025-09-01 22:29:59 -07:00
perf3ct
7c5553bd4b
feat(search): further improve fts search
2025-09-01 21:40:05 -07:00
perf3ct
37d0136c50
feat(search): try to deal with huge dbs, might need to squash later
2025-09-01 04:33:10 +00:00
perf3ct
5b79e0d71e
feat(search): try to decrease complexity
2025-08-30 22:30:01 -07:00
perf3ct
053f722cb8
feat(search): try to get fts search to work in large environments
2025-08-31 03:15:29 +00:00
perf3ct
21aaec2c38
feat(search): also fix tests for new fts functionality
2025-08-30 20:48:42 +00:00
perf3ct
1db4971da6
feat(search): implement FST5 w/ sqlite for faster and better searching
...
feat(search): don't limit the number of blobs to put in virtual tables
fix(search): improve FTS triggers to handle all SQL operations correctly
The root cause of FTS index issues during import was that database triggers
weren't properly handling all SQL operations, particularly upsert operations
(INSERT ... ON CONFLICT ... DO UPDATE) that are commonly used during imports.
Key improvements:
- Fixed INSERT trigger to handle INSERT OR REPLACE operations
- Updated UPDATE trigger to fire on ANY change (not just specific columns)
- Improved blob triggers to use INSERT OR REPLACE for atomic updates
- Added proper handling for notes created before their blobs (import scenario)
- Added triggers for protection state changes
- All triggers now use LEFT JOIN to handle missing blobs gracefully
This ensures the FTS index stays synchronized even when:
- Entity events are disabled during import
- Notes are re-imported (upsert operations)
- Blobs are deduplicated across notes
- Notes are created before their content blobs
The solution works entirely at the database level through triggers,
removing the need for application-level workarounds.
fix(search): consolidate FTS trigger fixes into migration 234
- Merged improved trigger logic from migration 235 into 234
- Deleted unnecessary migration 235 since DB version is still 234
- Ensures triggers handle all SQL operations (INSERT OR REPLACE, upserts)
- Fixes FTS indexing for imported notes by handling missing blobs
- Schema.sql and migration 234 now have identical trigger implementations
2025-08-30 20:39:40 +00:00
Elian Doran
9cf7fa1997
fix(export/share): use right extension for clones
2025-06-24 22:14:15 +03:00
Elian Doran
fded714f18
fix(export/share): use right extension for images
2025-06-24 19:53:21 +03:00
Elian Doran
06de06b501
refactor(export/share): share type for format
2025-06-24 19:21:09 +03:00
Elian Doran
9abdbbbc5b
refactor(export/share): fix type
2025-06-24 19:06:18 +03:00
Elian Doran
3ebfee8bd2
fix(export/share): tree error in prod
2025-06-24 18:49:19 +03:00
Elian Doran
6d446c5b27
fix(export/share): asset path in prod
2025-06-24 18:49:11 +03:00
Elian Doran
3a55490bbf
refactor(share): use a string cache for templates
2025-06-24 18:08:29 +03:00
Elian Doran
bc4643fed2
refactor(share): use internal rendering method for subtemplates
2025-06-24 17:48:52 +03:00
Elian Doran
a2110ca631
fix(export/share): tree not expanding properly
2025-06-24 17:45:06 +03:00
Elian Doran
413137ac64
chore(nx): sync tsconfig
2025-06-23 21:23:44 +03:00
Elian Doran
9bc966491d
fix(edit-docs): import error
2025-06-23 21:22:45 +03:00
Elian Doran
61dbc15fc6
feat(export/share): use translation
2025-06-23 20:14:13 +03:00
Elian Doran
b475037127
feat(export/share): render non-text note types
2025-06-23 20:00:40 +03:00
Elian Doran
35622a2122
feat(export/share): always render empty files
2025-06-23 19:38:47 +03:00
Elian Doran
77e4c3d0ec
refactor(export/share): use different URL rewriting mechanism
2025-06-23 19:28:45 +03:00
Elian Doran
8523050ab2
fix(export/share): note children preview links not working
2025-06-23 19:00:20 +03:00
Elian Doran
0efdf65202
refactor(export/share): build index file
2025-06-23 18:46:21 +03:00
Elian Doran
acb0991d05
refactor(export/zip): separate building provider into own method
2025-06-23 18:24:59 +03:00
Elian Doran
a9f68f5487
feat(export/zip): add option to export with share theme
2025-06-23 18:13:47 +03:00
Elian Doran
55bb2fdb9b
refactor(export/zip): extract prepare content into providers
2025-06-23 16:22:42 +03:00
Elian Doran
e529633b8b
chore(export/zip): bring back markdown exporter
2025-06-23 16:17:29 +03:00
Elian Doran
dfd575b6eb
refactor(export/zip): extract into separate provider
2025-06-23 16:08:31 +03:00
Elian Doran
c5196721d4
chore(nx): sync tsconfig
2025-06-23 15:36:10 +03:00
Elian Doran
968c75b618
Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme
2025-06-23 15:35:30 +03:00
Elian Doran
01beebf660
feat(export/zip): load script as well
2025-06-14 01:23:02 +03:00
Elian Doran
d3115e834a
feat(export/zip): get logo to work
2025-06-14 01:01:12 +03:00
Elian Doran
01a552ceb5
feat(export/zip): get boxicons to work
2025-06-14 00:52:56 +03:00
Elian Doran
d8958adea5
feat(export/zip): basic tree navigation
2025-06-14 00:07:55 +03:00
Elian Doran
4d5e866db6
feat(export/zip): get CSS to load
2025-06-13 23:47:04 +03:00
Elian Doran
f189deb415
feat(export/zip): get tree to render
2025-06-13 23:22:44 +03:00
Elian Doran
9c460dbc87
feat(export/zip): get same rendering engine as share
2025-06-13 23:10:14 +03:00
Elian Doran
2c6ba9ba2c
refactor(share): extract note rendering logic
2025-06-13 17:48:19 +03:00
Nathan Cahill
a1ef80f5ae
split.js v1.6.5 react-split v2.0.14 react-split-grid v1.0.4
2022-01-06 18:05:56 -06:00
Johan Sundström
d9a350a003
accept arrays for snapOffset in splitjs
2021-05-11 16:33:35 +02:00
Nathan Cahill
3b9bb98d8d
v1.6.4
2021-04-05 08:58:28 -04:00
Nathan Cahill
87e7449da2
update types
2021-04-05 08:57:28 -04:00
Nathan Cahill
a2c8695a6d
splitjs v1.6.3, split-grid v1.0.10
2021-04-02 09:27:16 -04:00
Nathan Cahill
2f74e84777
add maxSize option
2021-04-02 09:27:16 -04:00
Nathan Cahill
db9591a011
split.js v1.6.2, react-split-grid v1.0.3
2020-07-07 11:01:34 +02:00
Nathan Cahill
e56e29fd64
add sizes to onDrag
2020-07-07 10:56:14 +02:00
Nathan Cahill
06e4a8bc50
Merge pull request #214 from pgherveou/patch-1
...
Update splitjs type definitions
2020-07-07 10:52:39 +02:00
Nathan Cahill
d4a1905e73
react-split v2.0.9
2020-06-24 13:39:50 +02:00
Nathan Cahill
bc583b0ceb
split.js v1.6.1
2020-06-24 13:39:36 +02:00
Nathan Cahill
d5b8666dee
revert from mjs esm build for webpack
2020-06-24 13:39:07 +02:00
PG Herveou
905e311e42
Update index.d.ts
2020-06-15 14:49:22 -04:00
PG Herveou
d3d4c88b47
Merge branch 'master' into patch-1
2020-06-15 14:48:48 -04:00
Nathan Cahill
7cdad71a8e
david-dm down
2020-06-15 10:16:04 +02:00
Nathan Cahill
4e2b331ba0
readmes
2020-06-12 15:18:11 +02:00
Nathan Cahill
f0c0c6ec67
split.js - v1.6.0
2020-06-10 18:52:40 +02:00
Nathan Cahill
57656efacc
add types
2020-06-10 18:47:40 +02:00
Nathan Cahill
a8b26cbe27
update defs
2020-06-10 18:39:30 +02:00
Nathan Cahill
1c9ffe5378
bump license year
2020-06-10 18:17:04 +02:00
Nathan Cahill
47d3bb7575
allow ssr with global
...
Co-authored-by: Austin Buckler <buckleraustin@gmail.com >
2020-06-10 18:05:27 +02:00
Nathan Cahill
03d6cb58db
drop support for ie 8
2020-06-10 17:31:11 +02:00
Nathan Cahill
5d0f64db46
upgrade jasmine, dependabot, rollup
2020-06-10 16:42:41 +02:00
Nathan Cahill
76a973ac8a
remove old browsers
2020-06-10 16:14:40 +02:00
Nathan Cahill
0491f27d55
remove old browsers not working
2020-06-10 16:08:50 +02:00
Nathan Cahill
3caa7fcfa5
run saucelabs
2020-06-10 15:16:17 +02:00
Nathan Cahill
bfdb3caa50
fix saucelabs versions
2020-06-10 14:45:59 +02:00
Nathan Cahill
f815c2ff8d
version bump and format
2020-06-10 14:04:08 +02:00
Nathan Cahill
7c654903f6
Merge pull request #221 from inetsoft-anton/patch-1
...
Unrestrict cursor option typing
2019-11-22 08:54:07 -07:00
inetsoft-anton
27bfaba5ec
Unrestrict cursor option typing
...
There doesn't appear to be a restriction in the code that limits the cursor style to one of col-resize or row-resize.
Change it to string to be more lenient, like gutterAlign.
2019-11-22 10:26:38 -05:00
PG Herveou
c2548cb4fa
Update package.json
2019-11-06 11:30:29 -05:00
PG Herveou
086fe79dd9
Update package.json
2019-11-06 11:29:55 -05:00
PG Herveou
e8dfce7421
Update splitjs type definitions
...
This PR update the drag method definitions
see: https://github.com/nathancahill/split/tree/master/packages/splitjs#ondrag-ondragstart-ondragend
2019-11-06 11:25:32 -05:00
Nathan Cahill
c55da9de12
Merge pull request #198 from donaldpipowitch/patch-1
...
added missing react section
2019-07-07 15:44:17 -04:00
Nathan Cahill
ed5763d89a
update karma conf
2019-07-07 12:46:25 -04:00
Nathan Cahill
e49912e83c
docs
2019-07-07 12:08:32 -04:00
Donald Pipowitch
0b90bf460a
added missing react section
2019-06-07 09:48:00 +02:00
Nathan Cahill
cf5f5476df
splitjs - v1.5.11
2019-06-01 13:18:06 -04:00
Nathan Cahill
a12ba57de7
fix logo
2019-06-01 13:13:54 -04:00
Nathan Cahill
4574a233e6
splitjs - v1.5.10
2019-06-01 13:13:06 -04:00
Nathan Cahill
6e9ebf75ad
fix link to flex layout
2019-06-01 10:54:13 -04:00
Nathan Cahill
1e720d4810
remove semi-colons from readme
2019-06-01 10:47:18 -04:00
Nathan Cahill
2e2c20f8a3
bump license year
2019-04-05 16:44:39 -04:00
Nathan Cahill
f1b976d4e4
fix typo in docs
2019-04-05 16:42:24 -04:00
Nathan Cahill
071e8a0cc1
Merge pull request #189 from stoplightio/master
...
Fix lack of item index in elementStyle
2019-03-11 15:41:31 -04:00
Jakub Rożek
c0006e961b
consistently pass index to elementStyle
2019-03-11 15:40:54 +01:00
Nathan Cahill
7754829e1a
handle case in hidden iframes - fixes #171
2018-11-22 11:27:53 -08:00
Nathan Cahill
a752e75409
add cdnjs
2018-11-11 17:19:16 -06:00
Nathan Cahill
61a9706b6a
add cdnjs
2018-11-11 16:49:17 -06:00
Nathan Cahill
12a510c9c8
add saucelabs
2018-11-08 13:09:44 -07:00
Nathan Cahill
936d274f5a
add saucelabs
2018-11-08 12:39:05 -07:00
Nathan Cahill
42fac91aed
add saucelabs
2018-11-08 12:38:15 -07:00
Nathan Cahill
b934045cbd
add saucelabs
2018-11-08 12:35:59 -07:00
Nathan Cahill
b77ebedf78
add saucelabs
2018-11-08 12:34:37 -07:00
Nathan Cahill
3c09f27676
es builds
2018-11-07 10:08:41 -07:00
Nathan Cahill
c545a4c685
fix paths
2018-11-06 14:35:25 -07:00
Nathan Cahill
9f0c5bf123
ignore minSize if parent is too small
2018-11-06 09:48:52 -07:00
Nathan Cahill
22a1c4cc65
v1.5.9
2018-11-05 15:05:29 -07:00
Nathan Cahill
dcd51d64fb
handle views without clientSize
2018-11-05 14:58:27 -07:00
Nathan Cahill
92f95e7288
clarify css layouts
2018-11-05 12:41:25 -07:00
Nathan Cahill
31cbe99224
standardize package json
2018-11-05 07:20:37 -07:00
Nathan Cahill
45aad74b01
switch to saucelabs
2018-11-04 18:04:44 -07:00
Nathan Cahill
f1b8a1b7f2
disable browserstack until ie testing is fixed
2018-11-04 16:40:31 -07:00
Nathan Cahill
4356adcdfe
fix browserstack paths
2018-11-04 15:50:10 -07:00
Nathan Cahill
8c1d9c27c2
browserstack config
2018-11-04 15:46:18 -07:00
Nathan Cahill
52c593c54e
browserstack
2018-11-04 15:28:54 -07:00
Nathan Cahill
977615aa2b
remove old react link
2018-11-04 15:14:11 -07:00
Nathan Cahill
58cc1280ce
deprecate bower
2018-11-04 14:37:33 -07:00
Nathan Cahill
eaeb2f1bb2
move off rawgit
2018-11-04 14:36:43 -07:00
Nathan Cahill
f1d912e4bd
remove submodules
2018-11-04 14:32:14 -07:00
Nathan Cahill
7c3619675a
monorepo
2018-11-04 14:30:29 -07:00