You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
TriliumNext Notes is an open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases.
7
+
TriliumNext Notes is a free and open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases.
8
8
9
9
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for quick overview:
* Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see [cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes))
16
+
* Rich WYSIWYG note editor including e.g. tables, images and [math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)
17
+
* Support for editing [notes with source code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax highlighting
18
+
* Fast and easy [navigation between notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text search and [note hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be used for note organization, querying and advanced [scripting](https://triliumnext.github.io/Docs/Wiki/scripts)
21
+
* UI available in English, German, Spanish, French, Romanian, and Chinese (simplified and traditional)
22
+
* Direct [OpenID and TOTP integration](.docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Server%20Installation/Multi-Factor%20Authentication.md") for more secure login
23
+
*[Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) with self-hosted sync server
24
+
* there's a [3rd party service for hosting synchronisation server](https://trilium.cc/paid-hosting)
25
+
*[Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes to public internet
26
+
* Strong [note encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with per-note granularity
27
+
* Sketching diagrams, based on [Excalidraw](https://excalidraw.com/) (note type "canvas")
28
+
*[Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and [link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing notes and their relations
29
+
* Mind maps, based on [Mind Elixir](https://docs.mind-elixir.com/)
30
+
*[Geo maps](./docs/User%20Guide/User%20Guide/Note%20Types/Geo%20Map.md) with location pins and GPX tracks
31
+
*[Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases)
32
+
*[REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation
33
+
* Scales well in both usability and performance upwards of 100 000 notes
34
+
* Touch optimized [mobile frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for smartphones and tablets
35
+
* Built-in [dark theme](https://triliumnext.github.io/Docs/Wiki/themes), support for user themes
36
+
*[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and [Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown)
37
+
*[Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy saving of web content
✨ Check out the following third-party resources/communities for more TriliumNext related goodies:
41
+
42
+
-[awesome-trilium](https://github.com/Nriver/awesome-trilium) for 3rd party themes, scripts, plugins and more.
43
+
-[TriliumRocks!](https://trilium.rocks/) for tutorials, guides, and much more.
44
+
13
45
## ⚠️ Why TriliumNext?
14
46
15
-
[The original Trilium project is in maintenance mode](https://github.com/zadam/trilium/issues/4620)
47
+
[The original Trilium project is in maintenance mode](https://github.com/zadam/trilium/issues/4620).
16
48
17
49
### Migrating from Trilium?
18
50
19
51
There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Notes instance. Simply [install TriliumNext/Notes](#-installation) as usual and it will use your existing database.
20
52
21
53
Versions up to and including [v0.90.4](https://github.com/TriliumNext/Notes/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext have their sync versions incremented.
22
54
23
-
## Documentation
55
+
## 📖 Documentation
24
56
25
57
We're currently in the progress of moving the documentation to in-app (hit the `F1` key within Trilium). As a result, there may be some missing parts until we've completed the migration. If you'd prefer to navigate through the documentation within GitHub, you can navigate the [User Guide](./docs/User%20Guide/User%20Guide/) documentation.
26
58
@@ -29,55 +61,40 @@ Below are some quick links for your convenience to navigate the documentation:
-[Github Issues](https://github.com/TriliumNext/Notes/issues) (For bug reports and feature requests.)
42
76
43
-
## 🎁 Features
77
+
## 🏗 Installation
44
78
45
-
* Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see [cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes))
46
-
* Rich WYSIWYG note editing including e.g. tables, images and [math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown [autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)
47
-
* Support for editing [notes with source code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax highlighting
48
-
* Fast and easy [navigation between notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text search and [note hoisting](https://triliumnext.github.io/Docs/Wiki/note-hoisting)
* Note [attributes](https://triliumnext.github.io/Docs/Wiki/attributes) can be used for note organization, querying and advanced [scripting](https://triliumnext.github.io/Docs/Wiki/scripts)
51
-
* Direct OpenID and TOTP integration for more secure login
52
-
*[Synchronization](https://triliumnext.github.io/Docs/Wiki/synchronization) with self-hosted sync server
53
-
* there's a [3rd party service for hosting synchronisation server](https://trilium.cc/paid-hosting)
54
-
*[Sharing](https://triliumnext.github.io/Docs/Wiki/sharing) (publishing) notes to public internet
55
-
* Strong [note encryption](https://triliumnext.github.io/Docs/Wiki/protected-notes) with per-note granularity
56
-
* Sketching diagrams with built-in Excalidraw (note type "canvas")
57
-
*[Relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map) and [link maps](https://triliumnext.github.io/Docs/Wiki/link-map) for visualizing notes and their relations
58
-
*[Scripting](https://triliumnext.github.io/Docs/Wiki/scripts) - see [Advanced showcases](https://triliumnext.github.io/Docs/Wiki/advanced-showcases)
59
-
*[REST API](https://triliumnext.github.io/Docs/Wiki/etapi) for automation
60
-
* Scales well in both usability and performance upwards of 100 000 notes
61
-
* Touch optimized [mobile frontend](https://triliumnext.github.io/Docs/Wiki/mobile-frontend) for smartphones and tablets
*[Evernote](https://triliumnext.github.io/Docs/Wiki/evernote-import) and [Markdown import & export](https://triliumnext.github.io/Docs/Wiki/markdown)
64
-
*[Web Clipper](https://triliumnext.github.io/Docs/Wiki/web-clipper) for easy saving of web content
79
+
### Windows / MacOS
65
80
66
-
✨ Check out the following third-party resources/communities for more TriliumNext related goodies:
81
+
Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the `trilium` executable.
67
82
68
-
-[awesome-trilium](https://github.com/Nriver/awesome-trilium) for 3rd party themes, scripts, plugins and more.
69
-
-[TriliumRocks!](https://trilium.rocks/) for tutorials, guides, and much more.
83
+
### Linux
70
84
71
-
## 🏗 Installation
85
+
If your distribution is listed in the table below, use your distribution's package.
To use TriliumNext on your desktop machine (Linux, MacOS, and Windows) you have a few options:
89
+
You may also download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the `trilium` executable.
76
90
77
-
* Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the `trilium` executable.
78
-
* Access TriliumNext via the web interface of a server installation (see below)
79
-
* Currently only the latest versions of Chrome & Firefox are supported (and tested).
80
-
* TriliumNext is also provided as a Flatpak, but not yet published on FlatHub.
91
+
TriliumNext is also provided as a Flatpak, but not yet published on FlatHub.
92
+
93
+
### Browser (any OS)
94
+
95
+
If you use a server installation (see below), you can directly access the web interface (which is almost identical to the desktop app).
96
+
97
+
Currently only the latest versions of Chrome & Firefox are supported (and tested).
81
98
82
99
### Mobile
83
100
@@ -91,11 +108,6 @@ See issue https://github.com/TriliumNext/Notes/issues/72 for more information on
91
108
92
109
To install TriliumNext on your own server (including via Docker from [Dockerhub](https://hub.docker.com/r/triliumnext/notes)) follow [the server installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation).
93
110
94
-
## 📝 Documentation
95
-
96
-
[See wiki for complete list of documentation pages.](https://triliumnext.github.io/Docs)
97
-
98
-
You can also read [Patterns of personal knowledge base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge) to get some inspiration on how you might use TriliumNext.
99
111
100
112
## 💻 Contribute
101
113
@@ -150,4 +162,6 @@ Support for the TriliumNext organization will be possible in the near future. Fo
150
162
151
163
## 🔑 License
152
164
165
+
Copyright 2017-2025 zadam, Elian Doran, and other contributors
166
+
153
167
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
0 commit comments