Translations update from Hosted Weblate (#7991)

This commit is contained in:
Elian Doran 2025-12-08 13:22:19 +02:00 committed by GitHub
commit ce5a775160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
34 changed files with 1999 additions and 1797 deletions

92
docs/README-ZH_CN.md vendored
View File

@ -19,15 +19,18 @@
[![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp) [![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
[![翻译状态](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) [![翻译状态](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[英文](../README.md) | [简体中文](./README-ZH_CN.md) | [正体中文](./README-ZH_TW.md) | <!-- translate:off -->
[俄文](./README-ru.md) | [日文](./README-ja.md) | [意大利文](./README-it.md) | <!-- LANGUAGE SWITCHER -->
[西班牙文](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序,专注于建立大型个人知识库。 Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序,专注于建立大型个人知识库。
想快速了解,请查看[screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour): <img src="./app.png" alt="Trilium Screenshot" width="1000">
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ 下载 ## ⏬ 下载
- [最新版本](https://github.com/TriliumNext/Trilium/releases/latest) - [最新版本](https://github.com/TriliumNext/Trilium/releases/latest)
@ -46,51 +49,58 @@ Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序
### 快速链接 ### 快速链接
- [用户说明](https://docs.triliumnotes.org/) - [用户说明](https://docs.triliumnotes.org/)
- [安装说明](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - [安装说明](https://docs.triliumnotes.org/user-guide/setup)
- [Docker - [Docker
设置](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) 设置](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [升级 - [升级 TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) - [基本概念与特性](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [基本概念与特性](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) - [个人知识库模式](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
- [个人知识库模式](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
## 🎁 功能 ## 🎁 功能
* 笔记可组织成任意深度的树形结构。单一笔记可放在树中的多个位置(参见 * 笔记可组织成任意深度的树形结构。单一笔记可放在树中的多个位置(参见
[笔记复制/克隆](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [笔记复制/克隆](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* 丰富的所见即所得WYSIWYG笔记编辑器支持表格、图片与[数学公式](https://triliumnext.github.io/Docs/Wiki/text-notes),并具备 * 丰富的所见即所得WYSIWYG笔记编辑器支持表格、图片与[数学公式](https://docs.triliumnotes.org/user-guide/note-types/text),并具备
Markdown Markdown
的[自动格式](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) 的[自动格式](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* 支持编辑[程序代码笔记](https://triliumnext.github.io/Docs/Wiki/code-notes), ,包含语法高亮 * 支持编辑[程序代码笔记](https://docs.triliumnotes.org/user-guide/note-types/code),
* 快速、轻松地在笔记间[导航](https://triliumnext.github.io/Docs/Wiki/note-navigation)、全文搜索,以及[笔记聚焦hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) ,包含语法高亮
* 无缝的[笔记版本管理](https://triliumnext.github.io/Docs/Wiki/note-revisions) * 快速、轻松地在笔记间[导航](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)、全文搜索,以及[笔记聚焦hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* 笔记[属性](https://triliumnext.github.io/Docs/Wiki/attributes)可用于笔记的组织、查询与高级[脚本](https://triliumnext.github.io/Docs/Wiki/scripts) * 无缝的[笔记版本管理](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* 笔记[属性](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)可用于笔记的组织、查询与高级[脚本](https://docs.triliumnotes.org/user-guide/scripts)
* 接口提供英文、德文、西班牙文、法文、罗马尼亚文与中文(简体与正体) * 接口提供英文、德文、西班牙文、法文、罗马尼亚文与中文(简体与正体)
* 直接整合[OpenID 与 * 直接整合[OpenID 与 TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa)
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md)
以实现更安全的登录 以实现更安全的登录
* 与自架的同步服务器进行[同步](https://triliumnext.github.io/Docs/Wiki/synchronization) * 与自架的同步服务器进行[同步](https://docs.triliumnotes.org/user-guide/setup/synchronization)
* 另有[3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* 将笔记[分享](https://triliumnext.github.io/Docs/Wiki/sharing)(公开发布)到互联网 * 将笔记[分享](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)(公开发布)到互联网
* 以每则笔记为粒度的强大 [笔记加密](https://triliumnext.github.io/Docs/Wiki/protected-notes) * 以每则笔记为粒度的强大
[笔记加密](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
* 手绘/示意图:基于 [Excalidraw](https://excalidraw.com/) 笔记类型为「canvas」 * 手绘/示意图:基于 [Excalidraw](https://excalidraw.com/) 笔记类型为「canvas」
* 用于可视化笔记及其关系的[关系图](https://triliumnext.github.io/Docs/Wiki/relation-map)与[链接图](https://triliumnext.github.io/Docs/Wiki/link-map) * [Relation
maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
[note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* 思维导图:基于[Mind Elixir](https://docs.mind-elixir.com/) * 思维导图:基于[Mind Elixir](https://docs.mind-elixir.com/)
* 具有定位钉与 GPX 轨迹的[地图](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) * 具有定位钉与 GPX
* [脚本](https://triliumnext.github.io/Docs/Wiki/scripts) - 参见 轨迹的[地图](https://docs.triliumnotes.org/user-guide/collections/geomap)
[高级展示](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) * [脚本](https://docs.triliumnotes.org/user-guide/scripts) - 参见
* 用于自动化的 [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) [高级展示](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* 用于自动化的 [REST
API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi)
* 在可用性与效能上均可良好扩展,支持超过 100,000 笔笔记 * 在可用性与效能上均可良好扩展,支持超过 100,000 笔笔记
* 为手机与平板优化的[移动前端](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) * 为手机与平板优化的[移动前端](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
* 内置[深色主题](https://triliumnext.github.io/Docs/Wiki/themes) * 内置[深色主题](https://docs.triliumnotes.org/user-guide/concepts/themes)
* [Evernote 导入](https://triliumnext.github.io/Docs/Wiki/evernote-import)与 * [Evernote
[Markdown 导入与导出](https://triliumnext.github.io/Docs/Wiki/markdown) 导入](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)与
* 用于快速保存网页内容的 [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) [Markdown
导入与导出](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* 用于快速保存网页内容的 [Web
Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper)
* 可自定义的 UI侧边栏按钮、用户自定义小组件等 * 可自定义的 UI侧边栏按钮、用户自定义小组件等
* [度量指标Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md),并附有 * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
[Grafana along with a Grafana Dashboard.
仪表板](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ 想要更多 TriliumNext 的主题、脚本、外挂与资源,亦可参考以下第三方资源/社群: ✨ 想要更多 TriliumNext 的主题、脚本、外挂与资源,亦可参考以下第三方资源/社群:
@ -159,7 +169,7 @@ TriliumNext 也提供 Flatpak惟尚未发布到 FlatHub。
若要在你自己的服务器上安装 TriliumNext包括从 [Docker 若要在你自己的服务器上安装 TriliumNext包括从 [Docker
Hub](https://hub.docker.com/r/triliumnext/trilium) 使用 Docker Hub](https://hub.docker.com/r/triliumnext/trilium) 使用 Docker
部署),请遵循[服务器安装文件](https://triliumnext.github.io/Docs/Wiki/server-installation)。 部署),请遵循[服务器安装文件](https://docs.triliumnotes.org/user-guide/setup/server)。
## 💻 贡献 ## 💻 贡献
@ -229,7 +239,7 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
* [Tabulator](https://github.com/olifolkerd/tabulator) —— 用于集合中的交互式表格。 * [Tabulator](https://github.com/olifolkerd/tabulator) —— 用于集合中的交互式表格。
* [FancyTree](https://github.com/mar10/fancytree) —— 功能丰富的树形控件库,无可匹敌。 * [FancyTree](https://github.com/mar10/fancytree) —— 功能丰富的树形控件库,无可匹敌。
* [jsPlumb](https://github.com/jsplumb/jsplumb) —— * [jsPlumb](https://github.com/jsplumb/jsplumb) ——
可视化连接库。用于[关系图](https://triliumnext.github.io/Docs/Wiki/relation-map.html)和[链接图](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) 可视化连接库。用于[关系图](https://docs.triliumnotes.org/user-guide/note-types/relation-map)和[链接图](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 支持我们 ## 🤝 支持我们

87
docs/README-ZH_TW.md vendored
View File

@ -19,15 +19,18 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp) [![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
[![翻譯狀態](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) [![翻譯狀態](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[英文](../README.md) | [簡體中文](./README-ZH_CN.md) | [正體中文](./README-ZH_TW.md) | <!-- translate:off -->
[俄文](./README-ru.md) | [日文](./README-ja.md) | [義大利文](./README-it.md) | <!-- LANGUAGE SWITCHER -->
[西班牙文](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes 是一款免費且開源、跨平台的階層式筆記應用程式,專注於建立大型個人知識庫。 Trilium Notes 是一款免費且開源、跨平台的階層式筆記應用程式,專注於建立大型個人知識庫。
想快速了解,請查看[螢幕截圖](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) <img src="./app.png" alt="Trilium Screenshot" width="1000">
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ 下載 ## ⏬ 下載
- [最新版本](https://github.com/TriliumNext/Trilium/releases/latest) - [最新版本](https://github.com/TriliumNext/Trilium/releases/latest)
@ -46,48 +49,54 @@ Trilium Notes 是一款免費且開源、跨平台的階層式筆記應用程式
### 快速連結 ### 快速連結
- [上手指南](https://docs.triliumnotes.org/) - [上手指南](https://docs.triliumnotes.org/)
- [安裝說明](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - [安裝說明](https://docs.triliumnotes.org/user-guide/setup)
- [Docker - [Docker
設定](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) 設定](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [升級 - [升級 TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) - [基礎觀念與功能](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [基礎觀念與功能](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) - [個人知識庫的模式](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
- [個人知識庫的模式](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
## 🎁 功能 ## 🎁 功能
* 筆記可組織成任意深度的樹狀結構。單一筆記可放在樹中的多個位置(參見[筆記克隆](https://triliumnext.github.io/Docs/Wiki/cloning-notes) * 筆記可組織成任意深度的樹狀結構。單一筆記可放在樹中的多個位置(參見[筆記克隆](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning)
* 豐富的所見即所得WYSIWYG筆記編輯器支援表格、圖片與[數學公式](https://triliumnext.github.io/Docs/Wiki/text-notes),並具備 * 豐富的所見即所得WYSIWYG筆記編輯器支援表格、圖片與[數學公式](https://docs.triliumnotes.org/user-guide/note-types/text),並具備
Markdown Markdown
的[自動格式化](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) 的[自動格式化](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* 支援編輯[程式碼筆記](https://triliumnext.github.io/Docs/Wiki/code-notes),包含語法高亮 * 支援編輯[程式碼筆記](https://docs.triliumnotes.org/user-guide/note-types/code),包含語法高亮
* 快速、輕鬆地在筆記間[導航](https://triliumnext.github.io/Docs/Wiki/note-navigation)、全文搜尋,以及[筆記聚焦hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) * 快速、輕鬆地在筆記間[導航](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)、全文搜尋,以及[筆記聚焦hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* 無縫的[筆記版本管理](https://triliumnext.github.io/Docs/Wiki/note-revisions) * 無縫的[筆記版本管理](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* 筆記[屬性](https://triliumnext.github.io/Docs/Wiki/attributes)可用於筆記的組織、查詢與進階[腳本](https://triliumnext.github.io/Docs/Wiki/scripts) * 筆記[屬性](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)可用於筆記的組織、查詢與進階[腳本](https://docs.triliumnotes.org/user-guide/scripts)
* 介面提供英文、德文、西班牙文、法文、羅馬尼亞文與中文(簡體與正體) * 介面提供英文、德文、西班牙文、法文、羅馬尼亞文與中文(簡體與正體)
* 直接[整合 OpenID 與 * 直接[整合 OpenID 與
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) 以實現更安全的登入
以實現更安全的登入 * 與自架的同步伺服器進行[同步](https://docs.triliumnotes.org/user-guide/setup/synchronization)
* 與自架的同步伺服器進行[同步](https://triliumnext.github.io/Docs/Wiki/synchronization) * there are [3rd party services for hosting synchronisation
* 另有[第三方同步伺服器託管服務](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* 將筆記[分享](https://triliumnext.github.io/Docs/Wiki/sharing)(公開發布)到網際網路 * 將筆記[分享](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)(公開發布)到網際網路
* 以每則筆記為粒度的強大[筆記加密](https://triliumnext.github.io/Docs/Wiki/protected-notes) * 以每則筆記為粒度的強大[筆記加密](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
* 手繪/示意圖:基於 [Excalidraw](https://excalidraw.com/)筆記類型為「canvas」 * 手繪/示意圖:基於 [Excalidraw](https://excalidraw.com/)筆記類型為「canvas」
* 用於視覺化筆記及其關係的[關聯圖](https://triliumnext.github.io/Docs/Wiki/relation-map)與[連結圖](https://triliumnext.github.io/Docs/Wiki/link-map) * [Relation
maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
[note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* 心智圖:基於 [Mind Elixir](https://docs.mind-elixir.com/) * 心智圖:基於 [Mind Elixir](https://docs.mind-elixir.com/)
* 具有定位釘與 GPX 軌跡的[地圖](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) * 具有定位釘與 GPX
* [腳本](https://triliumnext.github.io/Docs/Wiki/scripts)——參見[進階展示](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) 軌跡的[地圖](https://docs.triliumnotes.org/user-guide/collections/geomap)
* 用於自動化的 [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) * [腳本](https://docs.triliumnotes.org/user-guide/scripts)——參見[進階展示](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* 用於自動化的 [REST
API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi)
* 在可用性與效能上均可良好擴展,支援超過十萬筆筆記 * 在可用性與效能上均可良好擴展,支援超過十萬筆筆記
* 為手機與平板最佳化的[行動前端](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) * 為手機與平板最佳化的[行動前端](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
* 內建[深色主題](https://triliumnext.github.io/Docs/Wiki/themes),並支援自訂主題 * 內建[深色主題](https://docs.triliumnotes.org/user-guide/concepts/themes),並支援自訂主題
* [Evernote 匯入](https://triliumnext.github.io/Docs/Wiki/evernote-import)與 * [Evernote
[Markdown 匯入與匯出](https://triliumnext.github.io/Docs/Wiki/markdown) 匯入](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)與
* 用於快速保存網頁內容的 [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) [Markdown
匯入與匯出](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* 用於快速保存網頁內容的 [Web
Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper)
* 可自訂的 UI側邊欄按鈕、使用者自訂小工具等 * 可自訂的 UI側邊欄按鈕、使用者自訂小工具等
* [度量指標Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md),並附有 * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
[Grafana along with a Grafana Dashboard.
儀表板](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ 想要更多 Trilium Notes 的主題、腳本、外掛與資源,亦可參考以下第三方資源 / 社群: ✨ 想要更多 Trilium Notes 的主題、腳本、外掛與資源,亦可參考以下第三方資源 / 社群:
@ -158,7 +167,7 @@ TriliumDroid 時,建議停用伺服器安裝版本的自動更新功能(詳
若要在您自己的伺服器上安裝 TriliumNext包括從 [Docker 若要在您自己的伺服器上安裝 TriliumNext包括從 [Docker
Hub](https://hub.docker.com/r/triliumnext/trilium) 使用 Docker Hub](https://hub.docker.com/r/triliumnext/trilium) 使用 Docker
部署),請遵循[伺服器安裝文件](https://triliumnext.github.io/Docs/Wiki/server-installation)。 部署),請遵循[伺服器安裝文件](https://docs.triliumnotes.org/user-guide/setup/server)。
## 💻 貢獻 ## 💻 貢獻
@ -228,7 +237,7 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
* [Tabulator](https://github.com/olifolkerd/tabulator) —— 用於集合中的互動式表格。 * [Tabulator](https://github.com/olifolkerd/tabulator) —— 用於集合中的互動式表格。
* [FancyTree](https://github.com/mar10/fancytree) —— 功能非常豐富的樹狀元件,無可匹敵。 * [FancyTree](https://github.com/mar10/fancytree) —— 功能非常豐富的樹狀元件,無可匹敵。
* [jsPlumb](https://github.com/jsplumb/jsplumb) —— * [jsPlumb](https://github.com/jsplumb/jsplumb) ——
視覺連線函式庫。用於[關聯圖](https://triliumnext.github.io/Docs/Wiki/relation-map.html)與[連結圖](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) 視覺連線函式庫。用於[關聯圖](https://docs.triliumnotes.org/user-guide/note-types/relation-map)與[連結圖](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 支援我們 ## 🤝 支援我們

115
docs/README-ar.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⬇️ تنزيل ## ⬇️ تنزيل
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ quick overview:
### روابط سريعة ### روابط سريعة
- [دليل البدء السريع](https://docs.triliumnotes.org/) - [دليل البدء السريع](https://docs.triliumnotes.org/)
- [تعليمات - [تعليمات التثبيت](https://docs.triliumnotes.org/user-guide/setup)
التثبيت](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [اعداد - [اعداد
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [ترقية تريليوم - [ترقية تريليوم
للملاحظات](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) للملاحظات](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [مفاهيم ومميزات - [مفاهيم ومميزات
اساسية](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) اساسية](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁الميزات ## 🎁الميزات
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [واجهة REST API](https://triliumnext.github.io/Docs/Wiki/etapi) للأتمتة * [واجهة REST
API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) للأتمتة
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 المساهمة ## 💻 المساهمة
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 الدعم ## 🤝 الدعم

115
docs/README-ca.md vendored
View File

@ -20,19 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Anglès](../README.md) | [Xinès (simplificado)](./README-ZH_CN.md) | [Xinès <!-- translate:off -->
(tradicional)](./README-ZH_TW.md) | [Rus](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japonès](./README-ja.md) | [Italià](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Castellà](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trillium Notes és una aplicació gratuïta i de codi obert, multiplataforma, per Trillium Notes és una aplicació gratuïta i de codi obert, multiplataforma, per
prendre notes jeràrquiques, amb l'objectiu de crear grans bases de coneixement prendre notes jeràrquiques, amb l'objectiu de crear grans bases de coneixement
personal. personal.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -56,76 +57,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -217,7 +221,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -306,8 +310,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

118
docs/README-cs.md vendored
View File

@ -20,18 +20,19 @@ vydání)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Stav [![Stav
překladu](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) překladu](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Angličtina](../README.md) | [Čínština (Zjednodušená)](./README-ZH_CN.md) | <!-- translate:off -->
[Čínština (Tradiční)](./README-ZH_TW.md) | [Ruština](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japonština](./README-ja.md) | [Italština](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Španělština](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes je open-source, cross-platform aplikace pro hierarchiální psaní Trilium Notes je open-source, cross-platform aplikace pro hierarchiální psaní
poznámek. poznámek.
Pro rychlý přehled viz <img src="./app.png" alt="Trilium Screenshot" width="1000">
[screenshot](https://triliumnext.github.io/Docs/Wiki/screenshot-tour):
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Stáhnout ## ⏬ Stáhnout
- [Nejnovější verze](https://github.com/TriliumNext/Trilium/releases/latest) - [Nejnovější verze](https://github.com/TriliumNext/Trilium/releases/latest)
@ -54,78 +55,82 @@ Naše dokumenatce je dostupná ve vícero formátech:
### Rychlé odkazy ### Rychlé odkazy
- [Návod pro začátečníky](https://docs.triliumnotes.org/) - [Návod pro začátečníky](https://docs.triliumnotes.org/)
- [Pokyny pro - [Pokyny pro instalaci](https://docs.triliumnotes.org/user-guide/setup)
instalaci](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Nastavení - [Nastavení
Dockeru](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Dockeru](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Aktualizování - [Aktualizování
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Základní pojmy a - [Základní pojmy a
funkce](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) funkce](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Vzory osobní znalostní - [Vzory osobní znalostní
báze](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) báze](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Funkce ## 🎁 Funkce
* Poznámky lze uspořádat do libovolně hlubokého stromu. Jedna poznámka může být * Poznámky lze uspořádat do libovolně hlubokého stromu. Jedna poznámka může být
umístěna na více místech ve stromu (viz umístěna na více místech ve stromu (viz
[klonování](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [klonování](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Bohatý editor poznámek WYSIWYG zahrnující např. tabulky, obrázky a * Bohatý editor poznámek WYSIWYG zahrnující např. tabulky, obrázky a
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) s automatickým [math](https://docs.triliumnotes.org/user-guide/note-types/text) s
formátováním automatickým formátováním
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Podpora pro úpravy [poznámek se zdrojovým * Podpora pro úpravy [poznámek se zdrojovým
kódem](https://triliumnext.github.io/Docs/Wiki/code-notes), včetně zvýraznění kódem](https://docs.triliumnotes.org/user-guide/note-types/code), včetně
syntaxe zvýraznění syntaxe
* Rychlá a snadná [navigace mezi * Rychlá a snadná [navigace mezi
poznámkami](https://triliumnext.github.io/Docs/Wiki/note-navigation), poznámkami](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
vyhledávání v plném textu a [zvedání vyhledávání v plném textu a [zvedání
poznámek](https://triliumnext.github.io/Docs/Wiki/note-hoisting) poznámek](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Bezproblémová [poznámka k * Bezproblémová [poznámka k
verzím](https://triliumnext.github.io/Docs/Wiki/note-revisions) verzím](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Poznámka [atributy](https://triliumnext.github.io/Docs/Wiki/attributes) lze * Poznámka
použít pro organizaci poznámek, dotazování a pokročilé [atributy](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[skriptování](https://triliumnext.github.io/Docs/Wiki/scripts) lze použít pro organizaci poznámek, dotazování a pokročilé
[skriptování](https://docs.triliumnotes.org/user-guide/scripts)
* Uživatelské rozhraní je k dispozici v angličtině, češtině, němčině, * Uživatelské rozhraní je k dispozici v angličtině, češtině, němčině,
španělštině, francouzštině, rumunštině a čínštině (zjednodušené a tradiční) španělštině, francouzštině, rumunštině a čínštině (zjednodušené a tradiční)
* Přímá integrace [OpenID a * Přímá integrace [OpenID a
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) pro
pro bezpečnější přihlášení bezpečnější přihlášení
* [Synchronizace](https://triliumnext.github.io/Docs/Wiki/synchronization) s * [Synchronizace](https://docs.triliumnotes.org/user-guide/setup/synchronization)
vlastním synchronizačním serverem s vlastním synchronizačním serverem
* existuje [služba třetí strany pro hostování synchronizačního * there are [3rd party services for hosting synchronisation
serveru](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sdílení](https://triliumnext.github.io/Docs/Wiki/sharing) (zveřejňování) * [Sdílení](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
poznámek na veřejném internetu (zveřejňování) poznámek na veřejném internetu
* Silné [šifrování * Silné [šifrování
poznámek](https://triliumnext.github.io/Docs/Wiki/protected-notes) s poznámek](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
granularitou na úrovni jednotlivých poznámek s granularitou na úrovni jednotlivých poznámek
* Náčrt diagramů na základě [Excalidraw](https://excalidraw.com/) (poznámka typu * Náčrt diagramů na základě [Excalidraw](https://excalidraw.com/) (poznámka typu
„plátno“) „plátno“)
* [Mapy vztahů](https://triliumnext.github.io/Docs/Wiki/relation-map) a [mapy * [Relation
odkazů](https://triliumnext.github.io/Docs/Wiki/link-map) pro vizualizaci maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
poznámek a jejich vztahů [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Myšlenkové mapy založené na [Mind Elixir](https://docs.mind-elixir.com/) * Myšlenkové mapy založené na [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo mapy](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) s * [Geo mapy](https://docs.triliumnotes.org/user-guide/collections/geomap) s
lokalizačními značkami a trasami GPX lokalizačními značkami a trasami GPX
* [Skriptování](https://triliumnext.github.io/Docs/Wiki/scripts) viz * [Skriptování](https://docs.triliumnotes.org/user-guide/scripts) viz
[Pokročilé ukázky](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) [Pokročilé
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) pro automatizaci ukázky](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) pro
automatizaci
* Dobře škálovatelný jak z hlediska použitelnosti, tak výkonu až do 100 000 * Dobře škálovatelný jak z hlediska použitelnosti, tak výkonu až do 100 000
poznámek poznámek
* Optimalizované pro dotykové ovládání [mobilní * Optimalizované pro dotykové ovládání [mobilní
rozhraní](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) pro rozhraní](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) pro
smartphony a tablety smartphony a tablety
* Vestavěný [tmavý motiv](https://triliumnext.github.io/Docs/Wiki/themes), * Vestavěný [tmavý
podpora uživatelských motivů motiv](https://docs.triliumnotes.org/user-guide/concepts/themes), podpora
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and uživatelských motivů
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -217,7 +222,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -306,8 +311,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

101
docs/README-de.md vendored
View File

@ -20,19 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Englisch](../README.md) | [Chinesisch (Vereinfacht)](./README-ZH_CN.md) | <!-- translate:off -->
[Chinesisch (Traditionell)](./README-ZH_TW.md) | [Russisch](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanisch](./README-ja.md) | [Italienisch](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanisch](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes ist eine freie, open-source, plattformfreie, hierarchische Trilium Notes ist eine freie, open-source, plattformfreie, hierarchische
Notiz-Anwendung mit Fokus auf die Erstellung großer persönlicher Notiz-Anwendung mit Fokus auf die Erstellung großer persönlicher
Wissenssammlungen. Wissenssammlungen.
Siehe [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) für <img src="./app.png" alt="Trilium Screenshot" width="1000">
einen schnellen Überblick:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Neueste Version](https://github.com/TriliumNext/Trilium/releases/latest) - [Neueste Version](https://github.com/TriliumNext/Trilium/releases/latest)
@ -56,81 +57,83 @@ Unsere Dokumentation ist verfügbar in mehreren Formaten:
### Schnellzugriff ### Schnellzugriff
- [Erste Schritte](https://docs.triliumnotes.org/) - [Erste Schritte](https://docs.triliumnotes.org/)
- [Installationsanleitung](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - [Installationsanleitung](https://docs.triliumnotes.org/user-guide/setup)
- [Docker - [Docker
Einrichten](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Einrichten](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [TriliumNext - [TriliumNext
aktualisieren](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) aktualisieren](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Grundkonzepte und - [Grundkonzepte und
Funktionen](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Funktionen](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Muster persönlicher - [Muster persönlicher
Wissensdatenbanken](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Wissensdatenbanken](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Funktionen ## 🎁 Funktionen
* Notizen lassen sich in beliebig tiefe Baumstrukturen einordnen. Eine einzelne * Notizen lassen sich in beliebig tiefe Baumstrukturen einordnen. Eine einzelne
Notiz kann an mehreren Stellen im Baum existieren (siehe Notiz kann an mehreren Stellen im Baum existieren (siehe
[Klonen](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [Klonen](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Umfangreicher WYSIWYG-Editor für Notizen, z. B. mit Tabellen, Bildern und * Umfangreicher WYSIWYG-Editor für Notizen, z. B. mit Tabellen, Bildern und
[Mathematik](https://triliumnext.github.io/Docs/Wiki/text-notes) mit [Mathematik](https://docs.triliumnotes.org/user-guide/note-types/text) mit
Markdown-Autoformatierung Markdown-Autoformatierung
* Unterstützung für das Bearbeiten von [Notizen mit * Unterstützung für das Bearbeiten von [Notizen mit
Quellcode](https://triliumnext.github.io/Docs/Wiki/code-notes), inkl. Quellcode](https://docs.triliumnotes.org/user-guide/note-types/code), inkl.
Syntaxhervorhebung Syntaxhervorhebung
* Schnelle und einfache [Navigation zwischen * Schnelle und einfache [Navigation zwischen
Notizen](https://triliumnext.github.io/Docs/Wiki/note-navigation), Notizen](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
Volltextsuche sowie Volltextsuche sowie
[Notizhervorhebung](https://triliumnext.github.io/Docs/Wiki/note-hoisting) [Notizhervorhebung](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Nahtlose [Versionierung von * Nahtlose [Versionierung von
Notizen](https://triliumnext.github.io/Docs/Wiki/note-revisions) Notizen](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Notiz [Attribute](https://triliumnext.github.io/Docs/Wiki/attributes) können * Notiz
zur Organisation von Notizen, für Abfragen und erweiterte [Attribute](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[Skripterstellung](https://triliumnext.github.io/Docs/Wiki/scripts) verwendet können zur Organisation von Notizen, für Abfragen und erweiterte
[Skripterstellung](https://docs.triliumnotes.org/user-guide/scripts) verwendet
werden werden
* Benutzeroberfläche verfügbar in Englisch, Deutsch, Spanisch, Französisch, * Benutzeroberfläche verfügbar in Englisch, Deutsch, Spanisch, Französisch,
Rumänisch sowie Chinesisch (vereinfacht und traditionell) Rumänisch sowie Chinesisch (vereinfacht und traditionell)
* Direkte [OpenID- und * Direkte [OpenID- und
TOTP-Integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP-Integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa)
für eine sicherere Anmeldung für eine sicherere Anmeldung
* [Synchronisierung](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronisierung](https://docs.triliumnotes.org/user-guide/setup/synchronization)
mit einem selbst gehosteten Synchronisierungsserver mit einem selbst gehosteten Synchronisierungsserver
* Es gibt einen [Drittanbieter-Dienst für das Hosten von * there are [3rd party services for hosting synchronisation
Synchronisationsservern](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Freigabe](https://triliumnext.github.io/Docs/Wiki/sharing) (Veröffentlichung) * [Freigabe](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
von Notizen im öffentlichen Internet (Veröffentlichung) von Notizen im öffentlichen Internet
* Starke * Starke
[Notizverschlüsselung](https://triliumnext.github.io/Docs/Wiki/protected-notes) [Notizverschlüsselung](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
mit Granularität pro Notiz mit Granularität pro Notiz
* Skizzieren von Diagrammen basierend auf [Excalidraw](https://excalidraw.com/) * Skizzieren von Diagrammen basierend auf [Excalidraw](https://excalidraw.com/)
(Notiztyp „Canvas“) (Notiztyp „Canvas“)
* [Beziehungskarten](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[Verknüpfungskarten](https://triliumnext.github.io/Docs/Wiki/link-map) zur maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
Visualisierung von Notizen und deren Beziehungen [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mindmaps, basierend auf [Mind Elixir](https://docs.mind-elixir.com/) * Mindmaps, basierend auf [Mind Elixir](https://docs.mind-elixir.com/)
* [Geokarten](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) mit * [Geokarten](https://docs.triliumnotes.org/user-guide/collections/geomap) mit
Standortmarkierungen und GPX-Tracks Standortmarkierungen und GPX-Tracks
* [Skripting](https://triliumnext.github.io/Docs/Wiki/scripts) siehe * [Skripting](https://docs.triliumnotes.org/user-guide/scripts) siehe
[Erweiterte [Erweiterte
Showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) Showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST-API](https://triliumnext.github.io/Docs/Wiki/etapi) für die * [REST-API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) für
Automatisierung die Automatisierung
* Skalierbar in Bedienbarkeit und Performance — geeignet für über 100.000 * Skalierbar in Bedienbarkeit und Performance — geeignet für über 100.000
Notizen Notizen
* Touch-optimiertes [mobiles * Touch-optimiertes [mobiles
Frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) für Frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) für
Smartphones und Tablets Smartphones und Tablets
* Integriertes [dunkles Design](https://triliumnext.github.io/Docs/Wiki/themes), * Integriertes [dunkles
Design](https://docs.triliumnotes.org/user-guide/concepts/themes),
Unterstützung für benutzerdefinierte Designs Unterstützung für benutzerdefinierte Designs
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) und * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[Markdown importieren und und [Markdown importieren und
exportieren](https://triliumnext.github.io/Docs/Wiki/markdown) exportieren](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) zum * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) zum
einfachen Speichern von Webinhalten einfachen Speichern von Webinhalten
* Anpassbare Benutzeroberfläche (Seitenleisten-Schaltflächen, benutzerdefinierte * Anpassbare Benutzeroberfläche (Seitenleisten-Schaltflächen, benutzerdefinierte
Widgets, ...) Widgets, ...)
* [Metriken](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), zusammen * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
mit einem along with a Grafana Dashboard.
[Grafana-Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Weitere Informationen zu TriliumNext findet man in den folgenden ✨ Weitere Informationen zu TriliumNext findet man in den folgenden
Ressourcen/Communities von Drittanbietern: Ressourcen/Communities von Drittanbietern:
@ -228,7 +231,7 @@ Trilium und TriliumDroid übereinstimmen muss.
Um TriliumNext auf deinen eigenen Server zu installieren (einschließlich über Um TriliumNext auf deinen eigenen Server zu installieren (einschließlich über
Docker von [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), befolge Docker von [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), befolge
[die [die
Server-Installationsanweisungen](https://triliumnext.github.io/Docs/Wiki/server-installation). Server-Installationsanweisungen](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Mitwirken ## 💻 Mitwirken
@ -322,9 +325,9 @@ Trilium wäre ohne die zugrundeliegenden Technologien nicht möglich:
Baum-Bibliothek ohne echte Konkurrenz. Baum-Bibliothek ohne echte Konkurrenz.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visuelle * [jsPlumb](https://github.com/jsplumb/jsplumb) - visuelle
Verbindungsbibliothek. Verwendet in Verbindungsbibliothek. Verwendet in
[Beziehungskarten](https://triliumnext.github.io/Docs/Wiki/relation-map.html) [Beziehungskarten](https://docs.triliumnotes.org/user-guide/note-types/relation-map)
und und
[Verbindungskarten](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [Verbindungskarten](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Unterstützung ## 🤝 Unterstützung

115
docs/README-el.md vendored
View File

@ -20,19 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Το Trilium Notes είναι μια δωρεάν και ανοιχτού κώδικα, ιεραρχική εφαρμογή Το Trilium Notes είναι μια δωρεάν και ανοιχτού κώδικα, ιεραρχική εφαρμογή
σημειώσεων πολλαπλών πλατφορμών με έμφαση στη δημιουργία μεγάλων προσωπικών σημειώσεων πολλαπλών πλατφορμών με έμφαση στη δημιουργία μεγάλων προσωπικών
βάσεων γνώσεων. βάσεων γνώσεων.
Δείτε [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) για <img src="./app.png" alt="Trilium Screenshot" width="1000">
γρήγορη επισκόπηση:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Λήψη ## ⏬ Λήψη
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) -
@ -56,81 +57,85 @@ status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted
### Γρήγοροι Σύνδεσμοι ### Γρήγοροι Σύνδεσμοι
- [Οδηγός για να ξεκινήσετε](https://docs.triliumnotes.org/) - [Οδηγός για να ξεκινήσετε](https://docs.triliumnotes.org/)
- [Οδηγίες - [Οδηγίες Εγκατάστασης](https://docs.triliumnotes.org/user-guide/setup)
Εγκατάστασης](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Ρύθμιση - [Ρύθμιση
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Αναβάθμιση - [Αναβάθμιση
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Βασικές έννοιες και - [Βασικές έννοιες και
Χαρακτηριστικά](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Χαρακτηριστικά](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Μοτίβα Προσωπικής Βάσης - [Μοτίβα Προσωπικής Βάσης
Γνώσεων](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Γνώσεων](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Χαρακτηριστικά ## 🎁 Χαρακτηριστικά
* Οι σημειώσεις μπορούν να κανονιστούν σε αυθαίρετα βαθύ δέντρο. Μία σημείωση * Οι σημειώσεις μπορούν να κανονιστούν σε αυθαίρετα βαθύ δέντρο. Μία σημείωση
μπορεί να τοποθετηθεί σε πολλαπλά μέρη του δέντρου (βλέπε μπορεί να τοποθετηθεί σε πολλαπλά μέρη του δέντρου (βλέπε
[αντιγραφή](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [αντιγραφή](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Πλούσιος επεξεργαστής σημειώσεων WYSIWYG που περιλαμβάνει π.χ. πίνακες, * Πλούσιος επεξεργαστής σημειώσεων WYSIWYG που περιλαμβάνει π.χ. πίνακες,
εικόνες και [μαθηματικά](https://triliumnext.github.io/Docs/Wiki/text-notes) εικόνες και
με σήμανση [αυτόματη [μαθηματικά](https://docs.triliumnotes.org/user-guide/note-types/text) με
μορφοποίηση](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) σήμανση [αυτόματη
μορφοποίηση](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Υποστήριξη για επεξεργασία [σημειώσεις με πηγαίο * Υποστήριξη για επεξεργασία [σημειώσεις με πηγαίο
κώδικα](https://triliumnext.github.io/Docs/Wiki/code-notes), κώδικα](https://docs.triliumnotes.org/user-guide/note-types/code),
συμπεριλαμβανομένης της επισήμανσης σύνταξης συμπεριλαμβανομένης της επισήμανσης σύνταξης
* Γρήγορη και εύκολη [πλοήγηση μεταξύ * Γρήγορη και εύκολη [πλοήγηση μεταξύ
σημειώσεων](https://triliumnext.github.io/Docs/Wiki/note-navigation), σημειώσεων](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
αναζήτηση πλήρους κειμένου και [ανύψωση αναζήτηση πλήρους κειμένου και [ανύψωση
σημειώσεων](https://triliumnext.github.io/Docs/Wiki/note-hoisting) σημειώσεων](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Απρόσκοπτη [έκδοση * Απρόσκοπτη [έκδοση
σημειώσεων](https://triliumnext.github.io/Docs/Wiki/note-revisions) σημειώσεων](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Σημείωση [χαρακτηριστικά](https://triliumnext.github.io/Docs/Wiki/attributes) * Σημείωση
[χαρακτηριστικά](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
μπορεί να χρησιμοποιηθούν για οργάνωση σημειώσεων, ερωτήματα και advanced μπορεί να χρησιμοποιηθούν για οργάνωση σημειώσεων, ερωτήματα και advanced
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) [scripting](https://docs.triliumnotes.org/user-guide/scripts)
* Η UI είναι διαθέσιμη στα Αγγλικά, Γερμανικά, Ισπανικά, Γαλλικά, Ρουμανικά και * Η UI είναι διαθέσιμη στα Αγγλικά, Γερμανικά, Ισπανικά, Γαλλικά, Ρουμανικά και
Κινεζικά (απλοποιημένα και παραδοσιακά) Κινεζικά (απλοποιημένα και παραδοσιακά)
* Άμεση [ενσωμάτωση OpenID και * Άμεση [ενσωμάτωση OpenID και
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) για πιο
για πιο ασφαλή σύνδεση ασφαλή σύνδεση
* [Συγχρονισμός](https://triliumnext.github.io/Docs/Wiki/synchronization) με * [Συγχρονισμός](https://docs.triliumnotes.org/user-guide/setup/synchronization)
self-hosted διακομιστή συγχρονισμού με self-hosted διακομιστή συγχρονισμού
* υπάρχει μια [υπηρεσία 3ου μέρους για τη φιλοξενία διακομιστή * there are [3rd party services for hosting synchronisation
συγχρονισμού](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Κοινή χρήση](https://triliumnext.github.io/Docs/Wiki/sharing) (δημοσίευση) * [Κοινή χρήση](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
σημειώσεων στο δημόσιο διαδίκτυο (δημοσίευση) σημειώσεων στο δημόσιο διαδίκτυο
* Ισχυρή [κρυπτογράφηση * Ισχυρή [κρυπτογράφηση
σημειώσεων](https://triliumnext.github.io/Docs/Wiki/protected-notes) με σημειώσεων](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
υποδιαίρεση ανά σημείωση με υποδιαίρεση ανά σημείωση
* Σχεδίαση διαγραμμάτων, με βάση το [Excalidraw](https://excalidraw.com/) (τύπος * Σχεδίαση διαγραμμάτων, με βάση το [Excalidraw](https://excalidraw.com/) (τύπος
σημείωσης "καμβάς") σημείωσης "καμβάς")
* [Χάρτες σχέσεων](https://triliumnext.github.io/Docs/Wiki/relation-map) και * [Relation
[χάρτες συνδέσμων](https://triliumnext.github.io/Docs/Wiki/link-map) για την maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
οπτικοποίηση των σημειώσεων και των σχέσεών τους [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Νοητικοί χάρτες, βασισμένοι στο [Mind Elixir](https://docs.mind-elixir.com/) * Νοητικοί χάρτες, βασισμένοι στο [Mind Elixir](https://docs.mind-elixir.com/)
* [Γεωγραφικοί χάρτες](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) με * [Γεωγραφικοί
χάρτες](https://docs.triliumnotes.org/user-guide/collections/geomap) με
καρφίτσες τοποθεσίας και κομμάτια GPX καρφίτσες τοποθεσίας και κομμάτια GPX
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - ανατρέξτε στην * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - ανατρέξτε στην
ενότητα [Προθήκες για ενότητα [Προθήκες για
προχωρημένους](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) προχωρημένους](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) για αυτοματοποίηση * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) για
αυτοματοποίηση
* Κλιμακώνεται καλά τόσο στη χρηστικότητα όσο και στην απόδοση πάνω από 100.000 * Κλιμακώνεται καλά τόσο στη χρηστικότητα όσο και στην απόδοση πάνω από 100.000
σημειώσεις σημειώσεις
* Βελτιστοποιημένη αφή [mobile * Βελτιστοποιημένη αφή [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) για frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) για
smartphones και tablets smartphones και tablets
* Ενσωματωμένο [σκούρο θέμα](https://triliumnext.github.io/Docs/Wiki/themes), * Ενσωματωμένο [σκούρο
υποστήριξη για θέματα χρήστη θέμα](https://docs.triliumnotes.org/user-guide/concepts/themes), υποστήριξη
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and για θέματα χρήστη
[Markdown εισαγωγή & * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
εξαγωγή](https://triliumnext.github.io/Docs/Wiki/markdown) and [Markdown εισαγωγή &
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) για εύκολη εξαγωγή](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
αποθήκευση περιεχομένου ιστού * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) για
εύκολη αποθήκευση περιεχομένου ιστού
* Προσαρμόσιμο UI (κουμπιά πλαϊνής γραμμής, γραφικά στοιχεία που ορίζονται από * Προσαρμόσιμο UI (κουμπιά πλαϊνής γραμμής, γραφικά στοιχεία που ορίζονται από
το χρήστη,...) το χρήστη,...)
* [Μετρήσεις](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), μαζί με * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
ένα [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Ρίξτε μια ματιά στους ακόλουθους πόρους/κοινότητες τρίτων για περισσότερες ✨ Ρίξτε μια ματιά στους ακόλουθους πόρους/κοινότητες τρίτων για περισσότερες
δυνατότητες που σχετίζονται με το TriliumNext: δυνατότητες που σχετίζονται με το TriliumNext:
@ -227,7 +232,7 @@ FlatHub.
Για να εγκαταστήσετε το TriliumNext στο δικό σας διακομιστή (συμπεριλαμβανομένου Για να εγκαταστήσετε το TriliumNext στο δικό σας διακομιστή (συμπεριλαμβανομένου
μέσω Docker από το [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) μέσω Docker από το [Dockerhub](https://hub.docker.com/r/triliumnext/trilium))
ακολουθήστε [τις οδηγίες εγκατάστασης ακολουθήστε [τις οδηγίες εγκατάστασης
διακομιστή](https://triliumnext.github.io/Docs/Wiki/server-installation). διακομιστή](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Συνεισφέρετε ## 💻 Συνεισφέρετε
@ -322,9 +327,9 @@ development](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20G
χωρίς πραγματικό ανταγωνισμό. χωρίς πραγματικό ανταγωνισμό.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - βιβλιοθήκη οπτικής σύνδεσης. * [jsPlumb](https://github.com/jsplumb/jsplumb) - βιβλιοθήκη οπτικής σύνδεσης.
Χρησιμοποιείται σε [χάρτες Χρησιμοποιείται σε [χάρτες
σχέσεων](https://triliumnext.github.io/Docs/Wiki/relation-map.html) και σχέσεων](https://docs.triliumnotes.org/user-guide/note-types/relation-map) και
[χάρτες [χάρτες
συνδέσμων](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) συνδέσμων](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Υποστήριξη ## 🤝 Υποστήριξη

115
docs/README-en_GB.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

117
docs/README-es.md vendored
View File

@ -21,20 +21,20 @@ versiones)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Estado de la [![Estado de la
traducción](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) traducción](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Inglés](../README.md) | [Chino (simplificado)](./README-ZH_CN.md) | [Chino <!-- translate:off -->
(tradicional)](./README-ZH_TW.md) | [Ruso](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japonés](./README-ja.md) | [Italiano](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Español](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes es una aplicación gratuita, de código abierto y multiplataforma Trilium Notes es una aplicación gratuita, de código abierto y multiplataforma
para notas jerárquicas, orientada a crear amplias bases de conocimiento para notas jerárquicas, orientada a crear amplias bases de conocimiento
personal. personal.
Ver [capturas de <img src="./app.png" alt="Trilium Screenshot" width="1000">
pantalla](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) para un
resumen rápido:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Descargar ## ⏬ Descargar
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -58,79 +58,84 @@ La documentación está disponible en varios formatos:
### Enlaces rápidos ### Enlaces rápidos
- [Guía de inicio](https://docs.triliumnotes.org/) - [Guía de inicio](https://docs.triliumnotes.org/)
- [Instrucciones de - [Instrucciones de instalación](https://docs.triliumnotes.org/user-guide/setup)
instalación](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Configuración de - [Configuración de
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Actualización de - [Actualización de
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Conceptos básicos y - [Conceptos básicos y
funciones](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) funciones](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patrones para una base de conocimiento - [Patrones para una base de conocimiento
personal](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) personal](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Características ## 🎁 Características
* Las notas se pueden organizar en un árbol de profundidad arbitraria. Una sola * Las notas se pueden organizar en un árbol de profundidad arbitraria. Una sola
nota puede colocarse en varios lugares del árbol (ver nota puede colocarse en varios lugares del árbol (ver
[clonado](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [clonado](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Editor de notas WYSIWYG completo, que incluye, por ejemplo, tablas, imágenes y * Editor de notas WYSIWYG completo, que incluye, por ejemplo, tablas, imágenes y
[matemáticas](https://triliumnext.github.io/Docs/Wiki/text-notes) con [matemáticas](https://docs.triliumnotes.org/user-guide/note-types/text) con
[autoformato](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformato](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
en Markdown en Markdown
* Soporte para editar [notas con código * Soporte para editar [notas con código
fuente](https://triliumnext.github.io/Docs/Wiki/code-notes), incluyendo fuente](https://docs.triliumnotes.org/user-guide/note-types/code), incluyendo
resaltado de sintaxis resaltado de sintaxis
* [Navegación entre * [Navegación entre
notas](https://triliumnext.github.io/Docs/Wiki/note-navigation) rápida y notas](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)
sencilla, búsqueda de texto completo y [elevación de rápida y sencilla, búsqueda de texto completo y [elevación de
notas](https://triliumnext.github.io/Docs/Wiki/note-hoisting) notas](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Flujo continuo de [versionado de * Flujo continuo de [versionado de
notas](https://triliumnext.github.io/Docs/Wiki/note-revisions) notas](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Los [atributos](https://triliumnext.github.io/Docs/Wiki/attributes) de las * Los
notas se pueden usar para organización, consultas y [atributos](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) avanzado de las notas se pueden usar para organización, consultas y
[scripting](https://docs.triliumnotes.org/user-guide/scripts) avanzado
* Interfaz disponible en inglés, alemán, español, francés, rumano y chino * Interfaz disponible en inglés, alemán, español, francés, rumano y chino
(simplificado y tradicional) (simplificado y tradicional)
* Integración directa de [OpenID y * Integración directa de [OpenID y
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) para un
para un inicio de sesión más seguro inicio de sesión más seguro
* [Sincronización](https://triliumnext.github.io/Docs/Wiki/synchronization) con * [Sincronización](https://docs.triliumnotes.org/user-guide/setup/synchronization)
servidor de sincronización autohospedado con servidor de sincronización autohospedado
* existe un [servicio de terceros para alojar el servidor de * there are [3rd party services for hosting synchronisation
sincronización](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Compartir](https://triliumnext.github.io/Docs/Wiki/sharing) (publicar) notas * [Compartir](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
en Internet público (publicar) notas en Internet público
* Fuerte [cifrado de * Fuerte [cifrado de
notas](https://triliumnext.github.io/Docs/Wiki/protected-notes) con notas](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
granularidad por nota con granularidad por nota
* Esbozo de diagramas, basado en [Excalidraw](https://excalidraw.com/) (tipo de * Esbozo de diagramas, basado en [Excalidraw](https://excalidraw.com/) (tipo de
nota "lienzo") nota "lienzo")
* [Mapas de relaciones](https://triliumnext.github.io/Docs/Wiki/relation-map) y * [Relation
[mapas de enlaces](https://triliumnext.github.io/Docs/Wiki/link-map) para maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
visualizar las notas y sus relaciones [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mapas mentales, basados en [Mind Elixir](https://docs.mind-elixir.com/) * Mapas mentales, basados en [Mind Elixir](https://docs.mind-elixir.com/)
* [Mapas geográficos](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) con * [Mapas
geográficos](https://docs.triliumnotes.org/user-guide/collections/geomap) con
marcadores de ubicación y rutas GPX marcadores de ubicación y rutas GPX
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - ver [Casos de * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - ver [Casos de
uso avanzados](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) uso
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) para automatización avanzados](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) para
automatización
* Escala bien tanto en usabilidad como en rendimiento, incluso con más de * Escala bien tanto en usabilidad como en rendimiento, incluso con más de
100.000 notas 100.000 notas
* [Interfaz móvil](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) * [Interfaz
móvil](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
optimizada para pantallas táctiles, móviles y tabletas optimizada para pantallas táctiles, móviles y tabletas
* [Tema oscuro](https://triliumnext.github.io/Docs/Wiki/themes) integrado, con * [Tema oscuro](https://docs.triliumnotes.org/user-guide/concepts/themes)
soporte para temas personalizados integrado, con soporte para temas personalizados
* Importación y exportación de * Importación y exportación de
[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) y [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[Markdown](https://triliumnext.github.io/Docs/Wiki/markdown) y
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) para [Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) para
guardar fácilmente contenido web guardar fácilmente contenido web
* Interfaz personalizable (botones de la barra lateral, widgets definidos por el * Interfaz personalizable (botones de la barra lateral, widgets definidos por el
usuario, …) usuario, …)
* [Métricas](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), junto con * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
un [Dashboard de along with a Grafana Dashboard.
Grafana](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Consulta los siguientes recursos y comunidades de terceros para obtener más ✨ Consulta los siguientes recursos y comunidades de terceros para obtener más
contenido relacionado con TriliumNext: contenido relacionado con TriliumNext:
@ -227,7 +232,7 @@ debe coincidir entre Trilium y TriliumDroid.
Para instalar TriliumNext en tu propio servidor (incluido mediante Docker desde Para instalar TriliumNext en tu propio servidor (incluido mediante Docker desde
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), sigue las [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), sigue las
[instrucciones de instalación del [instrucciones de instalación del
servidor](https://triliumnext.github.io/Docs/Wiki/server-installation). servidor](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribuir ## 💻 Contribuir
@ -318,9 +323,9 @@ Trilium no sería posible sin las tecnologías que lo sustentan:
muchas funcionalidades y sin competencia destacable. muchas funcionalidades y sin competencia destacable.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - biblioteca de conectividad * [jsPlumb](https://github.com/jsplumb/jsplumb) - biblioteca de conectividad
visual. Usada en [mapas de visual. Usada en [mapas de
relaciones](https://triliumnext.github.io/Docs/Wiki/relation-map.html) y relaciones](https://docs.triliumnotes.org/user-guide/note-types/relation-map)
[mapas de y [mapas de
enlaces](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) enlaces](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Soporte ## 🤝 Soporte

94
docs/README-fa.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ دانلود ## ⏬ دانلود
- [آخرین انتشار]{1} نسخه پایدار، برای بیشتر کاربران پیشنهاد می‌شود. - [آخرین انتشار]{1} نسخه پایدار، برای بیشتر کاربران پیشنهاد می‌شود.
@ -67,53 +68,57 @@ quick overview:
[autoformat] [2] [autoformat] [2]
* پشتیبانی از ویرایش [یادداشت با کد منبع][۱]، از جمله نحو برجسته * پشتیبانی از ویرایش [یادداشت با کد منبع][۱]، از جمله نحو برجسته
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* محیط کاربری به زبان‌های انگیلیسی، آلمانی، اسپانیایی، فرانسوی، رومانیایی، و * محیط کاربری به زبان‌های انگیلیسی، آلمانی، اسپانیایی، فرانسوی، رومانیایی، و
چینی (ساده‌شده و سنتی) چینی (ساده‌شده و سنتی)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -205,7 +210,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -294,8 +299,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-fi.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

113
docs/README-fr.md vendored
View File

@ -20,20 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Anglais](../README.md) | [Chinois (simplifié)](./README-ZH_CN.md) | [Chinois <!-- translate:off -->
(Traditionnel)](./README-ZH_TW.md) | [Russe](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japonais](./README-ja.md) | [Italien](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Espagnol](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes est une application gratuite, open-source et multiplateforme de Trilium Notes est une application gratuite, open-source et multiplateforme de
prise de notes hiérarchique, conçue pour créer et gérer de vastes bases de prise de notes hiérarchique, conçue pour créer et gérer de vastes bases de
connaissances personnelles. connaissances personnelles.
Voir [les captures d'écran] <img src="./app.png" alt="Trilium Screenshot" width="1000">
(https://triliumnext.github.io/Docs/Wiki/screenshot-tour) pour un aperçu rapide
:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Télécharger ## ⏬ Télécharger
- [Dernière version](https://github.com/TriliumNext/Trilium/releases/latest) - [Dernière version](https://github.com/TriliumNext/Trilium/releases/latest)
@ -57,81 +57,84 @@ Notre documentation est disponible sous plusieurs formats :
### Liens rapides ### Liens rapides
- [Guide de démarrage](https://docs.triliumnotes.org/) - [Guide de démarrage](https://docs.triliumnotes.org/)
- [Instructions - [Instructions d'installation](https://docs.triliumnotes.org/user-guide/setup)
d'installation](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Configuration - [Configuration
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Mise à jour de TriliumNext] - [Mise à jour de TriliumNext]
(./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) (https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Concepts et fonctionnalités de - [Concepts et fonctionnalités de
base](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) base](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Modèles de base de connaissances - [Modèles de base de connaissances
personnelles](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) personnelles](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Fonctionnalités ## 🎁 Fonctionnalités
* Les notes peuvent être organisées selon une arborescence de profondeur * Les notes peuvent être organisées selon une arborescence de profondeur
arbitraire. Une même note peut être placée à plusieurs endroits de arbitraire. Une même note peut être placée à plusieurs endroits de
l'arborescence (voir l'arborescence (voir
[clonage](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [clonage](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Éditeur de notes WYSIWYG enrichi comprenant par exemple des tableaux, des * Éditeur de notes WYSIWYG enrichi comprenant par exemple des tableaux, des
images et [des formules images et [des formules
mathématiques](https://triliumnext.github.io/Docs/Wiki/text-notes) avec mathématiques](https://docs.triliumnotes.org/user-guide/note-types/text) avec
[formatage automatique en [formatage automatique en
Markdown](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) Markdown](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Prise en charge de l'édition [de notes avec code * Prise en charge de l'édition [de notes avec code
source](https://triliumnext.github.io/Docs/Wiki/code-notes), incluant la source](https://docs.triliumnotes.org/user-guide/note-types/code), incluant la
coloration syntaxique coloration syntaxique
* Navigation rapide et facile entre les * Navigation rapide et facile entre les
notes(https://triliumnext.github.io/Docs/Wiki/note-navigation), recherche en notes(https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
texte intégral et [focalisation de recherche en texte intégral et [focalisation de
notes](https://triliumnext.github.io/Docs/Wiki/note-hoisting) notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Gestion transparente des [versions de * Gestion transparente des [versions de
notes](https://triliumnext.github.io/Docs/Wiki/note-revisions) notes](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Les [attributs] de note(https://triliumnext.github.io/Docs/Wiki/attributes) * Les [attributs] de
note(https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
peuvent être utilisés pour l'organisation, l'interrogation et les [scripts] peuvent être utilisés pour l'organisation, l'interrogation et les [scripts]
avancés(https://triliumnext.github.io/Docs/Wiki/scripts) avancés(https://docs.triliumnotes.org/user-guide/scripts)
* Interface utilisateur disponible en anglais, allemand, espagnol, français, * Interface utilisateur disponible en anglais, allemand, espagnol, français,
roumain et chinois (simplifié et traditionnel) roumain et chinois (simplifié et traditionnel)
* [Intégration directe d'OpenID et * [Intégration directe d'OpenID et
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) pour une
pour une connexion plus sécurisée connexion plus sécurisée
* [Synchronisation](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronisation](https://docs.triliumnotes.org/user-guide/setup/synchronization)
avec un serveur de synchronisation auto-hébergé avec un serveur de synchronisation auto-hébergé
* il existe un [service tiers pour l'hébergement du serveur de * there are [3rd party services for hosting synchronisation
synchronisation](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Partage](https://triliumnext.github.io/Docs/Wiki/sharing) (publication) de * [Partage](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
notes sur Internet (publication) de notes sur Internet
* [Cryptage de note](https://triliumnext.github.io/Docs/Wiki/protected-notes) * [Cryptage de
note](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
fort avec granularité par note fort avec granularité par note
* Diagrammes d'esquisse, basés sur [Excalidraw](https://excalidraw.com/) (type * Diagrammes d'esquisse, basés sur [Excalidraw](https://excalidraw.com/) (type
de note "canvas")) de note "canvas"))
* [Cartes de relations](https://triliumnext.github.io/Docs/Wiki/relation-map) et * [Relation
[cartes de liens](https://triliumnext.github.io/Docs/Wiki/link-map) pour maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
visualiser les notes et leurs relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Cartes mentales, basées sur [Mind Elixir] (https://docs.mind-elixir.com/) * Cartes mentales, basées sur [Mind Elixir] (https://docs.mind-elixir.com/)
* [Cartes géographiques](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) * [Cartes
géographiques](https://docs.triliumnotes.org/user-guide/collections/geomap)
avec repères de localisation et pistes GPX avec repères de localisation et pistes GPX
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - voir [Vitrines * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - voir [Vitrines
avancées](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) avancées](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [API REST](https://triliumnext.github.io/Docs/Wiki/etapi) pour * [API REST](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) pour
l'automatisation l'automatisation
* Optimisé en termes dergonomie et de performances, même au-delà de 100 000 * Optimisé en termes dergonomie et de performances, même au-delà de 100 000
notes notes
* [Interface mobile](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) * [Interface
mobile](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
optimisée pour le tactile sur smartphones et tablettes optimisée pour le tactile sur smartphones et tablettes
* [Thème sombre](https://triliumnext.github.io/Docs/Wiki/themes) intégré, prise * [Thème sombre](https://docs.triliumnotes.org/user-guide/concepts/themes)
en charge des thèmes utilisateur intégré, prise en charge des thèmes utilisateur
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) et * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[Importation et exportation et [Importation et exportation
Markdown](https://triliumnext.github.io/Docs/Wiki/markdown) Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) pour une * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) pour
sauvegarde facile du contenu web une sauvegarde facile du contenu web
* Interface utilisateur personnalisable (boutons de la barre latérale, widgets * Interface utilisateur personnalisable (boutons de la barre latérale, widgets
définis par l'utilisateur, ...) définis par l'utilisateur, ...)
* [Métriques](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), ainsi * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
que [Tableau de bord along with a Grafana Dashboard.
Grafana](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Consultez les ressources/communautés tierces suivantes pour plus de ✨ Consultez les ressources/communautés tierces suivantes pour plus de
fonctionnalités liées à TriliumNext : fonctionnalités liées à TriliumNext :
@ -230,7 +233,7 @@ synchronisées entre Trilium et TriliumDroid.
Pour installer TriliumNext sur votre propre serveur (y compris via Docker depuis Pour installer TriliumNext sur votre propre serveur (y compris via Docker depuis
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), suivez [les [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), suivez [les
documents d'installation du documents d'installation du
serveur](https://triliumnext.github.io/Docs/Wiki/server-installation). serveur](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribuer ## 💻 Contribuer
@ -323,9 +326,9 @@ Trilium ne serait pas possible sans les technologies qui le sous-tendent :
riche en fonctionnalités sans réelle concurrence. riche en fonctionnalités sans réelle concurrence.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - Bibliothèque de connectivité * [jsPlumb](https://github.com/jsplumb/jsplumb) - Bibliothèque de connectivité
visuelle. Utilisée dans les [cartes de visuelle. Utilisée dans les [cartes de
relations](https://triliumnext.github.io/Docs/Wiki/relation-map.html) et les relations](https://docs.triliumnotes.org/user-guide/note-types/relation-map)
[cartes de et les [cartes de
liens](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) liens](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-hi.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-hr.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

112
docs/README-hu.md vendored
View File

@ -20,17 +20,19 @@ kiadás)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Fordítás [![Fordítás
állapota](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) állapota](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[angol](../README.md) | [egyszerűsített kínai](./README-ZH_CN.md) | [hagyományos <!-- translate:off -->
kínai](./README-ZH_TW.md) | [orosz](./README-ru.md) | [japán](./README-ja.md) | <!-- LANGUAGE SWITCHER -->
[olasz](./README-it.md) | [spanyol](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
A Trilium Notes egy ingyenes és nyílt forráskódú, platformfüggetlen hierarchikus A Trilium Notes egy ingyenes és nyílt forráskódú, platformfüggetlen hierarchikus
jegyzetelő alkalmazás, amely nagy személyes tudásbázisok építésére összpontosít. jegyzetelő alkalmazás, amely nagy személyes tudásbázisok építésére összpontosít.
A gyors áttekintésért lásd a <img src="./app.png" alt="Trilium Screenshot" width="1000">
[képernyőképeket](https://triliumnext.github.io/Docs/Wiki/screenshot-tour):
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Letöltés ## ⏬ Letöltés
- [Legújabb kiadás](https://github.com/TriliumNext/Trilium/releases/latest) - [Legújabb kiadás](https://github.com/TriliumNext/Trilium/releases/latest)
@ -54,77 +56,80 @@ Dokumentációink többféle formátumban is elérhetők:
### Gyorslinkek ### Gyorslinkek
- [Kezdő lépések útmutatója](https://docs.triliumnotes.org/) - [Kezdő lépések útmutatója](https://docs.triliumnotes.org/)
- [Telepítési - [Telepítési utasítások](https://docs.triliumnotes.org/user-guide/setup)
utasítások](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
beállítás](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) beállítás](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [TriliumNext - [TriliumNext
Frissítése](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) Frissítése](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Alapfogalmak és - [Alapfogalmak és
jellemzők](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) jellemzők](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [A személyes tudásbázis - [A személyes tudásbázis
mintái](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) mintái](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Jellemzők ## 🎁 Jellemzők
* A jegyzetek önkényesen mély fába rendezhetők. Egyetlen jegyzetet lehet * A jegyzetek önkényesen mély fába rendezhetők. Egyetlen jegyzetet lehet
elhelyezni a többi fába (lásd elhelyezni a többi fába (lásd
[klónozás](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [klónozás](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Gazdag WYSIWYG jegyzetszerkesztő, beleértve például az asztalokat, képeket és * Gazdag WYSIWYG jegyzetszerkesztő, beleértve például az asztalokat, képeket és
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) markdownt [math](https://docs.triliumnotes.org/user-guide/note-types/text) markdownt
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Szerkesztés támogatása [jegyzetek * Szerkesztés támogatása [jegyzetek
forráskóddal](https://triliumnext.github.io/Docs/Wiki/code-notes), beleértve a forráskóddal](https://docs.triliumnotes.org/user-guide/note-types/code),
szintaxis kiemelését beleértve a szintaxis kiemelését
* Gyors és egyszerű [navigáció a jegyzetek * Gyors és egyszerű [navigáció a jegyzetek
között](https://triliumnext.github.io/Docs/Wiki/note-navigation), teljes között](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
szöveges keresés és teljes szöveges keresés és
[megjegyzés](https://triliumnext.github.io/Docs/Wiki/note-hoisting) [megjegyzés](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Zökkenőmentes * Zökkenőmentes
[jegyzetváltozat](https://triliumnext.github.io/Docs/Wiki/note-revisions) [jegyzetváltozat](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Megjegyzés [attribútumok](https://triliumnext.github.io/Docs/Wiki/attributes) * Megjegyzés
[attribútumok](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
használható jegyzetszervezéshez, lekérdezéshez és speciális használható jegyzetszervezéshez, lekérdezéshez és speciális
[szkriptelés](https://triliumnext.github.io/Docs/Wiki/scripts) [szkriptelés](https://docs.triliumnotes.org/user-guide/scripts)
* UI elérhető angol, német, spanyol, francia, román és kínai (egyszerűsített és * UI elérhető angol, német, spanyol, francia, román és kínai (egyszerűsített és
hagyományos) hagyományos)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Elmetérképek, [Mind Elixir](https://docs.mind-elixir.com/) alapján * Elmetérképek, [Mind Elixir](https://docs.mind-elixir.com/) alapján
* [Geo térképek](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) * [Geo térképek](https://docs.triliumnotes.org/user-guide/collections/geomap)
helymeghatározó tűkkel és GPX nyomokkal helymeghatározó tűkkel és GPX nyomokkal
* [Szkriptelés](https://triliumnext.github.io/Docs/Wiki/scripts) - lásd: * [Szkriptelés](https://docs.triliumnotes.org/user-guide/scripts) - lásd:
[Speciális [Speciális
bemutatók](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) bemutatók](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +221,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +310,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

114
docs/README-id.md vendored
View File

@ -20,18 +20,20 @@ rilis)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Status [![Status
terjemahan](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) terjemahan](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Inggris](../README.md) | [Tiongkok (Sederhana)](./README-ZH_CN.md) | [Tiongkok <!-- translate:off -->
(Tradisional)](./README-ZH_TW.md) | [Rusia](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Jepang](./README-ja.md) | [Italia](./README-it.md) | [Spanyol](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes adalah aplikasi pencatatan hierarkis lintas platform yang gratis Trilium Notes adalah aplikasi pencatatan hierarkis lintas platform yang gratis
dan sumber terbuka dengan fokus untuk mengembangkan pengetahuan pribadi yang dan sumber terbuka dengan fokus untuk mengembangkan pengetahuan pribadi yang
luas. luas.
Lihat [tangkapan layar](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) <img src="./app.png" alt="Trilium Screenshot" width="1000">
untuk ikhtisar cepat:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Unduh ## ⏬ Unduh
- [Rilis terbaru](https://github.com/TriliumNext/Trilium/releases/latest) - [Rilis terbaru](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +57,79 @@ Dokumentasi kami tersedia dalam berbagai format:
### Tautan Cepat ### Tautan Cepat
- [Panduan Memulai](https://docs.triliumnotes.org/) - [Panduan Memulai](https://docs.triliumnotes.org/)
- [Petunjuk - [Petunjuk Instalasi](https://docs.triliumnotes.org/user-guide/setup)
Instalasi](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Pengaturan - [Pengaturan
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Pembaharuan - [Pembaharuan
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Konsep dan Fitur - [Konsep dan Fitur
Dasar](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Dasar](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Pola Basis Pengetahuan - [Pola Basis Pengetahuan
Pribadi](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Pribadi](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Fitur ## 🎁 Fitur
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +221,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +310,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

106
docs/README-it.md vendored
View File

@ -20,19 +20,20 @@ versioni)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Stato della [![Stato della
traduzione](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) traduzione](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Inglese](../README.md) | [Cinese (semplificato)](./README-ZH_CN.md) | [Cinese <!-- translate:off -->
(tradizionale)](./README-ZH_TW.md) | [Russo](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Giapponese](./README-ja.md) | [Italiano](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spagnolo](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes è un'applicazione per appunti ad organizzazione gerarchica, Trilium Notes è un'applicazione per appunti ad organizzazione gerarchica,
studiata per la costruzione di archivi di conoscenza personali di grandi studiata per la costruzione di archivi di conoscenza personali di grandi
dimensioni. dimensioni.
Vedi [fotografie](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) per <img src="./app.png" alt="Trilium Screenshot" width="1000">
una panoramica veloce:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Scarica ## ⏬ Scarica
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -57,77 +58,81 @@ La nostra documentazione è disponibile in diversi formati:
### Collegamenti rapidi ### Collegamenti rapidi
- [Guida introduttiva](https://docs.triliumnotes.org/) - [Guida introduttiva](https://docs.triliumnotes.org/)
- [Istruzioni per - [Istruzioni per
l'installazione](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) l'installazione](https://docs.triliumnotes.org/user-guide/setup)
- [Configurazione - [Configurazione
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Aggiornamento di - [Aggiornamento di
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Concetti e caratteristiche di - [Concetti e caratteristiche di
base](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) base](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Modelli di base di conoscenza - [Modelli di base di conoscenza
personale](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) personale](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Caratteristiche ## 🎁 Caratteristiche
* Le note possono essere organizzate in una struttura ad albero con profondità * Le note possono essere organizzate in una struttura ad albero con profondità
arbitrarie. Una singola nota può essere inserita in più posizioni all'interno arbitrarie. Una singola nota può essere inserita in più posizioni all'interno
della struttura (vedi della struttura (vedi
[clonazione](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [clonazione](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Editor di note WYSIWYG avanzato che include, ad esempio, tabelle, immagini e * Editor di note WYSIWYG avanzato che include, ad esempio, tabelle, immagini e
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) con markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) con markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Supporto per la modifica di [note con codice * Supporto per la modifica di [note con codice
sorgente](https://triliumnext.github.io/Docs/Wiki/code-notes), inclusa sorgente](https://docs.triliumnotes.org/user-guide/note-types/code), inclusa
l'evidenziazione della sintassi l'evidenziazione della sintassi
* Navigazione veloce e facile tra le note, ricerca full-text e ancoraggio delle * Navigazione veloce e facile tra le note, ricerca full-text e ancoraggio delle
note note
* Senza soluzione di continuità [nota * Senza soluzione di continuità [nota
versione](https://triliumnext.github.io/Docs/Wiki/note-revisions) versione](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Nota [attributi](https://triliumnext.github.io/Docs/Wiki/attributes) può * Nota
essere utilizzato per l'organizzazione delle note, l'esecuzione di query e lo [attributi](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) avanzato può essere utilizzato per l'organizzazione delle note, l'esecuzione di query e
lo [scripting](https://docs.triliumnotes.org/user-guide/scripts) avanzato
* Interfaccia utente disponibile in inglese, tedesco, spagnolo, francese, rumeno * Interfaccia utente disponibile in inglese, tedesco, spagnolo, francese, rumeno
e cinese (semplificato e tradizionale) e cinese (semplificato e tradizionale)
* Integrazione diretta [OpenID e * Integrazione diretta [OpenID e
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) per un
per un accesso più sicuro accesso più sicuro
* [Sincronizzazione](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Sincronizzazione](https://docs.triliumnotes.org/user-guide/setup/synchronization)
con server di sincronizzazione self-hosted con server di sincronizzazione self-hosted
* esiste un [servizio di terze parti per l'hosting del server di * there are [3rd party services for hosting synchronisation
sincronizzazione](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Condivisione](https://triliumnext.github.io/Docs/Wiki/sharing) * [Condivisione](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
(pubblicazione) di note su Internet pubblicamente (pubblicazione) di note su Internet pubblicamente
* Crittografia forte * Crittografia forte
[note](https://triliumnext.github.io/Docs/Wiki/protected-notes) con [note](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
granularità per singola nota con granularità per singola nota
* Disegnare diagrammi, basati su [Excalidraw](https://excalidraw.com/) (tipo di * Disegnare diagrammi, basati su [Excalidraw](https://excalidraw.com/) (tipo di
nota “canvas”) nota “canvas”)
* [Mappe relazionali](https://triliumnext.github.io/Docs/Wiki/relation-map) e * [Relation
[mappe di collegamento](https://triliumnext.github.io/Docs/Wiki/link-map) per maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
visualizzare le note e le loro relazioni [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mappe mentali, basate su [Mind Elixir](https://docs.mind-elixir.com/) * Mappe mentali, basate su [Mind Elixir](https://docs.mind-elixir.com/)
* [Mappe geografiche](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) con * [Mappe
geografiche](https://docs.triliumnotes.org/user-guide/collections/geomap) con
indicatori di posizione e tracciati GPX indicatori di posizione e tracciati GPX
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - vedi [Esempi * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - vedi [Esempi
avanzati](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) avanzati](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) per l'automazione * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) per
l'automazione
* Ottima scalabilità sia in termini di usabilità che di prestazioni fino a oltre * Ottima scalabilità sia in termini di usabilità che di prestazioni fino a oltre
100.000 note 100.000 note
* Frontend mobile ottimizzato per il touch [mobile * Frontend mobile ottimizzato per il touch [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) per frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) per
smartphone e tablet smartphone e tablet
* Tema scuro integrato (https://triliumnext.github.io/Docs/Wiki/themes), * Tema scuro integrato
supporto per temi utente (https://docs.triliumnotes.org/user-guide/concepts/themes), supporto per temi
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) e utente
[Importazione ed esportazione * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
Markdown](https://triliumnext.github.io/Docs/Wiki/markdown) e [Importazione ed esportazione
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) per salvare Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
facilmente i contenuti web * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) per
salvare facilmente i contenuti web
* Interfaccia utente personalizzabile (pulsanti della barra laterale, widget * Interfaccia utente personalizzabile (pulsanti della barra laterale, widget
definiti dall'utente, ...) definiti dall'utente, ...)
* [Metriche](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), insieme a * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
una [dashboard along with a Grafana Dashboard.
Grafana](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Dai un'occhiata alle seguenti risorse/comunità di terze parti per ulteriori ✨ Dai un'occhiata alle seguenti risorse/comunità di terze parti per ulteriori
informazioni su TriliumNext: informazioni su TriliumNext:
@ -225,7 +230,7 @@ sincronizzazione deve corrispondere tra Trilium e TriliumDroid.
Per installare TriliumNext sul proprio server (anche tramite Docker da Per installare TriliumNext sul proprio server (anche tramite Docker da
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), seguire [le [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), seguire [le
istruzioni per l'installazione sul istruzioni per l'installazione sul
server](https://triliumnext.github.io/Docs/Wiki/server-installation). server](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribuire ## 💻 Contribuire
@ -318,8 +323,9 @@ Trilium non sarebbe possibile senza le tecnologie che lo supportano:
funzionalità senza reale concorrenza. funzionalità senza reale concorrenza.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - libreria di connettività * [jsPlumb](https://github.com/jsplumb/jsplumb) - libreria di connettività
visiva. Utilizzata in [relation visiva. Utilizzata in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) e [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) e
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Supporto ## 🤝 Supporto

100
docs/README-ja.md vendored
View File

@ -19,17 +19,19 @@
[![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp) [![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
[![翻訳状況](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) [![翻訳状況](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[英語](../README.md) | [中国語(簡体)](./README-ZH_CN.md) | [中国語(繁体)](./README-ZH_TW.md) <!-- translate:off -->
| [ロシア語](./README-ru.md) | [日本語](./README-ja.md) | [イタリア語](./README-it.md) | <!-- LANGUAGE SWITCHER -->
[スペイン語](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes Trilium Notes
は、大規模な個人知識ベースの構築に重点を置いた、無料かつオープンソースのクロスプラットフォームの階層型ノート作成アプリケーションです。 は、大規模な個人知識ベースの構築に重点を置いた、無料かつオープンソースのクロスプラットフォームの階層型ノート作成アプリケーションです。
概要については [スクリーンショット](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) <img src="./app.png" alt="Trilium Screenshot" width="1000">
を参照してください:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ ダウンロード ## ⏬ ダウンロード
- [最新リリース](https://github.com/TriliumNext/Trilium/releases/latest) - [最新リリース](https://github.com/TriliumNext/Trilium/releases/latest)
@ -49,57 +51,68 @@ Trilium Notes
### クイックリンク ### クイックリンク
- [スタートガイド](https://docs.triliumnotes.org/) - [スタートガイド](https://docs.triliumnotes.org/)
- [インストール手順](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - [インストール手順](https://docs.triliumnotes.org/user-guide/setup)
- [Docker - [Docker
のセットアップ](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) のセットアップ](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [TriliumNext - [TriliumNext
のアップグレード](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) のアップグレード](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [基本概念と機能](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) - [基本概念と機能](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [個人ナレッジベースのパターン](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) - [個人ナレッジベースのパターン](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 機能 ## 🎁 機能
* ートは任意の深さのツリーに配置できます。1つのートをツリー内の複数の場所に配置できます[クローン](https://triliumnext.github.io/Docs/Wiki/cloning-notes)を参照) * ートは任意の深さのツリーに配置できます。1つのートをツリー内の複数の場所に配置できます[クローン](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning)を参照)
* 豊富な WYSIWYG ノートエディター 例: * 豊富な WYSIWYG ノートエディター 例:
表、画像、[数式](https://triliumnext.github.io/Docs/Wiki/text-notes) とマークダウン 表、画像、[数式](https://docs.triliumnotes.org/user-guide/note-types/text) とマークダウン
[自動フォーマット](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) など [自動フォーマット](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* 構文ハイライト表示を含む [ソースコード付きノート](https://triliumnext.github.io/Docs/Wiki/code-notes) など
* 構文ハイライト表示を含む
[ソースコード付きノート](https://docs.triliumnotes.org/user-guide/note-types/code)
の編集をサポート の編集をサポート
* [ノート間のナビゲーション](https://triliumnext.github.io/Docs/Wiki/note-navigation)、全文検索、[ノートのホイスト](https://triliumnext.github.io/Docs/Wiki/note-hoisting) * [ノート間のナビゲーション](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)、全文検索、[ノートのホイスト](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
が高速かつ簡単に行えます が高速かつ簡単に行えます
* シームレスな [ノートのバージョン管理](https://triliumnext.github.io/Docs/Wiki/note-revisions) * シームレスな
* ノート[属性](https://triliumnext.github.io/Docs/Wiki/attributes) は、ノートの整理、クエリ、高度な [ノートのバージョン管理](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
[スクリプト](https://triliumnext.github.io/Docs/Wiki/scripts) に使用できます * ノート[属性](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
は、ノートの整理、クエリ、高度な [スクリプト](https://docs.triliumnotes.org/user-guide/scripts)
に使用できます
* UI は英語、ドイツ語、スペイン語、フランス語、ルーマニア語、中国語(簡体字および繁体字)でご利用いただけます * UI は英語、ドイツ語、スペイン語、フランス語、ルーマニア語、中国語(簡体字および繁体字)でご利用いただけます
* より安全なログインのための直接的な * より安全なログインのための直接的な
[OpenIDとTOTPの統合](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) [OpenIDとTOTPの統合](https://docs.triliumnotes.org/user-guide/setup/server/mfa)
* セルフホスト同期サーバーとの [同期](https://triliumnext.github.io/Docs/Wiki/synchronization) * セルフホスト同期サーバーとの
* [同期サーバーをホストするためのサードパーティサービス](https://trilium.cc/paid-hosting) があります [同期](https://docs.triliumnotes.org/user-guide/setup/synchronization)
* インターネット上でノートの [共有](https://triliumnext.github.io/Docs/Wiki/sharing)(公開) * there are [3rd party services for hosting synchronisation
server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* インターネット上でノートの
[共有](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)(公開)
* ノートごとに調整可能で強力な * ノートごとに調整可能で強力な
[ノート暗号化](https://triliumnext.github.io/Docs/Wiki/protected-notes) [ノート暗号化](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
* [Excalidraw](https://excalidraw.com/) をベースにした図のスケッチ(ノートタイプ「キャンバス」) * [Excalidraw](https://excalidraw.com/) をベースにした図のスケッチ(ノートタイプ「キャンバス」)
* ノートとそのリレーションを視覚化するための * [Relation
[リレーションマップ](https://triliumnext.github.io/Docs/Wiki/relation-map) と maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
[リンクマップ](https://triliumnext.github.io/Docs/Wiki/link-map) [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* [Mind Elixir](https://docs.mind-elixir.com/) をベースとしたマインドマップ * [Mind Elixir](https://docs.mind-elixir.com/) をベースとしたマインドマップ
* 位置ピンと GPX トラック付きの * 位置ピンと GPX トラック付きの
[ジオマップ](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) [ジオマップ](https://docs.triliumnotes.org/user-guide/collections/geomap)
* [スクリプト](https://triliumnext.github.io/Docs/Wiki/scripts) - * [スクリプト](https://docs.triliumnotes.org/user-guide/scripts) -
[高度なショーケース](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) を参照 [高度なショーケース](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* 自動化のための [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) を参照
* 自動化のための [REST
API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi)
* 10万件以上のートでも、使いやすさとパフォーマンスの両面に優れた拡張性を実現 * 10万件以上のートでも、使いやすさとパフォーマンスの両面に優れた拡張性を実現
* スマートフォンとタブレット向けにタッチ操作に最適化された * スマートフォンとタブレット向けにタッチ操作に最適化された
[モバイルフロントエンド](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) [モバイルフロントエンド](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
* 組み込みの [ダークテーマ](https://triliumnext.github.io/Docs/Wiki/themes)、ユーザーテーマのサポート * 組み込みの
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) と [ダークテーマ](https://docs.triliumnotes.org/user-guide/concepts/themes)、ユーザーテーマのサポート
[Markdown のインポートとエクスポート](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) と [Markdown
のインポートとエクスポート](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper)
でWebコンテンツを簡単に保存 でWebコンテンツを簡単に保存
* カスタマイズ可能な UI (サイドバー ボタン、ユーザー定義のウィジェットなど) * カスタマイズ可能な UI (サイドバー ボタン、ユーザー定義のウィジェットなど)
* [メトリクス(Metrics)](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md) と * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
[Grafana along with a Grafana Dashboard.
ダッシュボード](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ TriliumNext 関連のその他の情報については、次のサードパーティのリソース/コミュニティをご覧ください: ✨ TriliumNext 関連のその他の情報については、次のサードパーティのリソース/コミュニティをご覧ください:
@ -176,7 +189,7 @@ TriliumNext は Flatpak としても提供されていますが、FlatHub では
独自のサーバーに TriliumNext をインストールするには 独自のサーバーに TriliumNext をインストールするには
([Dockerhub](https://hub.docker.com/r/triliumnext/trilium) から Docker ([Dockerhub](https://hub.docker.com/r/triliumnext/trilium) から Docker
経由でも含む)、[サーバーのインストール 経由でも含む)、[サーバーのインストール
ドキュメント](https://triliumnext.github.io/Docs/Wiki/server-installation) に従ってください。 ドキュメント](https://docs.triliumnotes.org/user-guide/setup/server) に従ってください。
## 💻 貢献する ## 💻 貢献する
@ -253,8 +266,9 @@ Trilium は、その基盤となる技術なしには実現できませんでし
コレクションで使用されるインタラクティブなテーブル。 コレクションで使用されるインタラクティブなテーブル。
* [FancyTree](https://github.com/mar10/fancytree) - 他に類を見ない機能豊富なツリーライブラリ。 * [FancyTree](https://github.com/mar10/fancytree) - 他に類を見ない機能豊富なツリーライブラリ。
* [jsPlumb](https://github.com/jsplumb/jsplumb) - * [jsPlumb](https://github.com/jsplumb/jsplumb) -
視覚的な接続ライブラリ。[リレーションマップ](https://triliumnext.github.io/Docs/Wiki/relation-map.html) 視覚的な接続ライブラリ。[リレーションマップ](https://docs.triliumnotes.org/user-guide/note-types/relation-map)
と [リンクマップ](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
[リンクマップ](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
で使用されます で使用されます
## 🤝 サポート ## 🤝 サポート

111
docs/README-ko.md vendored
View File

@ -20,15 +20,18 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[영어](../README.md) | [중국어 (간체)](./README-ZH_CN.md) | [중국어 <!-- translate:off -->
(번체)](./README-ZH_TW.md) | [러시아어](./README-ru.md) | [일본어](./README-ja.md) | <!-- LANGUAGE SWITCHER -->
[이탈리아어](./README-it.md) | [스페인어](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes는 대규모 개인 지식 기반 구축에 중점을 둔 무료 오픈 소스 크로스 플랫폼 계층적 메모 작성 애플리케이션입니다. Trilium Notes는 대규모 개인 지식 기반 구축에 중점을 둔 무료 오픈 소스 크로스 플랫폼 계층적 메모 작성 애플리케이션입니다.
[스크린샷](https://triliumnext.github.io/Docs/Wiki/screenshot-tour)에서 간략한 개요를 확인하세요: <img src="./app.png" alt="Trilium Screenshot" width="1000">
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ 내려받기 ## ⏬ 내려받기
- [최신 릴리스](https://github.com/TriliumNext/Trilium/releases/latest) 안정된 버전으로 - [최신 릴리스](https://github.com/TriliumNext/Trilium/releases/latest) 안정된 버전으로
@ -48,64 +51,73 @@ Trilium Notes는 대규모 개인 지식 기반 구축에 중점을 둔 무료
### 바로가기 ### 바로가기
- [시작하기 가이드](https://docs.triliumnotes.org/) - [시작하기 가이드](https://docs.triliumnotes.org/)
- [설치 - [설치 방법](https://docs.triliumnotes.org/user-guide/setup)
방법](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [도커 - [도커
설치](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) 설치](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [TriliumNext로 - [TriliumNext로 업그레이드](https://docs.triliumnotes.org/user-guide/setup/upgrading)
업그레이드](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) - [기본 개념 및 기능](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [기본 개념 및
기능](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
- [개인 지식 베이스의 - [개인 지식 베이스의
패턴들](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) 패턴들](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 주요 기능 ## 🎁 주요 기능
* 노트는 다양한 깊이의 트리로 배열될 수 있으며, 하나의 노트는 트리의 여러 위치에 둘 수 있음 * 노트는 다양한 깊이의 트리로 배열될 수 있으며, 하나의 노트는 트리의 여러 위치에 둘 수 있음
([cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes) 참고) ([cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning)
* 마크다운 [자동서식](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)과 함께 참고)
테이블, 이미지, 그리고 [수학](https://triliumnext.github.io/Docs/Wiki/text-notes) 등의 기능을 * 마크다운
포함한 다양한 기능의 WYSIWYG 노트 편집기 제공 [자동서식](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)과
* 구문 강조를 포함한 [소스코드](https://triliumnext.github.io/Docs/Wiki/code-notes) 편집 기능 함께 테이블, 이미지, 그리고
[수학](https://docs.triliumnotes.org/user-guide/note-types/text) 등의 기능을 포함한 다양한
기능의 WYSIWYG 노트 편집기 제공
* 구문 강조를 포함한 [소스코드](https://docs.triliumnotes.org/user-guide/note-types/code) 편집
기능
* 쉽고 빠르게 노트를 찾을 수 있는 * 쉽고 빠르게 노트를 찾을 수 있는
[내비게이션](https://triliumnext.github.io/Docs/Wiki/note-navigation), 전체 텍스트 검색 및 [내비게이션](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
[노트 호이스팅](https://triliumnext.github.io/Docs/Wiki/note-hoisting) 전체 텍스트 검색 및 [노트
* 원활한 [노트 버전 관리](https://triliumnext.github.io/Docs/Wiki/note-revisions) 호이스팅](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* 노트의 [속성](https://triliumnext.github.io/Docs/Wiki/attributes)은 노트 조직화, 쿼리, 그리고 * 원활한 [노트 버전
고급 기능인 [스크립팅](https://triliumnext.github.io/Docs/Wiki/scripts)에 사용 관리](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* 노트의 [속성](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)은
노트 조직화, 쿼리, 그리고 고급 기능인
[스크립팅](https://docs.triliumnotes.org/user-guide/scripts)에 사용
* 영어, 독일어, 스페인어, 프랑스어, 루마니아어, 중국어 (간체, 번체) UI 제공 * 영어, 독일어, 스페인어, 프랑스어, 루마니아어, 중국어 (간체, 번체) UI 제공
* 더욱 안전한 로그인을 위해 직접 [OpenID 및 TOTP * 더욱 안전한 로그인을 위해 직접 [OpenID 및 TOTP
통합](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) 통합](https://docs.triliumnotes.org/user-guide/setup/server/mfa)
* self-hosted 동기화 서버를 통한 * self-hosted 동기화 서버를 통한
[동기화](https://triliumnext.github.io/Docs/Wiki/synchronization) [동기화](https://docs.triliumnotes.org/user-guide/setup/synchronization)
* [동기화 서버 호스팅을 위한 제3자 서비스](https://trilium.cc/paid-hosting) 제공 * there are [3rd party services for hosting synchronisation
* 노트의 인터넷 [공유](https://triliumnext.github.io/Docs/Wiki/sharing) (퍼블리싱) 기능 server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* 노트의 인터넷 [공유](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
(퍼블리싱) 기능
* 노트마다 세분화된 강력한 [노트 * 노트마다 세분화된 강력한 [노트
암호화](https://triliumnext.github.io/Docs/Wiki/protected-notes) 암호화](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
* [Excalidraw](https://excalidraw.com/) 기반 스케치 다이어그램 (노트 타입 "캔버스") * [Excalidraw](https://excalidraw.com/) 기반 스케치 다이어그램 (노트 타입 "캔버스")
* 노트 사이의 관계 시각화를 위한 [Relation * [Relation
지도](https://triliumnext.github.io/Docs/Wiki/relation-map)과 [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
지도](https://triliumnext.github.io/Docs/Wiki/link-map) [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* [Mind Elixir](https://docs.mind-elixir.com/) 기반 마인드맵 * [Mind Elixir](https://docs.mind-elixir.com/) 기반 마인드맵
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -197,7 +209,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -287,8 +299,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-md.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-mr.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-nb_NO.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

111
docs/README-nl.md vendored
View File

@ -20,18 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Vertaling [![Vertaling
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Engels](../README.md) [Chinees (Versimpeld)](./README-ZH_CN.md) [Chinees <!-- translate:off -->
(Traditioneel)](./README-ZH_TW.md) [Russisch](./README-ru.md) <!-- LANGUAGE SWITCHER -->
[Japans](./README-ja.md) [Italiaans](./README-it.md) [Spaans](./README-es.md) [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trillium Notes is een gratis en open-source, platformonafhankelijke, Trillium Notes is een gratis en open-source, platformonafhankelijke,
hiërarchische notitie-applicatie die zich richt op het opbouwen van grote hiërarchische notitie-applicatie die zich richt op het opbouwen van grote
persoonlijke kennisbanken. persoonlijke kennisbanken.
Bekijk [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) <img src="./app.png" alt="Trilium Screenshot" width="1000">
voor een snel overzicht:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## Download ## Download
- [Laatse release](https://github.com/TriliumNext/Trilium/releases/latest) - - [Laatse release](https://github.com/TriliumNext/Trilium/releases/latest) -
@ -55,76 +57,78 @@ Onze documentatie is beschikbaar in meerdere formaten:
### Snelkoppelingen ### Snelkoppelingen
- [Getting Started Gids](https://docs.triliumnotes.org/) - [Getting Started Gids](https://docs.triliumnotes.org/)
- [Vertaal - [Vertaal Instructies](https://docs.triliumnotes.org/user-guide/setup)
Instructies](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Installatie](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Installatie](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [TriliumNext - [TriliumNext
Upgraden](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) Upgraden](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basis Concepten en - [Basis Concepten en
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patronen van Personal Knowledge - [Patronen van Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Kenmerken ## 🎁 Kenmerken
* Notes kunnen in een diepe boomstructuur geplaatst worden. Een enkele note kan * Notes kunnen in een diepe boomstructuur geplaatst worden. Een enkele note kan
op meerdere plekken in de boom geplaatst worden. (zie op meerdere plekken in de boom geplaatst worden. (zie
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rijke WYSIWYG note editor inclusief e.g. tabellen, afbeeldingen en * Rijke WYSIWYG note editor inclusief e.g. tabellen, afbeeldingen en
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) met markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) met markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Ondersteuning voor bewerken van [notes met source * Ondersteuning voor bewerken van [notes met source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), inclusief syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), inclusief
highlighting syntax highlighting
* Snelle en gemakkelijke [navigatie tussen * Snelle en gemakkelijke [navigatie tussen
notities](https://triliumnext.github.io/Docs/Wiki/note-navigation), notities](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
uitgebreide text zoekopdrachten en [notities uitgebreide text zoekopdrachten en [notities
promoveren](https://triliumnext.github.io/Docs/Wiki/note-hoisting) promoveren](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Naadloze [notitie * Naadloze [notitie
versiegeschiedenis](https://triliumnext.github.io/Docs/Wiki/note-revisions) versiegeschiedenis](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Notitie[-attributen](https://triliumnext.github.io/Docs/Wiki/attributes) * Notitie[-attributen](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
kunnen worden ingezet voor notitie-organisatie, queries en geavanceerd kunnen worden ingezet voor notitie-organisatie, queries en geavanceerd
[scripten](https://triliumnext.github.io/Docs/Wiki/scripts) [scripten](https://docs.triliumnotes.org/user-guide/scripts)
* Gebruikersinterfacevariabele in het Engels, Duits, Spaans, Frans, Roemeens en * Gebruikersinterfacevariabele in het Engels, Duits, Spaans, Frans, Roemeens en
Chinees (versimpeld en traditioneel) Chinees (versimpeld en traditioneel)
* Directe [OpenID en TOTP * Directe [OpenID en TOTP
integratie](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integratie](https://docs.triliumnotes.org/user-guide/setup/server/mfa) voor
voor beter beveiligde aanmelding beter beveiligde aanmelding
* [Synchronisatie](https://triliumnext.github.io/Docs/Wiki/synchronization) met * [Synchronisatie](https://docs.triliumnotes.org/user-guide/setup/synchronization)
zelfgehoste synchronisatieserver met zelfgehoste synchronisatieserver
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-pl.md vendored
View File

@ -20,19 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes to darmowa, otwarto-źródłowa i wieloplatformowa aplikacja do Trilium Notes to darmowa, otwarto-źródłowa i wieloplatformowa aplikacja do
tworzenia hierarchicznych notatek, skoncentrowana na budowaniu dużych osobistych tworzenia hierarchicznych notatek, skoncentrowana na budowaniu dużych osobistych
baz wiedzy. baz wiedzy.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -56,77 +57,80 @@ Nasza dokumentacja jest dostępna w wielu formatach:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Bogaty edytor notatek WYSIWYG, zawierający np. tabele, obrazy i * Bogaty edytor notatek WYSIWYG, zawierający np. tabele, obrazy i
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) z [math](https://docs.triliumnotes.org/user-guide/note-types/text) z
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
Markdown Markdown
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -218,7 +222,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -307,8 +311,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-pt.md vendored
View File

@ -20,19 +20,20 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes é uma aplicação gratuita e de código aberto, multiplataforma, para Trilium Notes é uma aplicação gratuita e de código aberto, multiplataforma, para
a criação hierárquica de notas, com foco na construção de grandes bases de a criação hierárquica de notas, com foco na construção de grandes bases de
conhecimento pessoais. conhecimento pessoais.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Transferir ## ⏬ Transferir
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -56,76 +57,79 @@ A nossa documentação está disponível em múltiplos formatos:
### Links rápidos ### Links rápidos
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -217,7 +221,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -306,8 +310,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-pt_BR.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-ro.md vendored
View File

@ -20,19 +20,20 @@ release-urile)](https://img.shields.io/github/downloads/triliumnext/trilium/tota
[![Starea [![Starea
traducerilor](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) traducerilor](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Engleză](../README.md) | [Chineză (Simplificată)](./README-ZH_CN.md) | [Chineză <!-- translate:off -->
(Tradițională)](./README-ZH_TW.md) | [Rusă](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japoneză](./README-ja.md) | [Italiană](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spaniolă](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes este o aplicație gratuită și open-source pentru notițe structurate Trilium Notes este o aplicație gratuită și open-source pentru notițe structurate
ierarhic cu scopul de a crea o bază de date de cunoștințe personală, de mari ierarhic cu scopul de a crea o bază de date de cunoștințe personală, de mari
dimensiuni. dimensiuni.
Prezentare generală prin [capturi de <img src="./app.png" alt="Trilium Screenshot" width="1000">
ecran](https://triliumnext.github.io/Docs/Wiki/screenshot-tour):
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Descarcă ## ⏬ Descarcă
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -57,80 +58,83 @@ Documentația este disponibilă în mai multe formate:
### Linkuri rapide ### Linkuri rapide
- [Ghid rapid](https://docs.triliumnotes.org/) - [Ghid rapid](https://docs.triliumnotes.org/)
- [Instrucțiuni de - [Instrucțiuni de instalare](https://docs.triliumnotes.org/user-guide/setup)
instalare](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Instalare prin - [Instalare prin
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Procesul de - [Procesul de
actualizare](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) actualizare](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Concepte de bază și - [Concepte de bază și
funcții](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) funcții](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Concepte pentru o bază de date de cunoștințe - [Concepte pentru o bază de date de cunoștințe
personală](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) personală](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Funcții ## 🎁 Funcții
* Notițele pot fi aranjate într-o structură ierarhică cu o adâncime nelimitată. * Notițele pot fi aranjate într-o structură ierarhică cu o adâncime nelimitată.
O singură notiță poate fi plasată în mai multe locuri în abore (vedeți O singură notiță poate fi plasată în mai multe locuri în abore (vedeți
[procesul de clonare](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [procesul de
clonare](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Editor vizual de notițe cu suport de tabele, imagini și [ecuații * Editor vizual de notițe cu suport de tabele, imagini și [ecuații
matematice](https://triliumnext.github.io/Docs/Wiki/text-notes) cu matematice](https://docs.triliumnotes.org/user-guide/note-types/text) cu
[auto-formatare în stil [auto-formatare în stil
Markdown](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) Markdown](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Suport for editarea [notițelor de tip cod * Suport for editarea [notițelor de tip cod
sursă](https://triliumnext.github.io/Docs/Wiki/code-notes), inclusiv cu sursă](https://docs.triliumnotes.org/user-guide/note-types/code), inclusiv cu
evidențierea sintaxei evidențierea sintaxei
* [Navigare rapidă printre * [Navigare rapidă printre
notițe](https://triliumnext.github.io/Docs/Wiki/note-navigation), căutare în notițe](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
conținutul notițelor și [focalizarea căutare în conținutul notițelor și [focalizarea
notițelor](https://triliumnext.github.io/Docs/Wiki/note-hoisting) notițelor](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Salvarea transparentă a [reviziilor * Salvarea transparentă a [reviziilor
notițelor](https://triliumnext.github.io/Docs/Wiki/note-revisions) notițelor](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* [Attribute](https://triliumnext.github.io/Docs/Wiki/attributes) pentru * [Attribute](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
organizarea și căutarea notițelor, dar și posibilitatea de [script-uri pentru organizarea și căutarea notițelor, dar și posibilitatea de [script-uri
avansate](https://triliumnext.github.io/Docs/Wiki/scripts) avansate](https://docs.triliumnotes.org/user-guide/scripts)
* Interfața grafică este disponibilă în mai multe limbi, dintre care și limba * Interfața grafică este disponibilă în mai multe limbi, dintre care și limba
română română
* [Integrare directă cu OpenID and * [Integrare directă cu OpenID and
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) pentru o
pentru o autentificare mai sigură autentificare mai sigură
* [Sincronizare](https://triliumnext.github.io/Docs/Wiki/synchronization) cu un * [Sincronizare](https://docs.triliumnotes.org/user-guide/setup/synchronization)
server propriu cu un server propriu
* există și un [serviciu terț pentru * there are [3rd party services for hosting synchronisation
sincronizare](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Partajarea](https://triliumnext.github.io/Docs/Wiki/sharing) (publicarea) * [Partajarea](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
notițelor pe Internet (publicarea) notițelor pe Internet
* [Criptare puternică](https://triliumnext.github.io/Docs/Wiki/protected-notes) * [Criptare
puternică](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
la nivel de notițe la nivel de notițe
* Desenare liberă, folosind [Excalidraw](https://excalidraw.com/) (notițe de tip * Desenare liberă, folosind [Excalidraw](https://excalidraw.com/) (notițe de tip
„schiță”) „schiță”)
* [Hărți de relații](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[hărți de legături](https://triliumnext.github.io/Docs/Wiki/link-map) pentru maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
vizualizarea notițelor și a relațiilor acestora [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Hărți mentale, bazate pe [Mind Elixir](https://docs.mind-elixir.com/) * Hărți mentale, bazate pe [Mind Elixir](https://docs.mind-elixir.com/)
* [Hărți geografice](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) cu * [Hărți
geografice](https://docs.triliumnotes.org/user-guide/collections/geomap) cu
marcaje și trasee GPX marcaje și trasee GPX
* [Scriptare](https://triliumnext.github.io/Docs/Wiki/scripts) - vedeți * [Scriptare](https://docs.triliumnotes.org/user-guide/scripts) - vedeți
[Prezentare [Prezentare
avansată](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) avansată](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [API-uri REST](https://triliumnext.github.io/Docs/Wiki/etapi) pentru * [API-uri REST](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi)
automatizare pentru automatizare
* Suportă peste 100 de mii de notițe fără impact de performanță * Suportă peste 100 de mii de notițe fără impact de performanță
* [Interfață de mobil optimizată pentru touch * [Interfață de mobil optimizată pentru touch
screen](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) pentru screen](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) pentru
telefoane mobile și tablete telefoane mobile și tablete
* [Temă întunecată](https://triliumnext.github.io/Docs/Wiki/themes) predefinită, * [Temă întunecată](https://docs.triliumnotes.org/user-guide/concepts/themes)
dar și suport pentru teme personalizate predefinită, dar și suport pentru teme personalizate
* Import și export pentru * Import și export pentru
[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) și [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[Markdown](https://triliumnext.github.io/Docs/Wiki/markdown) și
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) pentru [Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
salvarea rapidă a conținutului de pe Internet * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper)
pentru salvarea rapidă a conținutului de pe Internet
* Interfață grafică personalizabilă (butoane, widget-uri definite de utilizator, * Interfață grafică personalizabilă (butoane, widget-uri definite de utilizator,
...) ...)
* [Metrice](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), inclusiv * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
un [dashboard along with a Grafana Dashboard.
Grafana](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Consultați următoarele resurse din partea comunității Trilium: ✨ Consultați următoarele resurse din partea comunității Trilium:
@ -220,7 +224,7 @@ versiunea de sincronizare uneori rămâne în urmă la aplicația de mobil.
Pentru a instala Trilium pe server (inclusiv prin Docker din Pentru a instala Trilium pe server (inclusiv prin Docker din
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), urmați [documentația [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), urmați [documentația
de instalare a de instalare a
server-ului](https://triliumnext.github.io/Docs/Wiki/server-installation). server-ului](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Moduri de a contribui ## 💻 Moduri de a contribui
@ -312,8 +316,9 @@ Trilium nu ar fi fost posibil fără tehnologiile pe care este bazat:
vizualizare de tip arbore. vizualizare de tip arbore.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - bibliotecă de conectivitate * [jsPlumb](https://github.com/jsplumb/jsplumb) - bibliotecă de conectivitate
vizuală. Folosită în [hărți de tip vizuală. Folosită în [hărți de tip
relație](https://triliumnext.github.io/Docs/Wiki/relation-map.html) și [hărți relație](https://docs.triliumnotes.org/user-guide/note-types/relation-map) și
de legături](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [hărți de
legături](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Sprijiniți proiectul ## 🤝 Sprijiniți proiectul

113
docs/README-ru.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Процесс [![Процесс
перевода](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) перевода](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Английский](../README.md) | [Китайский (Упрощенный)](./README-ZH_CN.md) | <!-- translate:off -->
[Китайский (Традиционный)](./README-ZH_TW.md) | [Русский](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Японский](./README-ja.md) | [Итальянский](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Испанский](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes это приложение для заметок с иерархической структурой, Trilium Notes это приложение для заметок с иерархической структурой,
ориентированное на создание больших персональных баз знаний. ориентированное на создание больших персональных баз знаний.
Для быстрого ознакомления посмотрите <img src="./app.png" alt="Trilium Screenshot" width="1000">
[скриншот-тур](https://triliumnext.github.io/Docs/Wiki/screenshot-tour)
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Загрузка ## ⏬ Загрузка
- [Последний релиз](https://github.com/TriliumNext/Trilium/releases/latest) - [Последний релиз](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,78 +56,83 @@ Trilium Notes это приложение для заметок с иера
### Важные Ссылки ### Важные Ссылки
- [Руководство по началу работы](https://docs.triliumnotes.org/) - [Руководство по началу работы](https://docs.triliumnotes.org/)
- [Инструкция по - [Инструкция по установке](https://docs.triliumnotes.org/user-guide/setup)
установке](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Установка - [Установка
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Обновление - [Обновление
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Основные идеи и - [Основные идеи и
возможности](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) возможности](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Шаблоны Персональный Базы - [Шаблоны Персональный Базы
Знаний](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Знаний](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Возможности ## 🎁 Возможности
* Заметки можно расположить в виде дерева произвольной глубины. Отдельную * Заметки можно расположить в виде дерева произвольной глубины. Отдельную
заметку можно разместить в нескольких местах дерева (см. заметку можно разместить в нескольких местах дерева (см.
[клонирование](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [клонирование](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Продвинутый визуальный редактор (WYSIWYG) позволяет работать с таблицами, * Продвинутый визуальный редактор (WYSIWYG) позволяет работать с таблицами,
изображениями, [формулами](https://triliumnext.github.io/Docs/Wiki/text-notes) изображениями,
и разметкой markdown, имеет [формулами](https://docs.triliumnotes.org/user-guide/note-types/text) и
[автоформатирование](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) разметкой markdown, имеет
[автоформатирование](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Редактирование [заметок с исходным * Редактирование [заметок с исходным
кодом](https://triliumnext.github.io/Docs/Wiki/code-notes), включая подсветку кодом](https://docs.triliumnotes.org/user-guide/note-types/code), включая
синтаксиса подсветку синтаксиса
* Быстрая и простая [навигация между * Быстрая и простая [навигация между
заметками](https://triliumnext.github.io/Docs/Wiki/note-navigation), заметками](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
полнотекстовый поиск и [выделение полнотекстовый поиск и [выделение
заметок](https://triliumnext.github.io/Docs/Wiki/note-hoisting) в отдельный заметок](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
блок в отдельный блок
* Бесшовное [версионирование * Бесшовное [версионирование
заметки](https://triliumnext.github.io/Docs/Wiki/note-revisions) заметки](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Специальные [атрибуты](https://triliumnext.github.io/Docs/Wiki/attributes) * Специальные
[атрибуты](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
позволяют гибко организовать структуру, используются для поиска и продвинутого позволяют гибко организовать структуру, используются для поиска и продвинутого
[скриптинга](https://triliumnext.github.io/Docs/Wiki/scripts) [скриптинга](https://docs.triliumnotes.org/user-guide/scripts)
* Интерфейс доступен на Английском, Немецком, Испанском, Французском, Румынском * Интерфейс доступен на Английском, Немецком, Испанском, Французском, Румынском
и Китайском (упрощённом и традиционном) и Китайском (упрощённом и традиционном)
* Интеграция [OpenID and TOTP * Интеграция [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) для
для более безопасного входа более безопасного входа
* [Синхронизация](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Синхронизация](https://docs.triliumnotes.org/user-guide/setup/synchronization)
заметок со своим сервером заметок со своим сервером
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Надёжное [шифрование](https://triliumnext.github.io/Docs/Wiki/protected-notes) * Надёжное
[шифрование](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
с детализацией по каждой заметке с детализацией по каждой заметке
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Карты связей](https://triliumnext.github.io/Docs/Wiki/relation-map) и [карты * [Relation
ссылок](https://triliumnext.github.io/Docs/Wiki/link-map) для визуализации их maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
взяимосвязей [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Скрипты](https://triliumnext.github.io/Docs/Wiki/scripts) - см. [продвинутые * [Скрипты](https://docs.triliumnotes.org/user-guide/scripts) - см. [продвинутые
примеры](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) примеры](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Хорошо масштабируется, как по удобству использования, так и по * Хорошо масштабируется, как по удобству использования, так и по
производительности до 100000 заметок производительности до 100000 заметок
* Оптимизированный [мобильный * Оптимизированный [мобильный
фронтенд](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) смартфонов фронтенд](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend)
и планшетов смартфонов и планшетов
* [Темная тема](https://triliumnext.github.io/Docs/Wiki/themes) * [Темная тема](https://docs.triliumnotes.org/user-guide/concepts/themes)
* Импорт и экпорт * Импорт и экпорт
[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) и данных в [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[markdown](https://triliumnext.github.io/Docs/Wiki/markdown) формате и данных в
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) для [markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
формате
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) для
удобного сохранения веб-контента удобного сохранения веб-контента
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -218,7 +224,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Участвуйте в разработке ## 💻 Участвуйте в разработке
@ -308,8 +314,9 @@ Trilium не существовал бы без технологий, лежащ
библиотека деревьев, не имеющая себе равных. библиотека деревьев, не имеющая себе равных.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - библиотека визуальных связей. * [jsPlumb](https://github.com/jsplumb/jsplumb) - библиотека визуальных связей.
Используется в [картах Используется в [картах
связей](https://triliumnext.github.io/Docs/Wiki/relation-map.html) и [картах связей](https://docs.triliumnotes.org/user-guide/note-types/relation-map) и
ссылок](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [картах
ссылок](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Поддержка ## 🤝 Поддержка

115
docs/README-sl.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-sr.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for <img src="./app.png" alt="Trilium Screenshot" width="1000">
quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-sv.md vendored
View File

@ -20,18 +20,19 @@ releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Translation [![Translation
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Engelska](../README.md) | [Kinesiska (Förenklad)](./README-ZH_CN.md) | <!-- translate:off -->
[Kinesiska (Traditionell)](./README-ZH_TW.md) | [Ryska](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanska](./README-ja.md) | [Italienska](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanska](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes is a free and open-source, cross-platform hierarchical note taking Trilium Notes is a free and open-source, cross-platform hierarchical note taking
application with focus on building large personal knowledge bases. application with focus on building large personal knowledge bases.
Se [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) för en <img src="./app.png" alt="Trilium Screenshot" width="1000">
snabb överblick:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## Ladda ner ## Ladda ner
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -55,76 +56,79 @@ Our documentation is available in multiple formats:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -216,7 +220,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -305,8 +309,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

115
docs/README-tr.md vendored
View File

@ -21,18 +21,19 @@ sürümler)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Çeviri [![Çeviri
Durumu](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) Durumu](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[İngilizce](../README.md) | [Çince (Basitleştirilmiş)](./README-ZH_CN.md) | <!-- translate:off -->
[Çince (Geleneksel)](./README-ZH_TW.md) | [Rusça](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japonca](./README-ja.md) | [İtalyanca](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[İspanyolca](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes, büyük kişisel bilgi tabanları oluşturmaya odaklanmış, ücretsiz ve Trilium Notes, büyük kişisel bilgi tabanları oluşturmaya odaklanmış, ücretsiz ve
ık kaynaklı, çapraz platform hiyerarşik bir not alma uygulamasıdır. ık kaynaklı, çapraz platform hiyerarşik bir not alma uygulamasıdır.
Hızlı bir genel bakış için [ekran <img src="./app.png" alt="Trilium Screenshot" width="1000">
görüntülerine](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) bakın:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## İndir ## İndir
- [Son sürüm](https://github.com/TriliumNext/Trilium/releases/latest) stabil - [Son sürüm](https://github.com/TriliumNext/Trilium/releases/latest) stabil
@ -56,76 +57,79 @@ Dokümantasyonumuz birden fazla formatta mevcuttur:
### Quick Links ### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/) - [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation - [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
Instructions](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker - [Docker
Setup](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Upgrading - [Upgrading
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Basic Concepts and - [Basic Concepts and
Features](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Patterns of Personal Knowledge - [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Features ## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed * Notes can be arranged into arbitrarily deep tree. Single note can be placed
into multiple places in the tree (see into multiple places in the tree (see
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Rich WYSIWYG note editor including e.g. tables, images and * Rich WYSIWYG note editor including e.g. tables, images and
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [math](https://docs.triliumnotes.org/user-guide/note-types/text) with markdown
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) [autoformat](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Support for editing [notes with source * Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax code](https://docs.triliumnotes.org/user-guide/note-types/code), including
highlighting syntax highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
search and [note full text search and [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Seamless [note * Seamless [note
versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions) versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be * Note
used for note organization, querying and advanced [attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
[scripting](https://triliumnext.github.io/Docs/Wiki/scripts) can be used for note organization, querying and advanced
[scripting](https://docs.triliumnotes.org/user-guide/scripts)
* UI available in English, German, Spanish, French, Romanian, and Chinese * UI available in English, German, Spanish, French, Romanian, and Chinese
(simplified and traditional) (simplified and traditional)
* Direct [OpenID and TOTP * Direct [OpenID and TOTP
integration](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) integration](https://docs.triliumnotes.org/user-guide/setup/server/mfa) for
for more secure login more secure login
* [Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) * [Synchronization](https://docs.triliumnotes.org/user-guide/setup/synchronization)
with self-hosted sync server with self-hosted sync server
* there's a [3rd party service for hosting synchronisation * there are [3rd party services for hosting synchronisation
server](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes * [Sharing](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
to public internet (publishing) notes to public internet
* Strong [note * Strong [note
encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with encryption](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
per-note granularity with per-note granularity
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type * Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type
"canvas") "canvas")
* [Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and * [Relation
[link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
notes and their relations [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/) * Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
* [Geo maps](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with * [Geo maps](https://docs.triliumnotes.org/user-guide/collections/geomap) with
location pins and GPX tracks location pins and GPX tracks
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -217,7 +221,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -306,8 +310,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

112
docs/README-uk.md vendored
View File

@ -20,19 +20,20 @@
[![Статус [![Статус
перекладу](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) перекладу](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[English](../README.md) | [Chinese (Simplified)](./README-ZH_CN.md) | [Chinese <!-- translate:off -->
(Traditional)](./README-ZH_TW.md) | [Russian](./README-ru.md) | <!-- LANGUAGE SWITCHER -->
[Japanese](./README-ja.md) | [Italian](./README-it.md) | [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
[Spanish](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes — це безкоштовний кросплатформний ієрархічний додаток для ведення Trilium Notes — це безкоштовний кросплатформний ієрархічний додаток для ведення
нотаток з відкритим кодом, орієнтований на створення великих персональних баз нотаток з відкритим кодом, орієнтований на створення великих персональних баз
знань. знань.
Див. [скріншоти](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) для <img src="./app.png" alt="Trilium Screenshot" width="1000">
швидкого перегляду:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Завантажити ## ⏬ Завантажити
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
@ -56,76 +57,80 @@ Trilium Notes — це безкоштовний кросплатформний
### Швидкі посилання ### Швидкі посилання
- [Посібник із початку роботи](https://docs.triliumnotes.org/) - [Посібник із початку роботи](https://docs.triliumnotes.org/)
- [Інструкції з - [Інструкції з встановлення](https://docs.triliumnotes.org/user-guide/setup)
встановлення](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Налаштування - [Налаштування
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Оновлення - [Оновлення
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Основні поняття та - [Основні поняття та
функції](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) функції](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Шаблони особистої бази - [Шаблони особистої бази
знань](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) знань](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Можливості ## 🎁 Можливості
* Нотатки можна розташувати в дерево довільної глибини. Одну нотатку можна * Нотатки можна розташувати в дерево довільної глибини. Одну нотатку можна
розмістити в кількох місцях дерева (див. розмістити в кількох місцях дерева (див.
[клонування](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [клонування](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Багатий WYSIWYG-редактор нотаток, включаючи, наприклад, таблиці, зображення та * Багатий WYSIWYG-редактор нотаток, включаючи, наприклад, таблиці, зображення та
[математику](https://triliumnext.github.io/Docs/Wiki/text-notes) з markdown [математику](https://docs.triliumnotes.org/user-guide/note-types/text) з
[автоформат](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat) markdown
[автоформат](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting)
* Підтримка редагування [нотатки з вихідним * Підтримка редагування [нотатки з вихідним
кодом](https://triliumnext.github.io/Docs/Wiki/code-notes), включаючи кодом](https://docs.triliumnotes.org/user-guide/note-types/code), включаючи
підсвічування синтаксису підсвічування синтаксису
* Швидка та проста [навігація між * Швидка та проста [навігація між
нотатками](https://triliumnext.github.io/Docs/Wiki/note-navigation), нотатками](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
повнотекстовий пошук та [хостінг повнотекстовий пошук та [хостінг
нотаток](https://triliumnext.github.io/Docs/Wiki/note-hoisting) нотаток](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Безшовне [керування версіями * Безшовне [керування версіями
нотаток](https://triliumnext.github.io/Docs/Wiki/note-revisions) нотаток](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* [Атрибути](https://triliumnext.github.io/Docs/Wiki/attributes) нотатки можна * [Атрибути](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
використовувати для організації нотаток, запитів та розширеного нотатки можна використовувати для організації нотаток, запитів та розширеного
[сриптінгу](https://triliumnext.github.io/Docs/Wiki/scripts) [сриптінгу](https://docs.triliumnotes.org/user-guide/scripts)
* Інтерфейс користувача доступний англійською, німецькою, іспанською, * Інтерфейс користувача доступний англійською, німецькою, іспанською,
французькою, румунською та китайською (спрощеною та традиційною) мовами французькою, румунською та китайською (спрощеною та традиційною) мовами
* Пряма [OpenID та TOTP * Пряма [OpenID та TOTP
інтеграція](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) інтеграція](https://docs.triliumnotes.org/user-guide/setup/server/mfa) для
для безпечнішого входу безпечнішого входу
* [Синхронізація](https://triliumnext.github.io/Docs/Wiki/synchronization) із * [Синхронізація](https://docs.triliumnotes.org/user-guide/setup/synchronization)
власним сервером синхронізації із власним сервером синхронізації
* існує [сторонній сервіс для розміщення сервера * there are [3rd party services for hosting synchronisation
синхронізації](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Спільне використання](https://triliumnext.github.io/Docs/Wiki/sharing) * [Спільне
використання](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
(публікація) нотаток у загальнодоступному інтернеті (публікація) нотаток у загальнодоступному інтернеті
* Надійне [шифрування * Надійне [шифрування
нотаток](https://triliumnext.github.io/Docs/Wiki/protected-notes) з нотаток](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
деталізацією для кожної нотатки з деталізацією для кожної нотатки
* Створення ескізних схем на основі [Excalidraw](https://excalidraw.com/) (тип * Створення ескізних схем на основі [Excalidraw](https://excalidraw.com/) (тип
нотатки "полотно") нотатки "полотно")
* [Карти зв'язків](https://triliumnext.github.io/Docs/Wiki/relation-map) та * [Relation
[карти посилань](https://triliumnext.github.io/Docs/Wiki/link-map) для maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
візуалізації нотаток та їх зв'язків [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Інтелект-карти, засновані на [Mind Elixir](https://docs.mind-elixir.com/) * Інтелект-карти, засновані на [Mind Elixir](https://docs.mind-elixir.com/)
* [Геокарти](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) з * [Геокарти](https://docs.triliumnotes.org/user-guide/collections/geomap) з
географічними позначками та GPX-треками географічними позначками та GPX-треками
* [Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced * [Scripting](https://docs.triliumnotes.org/user-guide/scripts) - see [Advanced
showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) showcases](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) for
automation
* Scales well in both usability and performance upwards of 100 000 notes * Scales well in both usability and performance upwards of 100 000 notes
* Touch optimized [mobile * Touch optimized [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for
smartphones and tablets smartphones and tablets
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support * Built-in [dark
for user themes theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for
* [Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and user themes
[Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown) * [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy and [Markdown import &
saving of web content export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for
easy saving of web content
* Customizable UI (sidebar buttons, user-defined widgets, ...) * Customizable UI (sidebar buttons, user-defined widgets, ...)
* [Metrics](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), along with * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
a [Grafana along with a Grafana Dashboard.
Dashboard](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Check out the following third-party resources/communities for more TriliumNext ✨ Check out the following third-party resources/communities for more TriliumNext
related goodies: related goodies:
@ -217,7 +222,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -306,8 +311,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support

125
docs/README-vi.md vendored
View File

@ -20,18 +20,19 @@ hành)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
[![Tình trạng dịch [![Tình trạng dịch
thuật](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/) thuật](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
[Tiếng Anh](../README.md) | [Tiếng Trung (Giản thể)](./README-ZH_CN.md) | [Tiếng <!-- translate:off -->
Trung (Phồn thể)](./README-ZH_TW.md) | [Tiếng Nga](./README-ru.md) | [Tiếng <!-- LANGUAGE SWITCHER -->
Nhật](./README-ja.md) | [Tiếng Ý](./README-it.md) | [Tiếng Tây Ban [English](../README.md) | [Chinese (Simplified Han script)](./README-ZH_CN.md) |
Nha](./README-es.md) [Chinese (Traditional Han script)](./README-ZH_TW.md) |
[Spanish](./README-es.md) | [Italian](./README-it.md) |
[Japanese](./README-ja.md) | [Romanian](./README-ro.md) |
[German](./README-de.md) | [Greek](./README-el.md) | [French](./README-fr.md)
<!-- translate:on -->
Trilium Notes là một ứng dụng ghi chú phân cấp miễn phí, mã nguồn mở, đa nền Trilium Notes là một ứng dụng ghi chú phân cấp miễn phí, mã nguồn mở, đa nền
tảng tập trung vào việc xây dựng cơ sở tri thức cá nhân lớn. tảng tập trung vào việc xây dựng cơ sở tri thức cá nhân lớn.
Xem [ảnh chụp màn hình](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) <img src="./app.png" alt="Trilium Screenshot" width="1000">
để tổng quan nhanh:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Tải xuống ## ⏬ Tải xuống
- [Bản phát hành mới - [Bản phát hành mới
@ -56,78 +57,83 @@ Tài liệu của chúng tôi có sẵn ở nhiều định dạng:
### Liên Kết Nhanh ### Liên Kết Nhanh
- [Hướng Dẫn Bắt Đầu](https://docs.triliumnotes.org/) - [Hướng Dẫn Bắt Đầu](https://docs.triliumnotes.org/)
- [Hướng Dẫn Cài - [Hướng Dẫn Cài Đặt](https://docs.triliumnotes.org/user-guide/setup)
Đặt](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Thiết Lập - [Thiết Lập
Docker](./User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
- [Cập Nhật - [Cập Nhật
TriliumNext](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md) TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
- [Khái Niệm Và Chức Năng Cơ - [Khái Niệm Và Chức Năng Cơ
Bản](./User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md) Bản](https://docs.triliumnotes.org/user-guide/concepts/notes)
- [Các Mẫu Cơ Sở Tri Thức Cá - [Các Mẫu Cơ Sở Tri Thức Cá
Nhân](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) Nhân](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
## 🎁 Chức Năng ## 🎁 Chức Năng
* Các ghi chú có thể được sắp xếp thành cây có độ sâu bất kỳ. Một ghi chú có thể * Các ghi chú có thể được sắp xếp thành cây có độ sâu bất kỳ. Một ghi chú có thể
được đặt vào nhiều nơi trong cây (xem được đặt vào nhiều nơi trong cây (xem
[cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)) [cloning](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning))
* Trình soạn thảo ghi chú WYSIWYG đầy đủ tính năng, hỗ trợ bảng, hình ảnh, và * Trình soạn thảo ghi chú WYSIWYG đầy đủ tính năng, hỗ trợ bảng, hình ảnh, và
[toán học](https://triliumnext.github.io/Docs/Wiki/text-notes); đồng thời [tự [toán học](https://docs.triliumnotes.org/user-guide/note-types/text); đồng
động định dạng](https://triliumnext.github.io/Docs/Wiki/text-notes) sang thời [tự động định
markdown dạng](https://docs.triliumnotes.org/user-guide/note-types/text) sang markdown
* Hỗ trợ chỉnh sửa [ghi chú chứa mã * Hỗ trợ chỉnh sửa [ghi chú chứa mã
nguồn](https://triliumnext.github.io/Docs/Wiki/code-notes), kèm tô sáng cú nguồn](https://docs.triliumnotes.org/user-guide/note-types/code), kèm tô sáng
pháp pháp
* [Điều hướng giữa các ghi * [Điều hướng giữa các ghi
chú](https://triliumnext.github.io/Docs/Wiki/note-navigation) nhanh và dễ chú](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)
dàng, tìm kiếm toàn văn và [note nhanh và dễ dàng, tìm kiếm toàn văn và [note
hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting) hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
* Quản lý [phiên bản ghi * Quản lý [phiên bản ghi
chú](https://triliumnext.github.io/Docs/Wiki/note-revisions) mượt mà chú](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
* [Các thuộc tính](https://triliumnext.github.io/Docs/Wiki/attributes) ghi chú mượt mà
có thể được dùng cho việc tổ chức, truy xuất và [viết * [Các thuộc
script](https://triliumnext.github.io/Docs/Wiki/scripts) nâng cao tính](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes) ghi
chú có thể được dùng cho việc tổ chức, truy xuất và [viết
script](https://docs.triliumnotes.org/user-guide/scripts) nâng cao
* Giao diện sẵn có cho Tiếng Anh, Tiếng Đức, Tiếng Tây Ban Nha, Tiếng Pháp, * Giao diện sẵn có cho Tiếng Anh, Tiếng Đức, Tiếng Tây Ban Nha, Tiếng Pháp,
Tiếng Rumani, và Tiếng Trung (giản thể và phồn thể) Tiếng Rumani, và Tiếng Trung (giản thể và phồn thể)
* [Tích hợp OpenID và * [Tích hợp OpenID và
TOTP](./User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md) TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) trực tiếp để
trực tiếp để đăng nhập bảo mật hơn đăng nhập bảo mật hơn
* [Đồng bộ hóa](https://triliumnext.github.io/Docs/Wiki/synchronization) với máy * [Đồng bộ hóa](https://docs.triliumnotes.org/user-guide/setup/synchronization)
chủ đồng bộ tự triển khai với máy chủ đồng bộ tự triển khai
* có một [dịch vụ bên thứ ba để lưu trữ máy chủ đồng bộ * there are [3rd party services for hosting synchronisation
hóa](https://trilium.cc/paid-hosting) server](https://docs.triliumnotes.org/user-guide/setup/server/cloud-hosting)
* [Chia sẻ](https://triliumnext.github.io/Docs/Wiki/sharing) (công bố) các ghi * [Chia sẻ](https://docs.triliumnotes.org/user-guide/advanced-usage/sharing)
chú lên mạng Internet công cộng (công bố) các ghi chú lên mạng Internet công cộng
* [Mã hóa ghi chú](https://triliumnext.github.io/Docs/Wiki/protected-notes) mạnh * [Mã hóa ghi
mẽ với mức chi tiết đến từng ghi chú chú](https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes)
mạnh mẽ với mức chi tiết đến từng ghi chú
* Phác thảo sơ đồ, dựa trên [Excalidraw](https://excalidraw.com/) (loại ghi chú * Phác thảo sơ đồ, dựa trên [Excalidraw](https://excalidraw.com/) (loại ghi chú
"canvas") "canvas")
* [Bản đồ quan hệ](https://triliumnext.github.io/Docs/Wiki/relation-map) và [bản * [Relation
đồ liên kết](https://triliumnext.github.io/Docs/Wiki/link-map) để trực quan maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
hóa các ghi chú và mối quan hệ giữa chúng [note/link maps](https://docs.triliumnotes.org/user-guide/note-types/note-map)
for visualizing notes and their relations
* Sơ đồ tư duy, dựa trên [Mind Elixir](https://docs.mind-elixir.com/) * Sơ đồ tư duy, dựa trên [Mind Elixir](https://docs.mind-elixir.com/)
* [Bản đồ địa lý](./User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) với các * [Bản đồ địa lý](https://docs.triliumnotes.org/user-guide/collections/geomap)
chấm chỉ vị trí và các đường GPX với các chấm chỉ vị trí và các đường GPX
* [Viết script](https://triliumnext.github.io/Docs/Wiki/scripts) - xem [Mục * [Viết script](https://docs.triliumnotes.org/user-guide/scripts) - xem [Mục
trưng bày nâng trưng bày nâng
cao](https://triliumnext.github.io/Docs/Wiki/advanced-showcases) cao](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases)
* [REST API](https://triliumnext.github.io/Docs/Wiki/etapi) cho tự động hóa * [REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) cho
tự động hóa
* Mở rộng tốt về cả khả năng sử dụng và hiệu năng lên đến 100.000 ghi chú * Mở rộng tốt về cả khả năng sử dụng và hiệu năng lên đến 100.000 ghi chú
* Tối ưu hóa cảm ứng [mobile * Tối ưu hóa cảm ứng [mobile
frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) cho điện frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) cho
thoại thông minh và máy tính bảng điện thoại thông minh và máy tính bảng
* Tích hợp sẵn [giao diện tối](https://triliumnext.github.io/Docs/Wiki/themes), * Tích hợp sẵn [giao diện
hỗ trợ giao diện do người dùng tùy chỉnh tối](https://docs.triliumnotes.org/user-guide/concepts/themes), hỗ trợ giao
diện do người dùng tùy chỉnh
* Hỗ trợ nhập, xuất cho * Hỗ trợ nhập, xuất cho
[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) và [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote)
[Markdown](https://triliumnext.github.io/Docs/Wiki/markdown)
* [Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) để lưu trữ [Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown)
nội dung web dễ dàng * [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) để
lưu trữ nội dung web dễ dàng
* Giao diện tùy biến (nút thanh bên, widget do người dùng tự tạo,...) * Giao diện tùy biến (nút thanh bên, widget do người dùng tự tạo,...)
* [Các thông số](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics.md), cùng * [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics),
với một [Bảng điều khiển along with a Grafana Dashboard.
Grafana](./User%20Guide/User%20Guide/Advanced%20Usage/Metrics/grafana-dashboard.json)
✨ Hãy xem thử các nguồn tài nguyên/cộng đồng bên thứ ba dưới đây để tìm thêm ✨ Hãy xem thử các nguồn tài nguyên/cộng đồng bên thứ ba dưới đây để tìm thêm
nhiều tiện ích liên quan đến TriliumNext: nhiều tiện ích liên quan đến TriliumNext:
@ -219,7 +225,7 @@ TriliumDroid since the sync version must match between Trilium and TriliumDroid.
To install TriliumNext on your own server (including via Docker from To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
## 💻 Contribute ## 💻 Contribute
@ -308,8 +314,9 @@ Trilium would not be possible without the technologies behind it:
without real competition. without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library. * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://docs.triliumnotes.org/user-guide/note-types/relation-map) and
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map) [link
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
## 🤝 Support ## 🤝 Support