Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ff6630f

Browse files
authored
Merge pull request #1976 from FliegendeWurst/readme-rewrite
Reorganize + rewrite readme, reducing redundancy
2 parents fb379c9 + 35d68b0 commit ff6630f

File tree

1 file changed

+56
-42
lines changed

1 file changed

+56
-42
lines changed

README.md

Lines changed: 56 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,55 @@
44

55
[English](./README.md) | [Chinese](./docs/README-ZH_CN.md) | [Russian](./docs/README.ru.md) | [Japanese](./docs/README.ja.md) | [Italian](./docs/README.it.md) | [Spanish](./docs/README.es.md)
66

7-
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.
88

99
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for quick overview:
1010

1111
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
1212

13+
## 🎁 Features
14+
15+
* 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)
19+
* Seamless [note versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions)
20+
* 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
38+
* Customizable UI (sidebar buttons, user-defined widgets, ...)
39+
40+
✨ 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+
1345
## ⚠️ Why TriliumNext?
1446

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).
1648

1749
### Migrating from Trilium?
1850

1951
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.
2052

2153
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.
2254

23-
## Documentation
55+
## 📖 Documentation
2456

2557
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.
2658

@@ -29,55 +61,40 @@ Below are some quick links for your convenience to navigate the documentation:
2961
- [Docker installation](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md)
3062
- [Upgrading TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md)
3163
- [Concepts and Features - Note](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
64+
- [Patterns of personal knowledge base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
3265

66+
Until we finish reorganizing the documentation, you may also want to [browse the old documentation](https://triliumnext.github.io/Docs).
3367

3468
## 💬 Discuss with us
3569

3670
Feel free to join our official conversations. We would love to hear what features, suggestions, or issues you may have!
3771

38-
- [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (For synchronous discussions)
72+
- [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (For synchronous discussions.)
3973
- The `General` Matrix room is also bridged to [XMPP](xmpp:[email protected]?join)
40-
- [Github Discussions](https://github.com/TriliumNext/Notes/discussions) (For Asynchronous discussions)
41-
- [Wiki](https://triliumnext.github.io/Docs/) (For common how-to questions and user guides)
74+
- [Github Discussions](https://github.com/TriliumNext/Notes/discussions) (For asynchronous discussions.)
75+
- [Github Issues](https://github.com/TriliumNext/Notes/issues) (For bug reports and feature requests.)
4276

43-
## 🎁 Features
77+
## 🏗 Installation
4478

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)
49-
* Seamless [note versioning](https://triliumnext.github.io/Docs/Wiki/note-revisions)
50-
* 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
62-
* [Night theme](https://triliumnext.github.io/Docs/Wiki/themes)
63-
* [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
6580

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.
6782

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
7084

71-
## 🏗 Installation
85+
If your distribution is listed in the table below, use your distribution's package.
7286

73-
### Desktop
87+
[![Packaging status](https://repology.org/badge/vertical-allrepos/trilium-next-desktop.svg)](https://repology.org/project/trilium-next-desktop/versions)
7488

75-
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.
7690

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).
8198

8299
### Mobile
83100

@@ -91,11 +108,6 @@ See issue https://github.com/TriliumNext/Notes/issues/72 for more information on
91108

92109
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).
93110

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.
99111

100112
## 💻 Contribute
101113

@@ -150,4 +162,6 @@ Support for the TriliumNext organization will be possible in the near future. Fo
150162

151163
## 🔑 License
152164

165+
Copyright 2017-2025 zadam, Elian Doran, and other contributors
166+
153167
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

Comments
 (0)