Build your personal knowledge base with Trilium Notes
Go to file
2018-09-07 13:55:13 +02:00
.idea cut selection and put it into subnote, fixes #171 2018-09-06 22:58:46 +02:00
bin fix copy scrypt binary to correct directory 2018-09-06 23:23:19 +02:00
db increased default min pane width to 350px 2018-09-06 12:02:42 +02:00
docs new frontend API - getCurrentNoteContent and onNoteChange 2018-09-03 16:05:28 +02:00
src provide H4-H6, fixes #177 2018-09-07 13:47:26 +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 for docker and server package 2018-09-05 20:35:33 +02:00
electron.js smaller initial height of 800 to fit into 1600*900 display 2018-09-01 13:41:01 +02:00
LICENSE
package-lock.json using @mlink/scrypt for node 10 compatibility 2018-09-05 15:14:20 +02:00
package.json using @mlink/scrypt for node 10 compatibility 2018-09-05 15:14:20 +02:00
README.md note about platform support in README 2018-09-07 13:55:13 +02:00
trilium.iml

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.