mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00

styling fix Added enum to promoted attribute definition parser Fix for the dropdown Added enumValues attr Added support for task note type Added support for swimlanes and swimlane dashboard Some minor fixes regarding swimlanes fixed a bug with ckeditor where pasting of links was not possible restructured folders folder-restructuring some more restructuring some folder restructuring fixes for file restructuring restored removed code Sorted the swimlane lists by priority sorting swimlanes and blinking based on priority Added new func for commenting on tasks fixed the workflow end to end fixed the workflow end to end Fixed the style for comments. Added the functionality for marking tasks as Done Added a file to track feature wish-list Added status back to the task header. Also added relevant tags to the node_tree. Fixed the status update on the note tree items. Also added deadline back Adding tags to the Swimlane dashboard Updating the dashboard view Fixed the tags on the swimlane dashboard items Fixed the hide/show for swimlane headers Updated the dashboard, added the collapse and expand feature. Also added deadline to the dashboard and tasks Prevented empty lines to be added as a comment. Also cleared task_deadline on a new task created Adding swimlane props Fixed the swimlane done/deprio, also added the subtasks for the tasks that have children fixed the grouping on swimlanes, added bucket type for the main parent of tasks, added swimlane options to dashboard type, fixed deadlines, updates to how swimlanes are populated Removed the db logs Updated fancytree lib to the latest version Updated gitignore Test adding an enum label type styling fix Added enum to promoted attribute definition parser Fix for the dropdown Added enumValues attr Added support for task note type Added support for swimlanes and swimlane dashboard Some minor fixes regarding swimlanes fixed a bug with ckeditor where pasting of links was not possible restructured folders folder-restructuring some more restructuring some folder restructuring fixes for file restructuring restored removed code Sorted the swimlane lists by priority sorting swimlanes and blinking based on priority Added new func for commenting on tasks fixed the workflow end to end fixed the workflow end to end Fixed the style for comments. Added the functionality for marking tasks as Done Added a file to track feature wish-list Added status back to the task header. Also added relevant tags to the node_tree. Fixed the status update on the note tree items. Also added deadline back Adding tags to the Swimlane dashboard Updating the dashboard view Fixed the tags on the swimlane dashboard items Fixed the hide/show for swimlane headers Updated the dashboard, added the collapse and expand feature. Also added deadline to the dashboard and tasks Prevented empty lines to be added as a comment. Also cleared task_deadline on a new task created Adding swimlane props Fixed the swimlane done/deprio, also added the subtasks for the tasks that have children all the updates as of Apr 24, 2024
5.9 KiB
5.9 KiB
Trilium Notes
English | Chinese | Russian | Japanese
Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个人知识库。请参阅屏幕截图以快速了解:
Ukraine is currently suffering from Russian aggression, please consider donating to one of these charities.

特性
- 笔记可以排列成任意深的树。单个笔记可以放在树中的多个位置(请参阅克隆)
- 丰富的所见即所得笔记编辑功能,包括带有 Markdown 自动格式化功能的表格,图像和数学
- 支持编辑使用源代码的笔记,包括语法高亮显示
- 笔记之间快速导航,全文搜索和笔记聚焦
- 无缝笔记版本控制
- 笔记属性可用于笔记组织,查询和高级脚本编写
- 同步与自托管同步服务器
- 公开地分享(发布)笔记到互联网
- 具有按笔记粒度的强大的笔记加密
- 使用自带的 Excalidraw 来绘制图表(笔记类型“画布”)
- 关系图和链接图,用于可视化笔记及其关系
- 脚本 - 请参阅高级功能展示
- 在拥有超过 10 万条笔记时仍能保持良好的可用性和性能
- 针对智能手机和平板电脑进行优化的用于移动设备的前端
- 夜间主题
- Evernote 和 Markdown 导入导出功能
- 使用网页剪藏轻松保存互联网上的内容
构建
Trilium 可以用作桌面应用程序(Linux 和 Windows)或服务器(Linux)上托管的 Web 应用程序。虽然有 macOS 版本的桌面应用程序,但它不受支持。
- 如果要在桌面上使用 Trilium,请从最新版本下载适用于您平台的二进制版本,解压缩该软件包并运行
trilium
可执行文件。 - 如果要在服务器上安装 Trilium,请参考此页面。
- 当前仅支持(测试过)最近发布的 Chrome 和 Firefox 浏览器。
Trilium 也提供 Flatpak:
文档
您还可以阅读个人知识库模式,以获取有关如何使用 Trilium 的灵感。
贡献
使用基于浏览器的开发环境
或者克隆本仓库到本地,并运行
npm install
npm run start-server
致谢
- CKEditor 5 - 市面上最好的所见即所得编辑器,拥有互动性强且聆听能力强的团队
- FancyTree - 一个非常丰富的关于树的库,强大到没有对手。没有它,Trilium Notes 将不会如此。
- CodeMirror - 支持大量语言的代码编辑器
- jsPlumb - 强大的可视化连接库。用于关系图和链接图
捐赠
你可以通过 GitHub Sponsors,PayPal 或者比特币 (bitcoin:bc1qv3svjn40v89mnkre5vyvs2xw6y8phaltl385d2) 来捐赠。
许可证
本程序是自由软件:你可以再发布本软件和/或修改本软件,只要你遵循 Free Software Foundation 发布的 GNU Affero General Public License 的第三版或者任何(由你选择)更晚的版本。