Adorian Doran
0b01890a11
client: add a launcher to open the command palette
Checks / main (push) Has been cancelled
2025-11-03 23:44:06 +02:00
Elian Doran
d9071f2d8e
docs(dev): update recent technical documentation
2025-11-03 22:16:15 +02:00
perf3ct
2a0472ae42
fix(search): resolve compilation issue due to variables with the same name
Checks / main (push) Has been cancelled
2025-11-03 11:44:43 -08:00
Elian Doran
d784acaf13
docs(dev): add frontpage
2025-11-03 20:13:21 +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
Checks / main (push) Waiting to run
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
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
...
Checks / main (push) Has been cancelled
- 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
5536284826
fix(deps): update dependency debounce to v3 ( #7604 )
2025-11-03 08:15:40 +02:00
SngAbc
5782e58db1
Merge branch 'main' into electron_newwindow
Checks / main (push) Has been cancelled
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
Checks / main (push) Waiting to run
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
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]
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]
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
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
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
Checks / main (push) Waiting to run
2025-11-02 21:12:23 +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