Build your personal knowledge base with Trilium Notes
Find a file
2021-02-27 23:39:02 +01:00
.github
.idea
.vscode
bin
db fixed saved note migration - need to be migrated as last, #1647 2021-02-16 21:40:17 +01:00
docs add frontend API method openTabWithNote, #1645 2021-02-17 23:55:51 +01:00
images
libraries fancytree 2.38.0 2021-02-09 21:33:55 +01:00
spec
spec-es6
src prompt user when there are unsaved changes, #1692 2021-02-27 23:39:02 +01:00
.dockerignore
.gitignore
.gitpod.dockerfile
.gitpod.yml
config-sample.ini config value to disable backups, closes #1533 2021-01-12 21:50:05 +01:00
docker-compose.yml
Dockerfile
electron.js
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json use longer update interval for web 2021-02-27 21:08:27 +01:00
package.json use longer update interval for web 2021-02-27 21:08:27 +01:00
README-ZH_CN.md
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