Build your personal knowledge base with Trilium Notes
Find a file
2019-02-10 12:19:48 +01:00
.idea note content refactoring, WIP 2019-02-08 21:01:26 +01:00
bin
db note content refactoring, WIP 2019-02-08 21:01:26 +01:00
docs
src some help dialog content 2019-02-10 12:19:48 +01:00
.dockerignore
.gitignore
.gitpod.yml
config-sample.ini
Dockerfile
electron.js
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json fix consistency check 2019-02-03 16:22:45 +01:00
package.json release 0.29.0-beta 2019-02-03 15:44:19 +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