Build your personal knowledge base with Trilium Notes
Find a file
2019-03-30 20:09:38 +01:00
.idea fixed saved search 2019-02-15 21:21:26 +01:00
bin import images 2019-02-25 21:22:57 +01:00
db migration for inconsistent isProtected status across notes and note_contents 2019-03-30 20:09:38 +01:00
docs current note as in note loaded into right pane is now called "active note" in frontend API 2019-03-12 21:52:19 +01:00
src migration for inconsistent isProtected status across notes and note_contents 2019-03-30 20:09:38 +01:00
.dockerignore
.gitignore
.gitpod.yml
config-sample.ini
Dockerfile
electron.js Save electron window size and position, closes #186 2019-02-12 22:42:40 +01:00
issue_template.md issue template 2019-01-21 19:55:07 +01:00
jsdoc-conf.json
LICENSE
package-lock.json fix loading of protected session in electron, #469 2019-03-30 18:00:08 +01:00
package.json 0.30.6 2019-03-28 22:35:36 +01:00
README.md
trilium.iml

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, Windows, Mac) or web application hosted on your server (Linux).

  • 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