Build your personal knowledge base with Trilium Notes
Go to file
2018-11-14 19:33:48 +01:00
.idea saving image 2018-11-08 11:08:16 +01: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 method name refactoring 2018-11-14 17:26:07 +01:00
docs method name refactoring 2018-11-14 17:26:07 +01:00
src "go to selected note" button now has also note tooltip 2018-11-14 19:33:48 +01: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 licensing under AGPL v3 2017-12-10 21:13:39 -05:00
package-lock.json enter protected password is not modal now, closes #217 2018-11-08 23:48:49 +01:00
package.json Merge branch 'stable' 2018-11-11 19:26:40 +01:00
README.md create notebook's "root note" for ENEX import 2018-11-05 09:23:04 +01: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.