Build your personal knowledge base with Trilium Notes
Find a file
2020-07-22 22:52:15 +02:00
.github
.idea
.vscode Add a VSCode debug configuration matching the start-server npm script (#1061) 2020-05-31 12:40:53 +02:00
bin removed now unused image minifying binaries 2020-06-30 23:41:13 +02:00
db attr detail handles label/relation definition updates 2020-07-18 23:45:28 +02:00
docs
images
libraries fancytree 2.36.0 2020-07-15 22:40:58 +02:00
spec better reporting for search parsing errors 2020-07-22 22:52:15 +02:00
spec-es6 parsing and setting isInheritable flag 2020-07-13 23:27:23 +02:00
src better reporting for search parsing errors 2020-07-22 22:52:15 +02:00
.dockerignore
.gitignore
.gitpod.dockerfile
.gitpod.yml
config-sample.ini
docker-compose.yml
Dockerfile
electron.js use better-sqlite3 2020-06-17 23:03:46 +02:00
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json better reporting for search parsing errors 2020-07-22 22:52:15 +02:00
package.json better reporting for search parsing errors 2020-07-22 22:52:15 +02:00
README.md
SECURITY.md
trilium.iml
webpack-desktop.config.js
webpack-mobile.config.js
webpack-setup.config.js

Trilium Notes

Join the chat at https://gitter.im/trilium-notes/Lobby Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. See screenshots for quick overview:

Features

Builds

Trilium is provided as either desktop application (Linux and Windows) or web application hosted on your server (Linux). Mac OS desktop build is available, but it is unsupported.

  • If you want to use Trilium on the desktop, download binary release for your platform from latest release, unzip the package and run trilium executable.
  • If you want to install Trilium on server, follow this page.
    • Currently only recent Chrome and Firefox are supported (tested) browsers.

Documentation

See wiki for complete list of documentation pages.

You can also read Patterns of personal knowledge base to get some inspiration on how you might use Trilium.

Contribute

Use a browser based dev environment

Open in Gitpod

Or clone locally and run

npm install
npm run start-server

Shoutouts

  • CKEditor 5 - best WYSIWYG editor on the market, very interactive and listening team
  • FancyTree - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
  • CodeMirror - code editor with support for huge amount of languages
  • jsPlumb - visual connectivity library without competition. Used in relation maps and link maps