Build your personal knowledge base with Trilium Notes
Find a file
2018-10-15 23:45:37 +02:00
.idea cut selection and put it into subnote, fixes #171 2018-09-06 22:58:46 +02:00
bin using new scrypt api from node 10 as a replacement of third party library 2018-10-14 11:48:29 +02:00
db added today script into demo document 2018-09-11 00:02:25 +02:00
docs api docs update 2018-10-07 16:27:12 +02:00
src fixed CTRL-ALT-P shortcut 2018-10-15 23:45:37 +02:00
.dockerignore added docker build, closes #106 2018-06-10 15:06:52 -04:00
.gitignore added jsdocs generated pages 2018-08-29 20:44:35 +02:00
config-sample.ini delete attributes when deleting note 2018-08-15 15:27:22 +02:00
Dockerfile use node 10 also for server edition 2018-10-14 11:35:31 +02:00
electron.js fixed CTRL-ALT-P shortcut 2018-10-15 23:45:37 +02:00
LICENSE
package-lock.json fixed CTRL-ALT-P shortcut 2018-10-15 23:45:37 +02:00
package.json using new scrypt api from node 10 as a replacement of third party library 2018-10-14 11:48:29 +02:00
README.md fix links in README 2018-10-12 18:38:57 +02:00
trilium.iml label service refactoring + rename of doInTransaction to transactional 2018-04-07 13:03:16 -04:00

Trilium Notes

Join the chat at https://gitter.im/trilium-notes/Lobby Trilium Notes is a hierarchical note taking application. Picture tells a thousand words:

See other pictures in screenshot tour.

Features

Builds

Trilium is provided as either desktop application (Electron-based) or web application hosted on your server.

  • If you want to use Trilium on the desktop, download binary release for your platform (currently Linux and Windows are supported) 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.

Status

Trilium is beta quality software. While it is reasonably feature complete and is tested by its author, it lacks proper testing by more users. It's not yet recommended for daily use, but testing and experimentation is encouraged.

Documentation

See wiki for complete list of documentation pages.