Build your personal knowledge base with Trilium Notes
Find a file
2019-08-01 21:36:55 +02:00
.idea package updates 2019-07-18 20:20:38 +02:00
bin Merge remote-tracking branch 'origin/master' 2019-07-18 20:20:45 +02:00
db
docs
images
libraries update to ckeditor 12.3.1 2019-07-11 22:30:40 +02:00
src use overflow-wrap instead of word-break which doesn't break words unless they really don't fit 2019-08-01 21:36:55 +02:00
.dockerignore
.gitignore
.gitpod.yml
config-sample.ini Add host option (#588) 2019-07-09 22:50:20 +02:00
docker-compose.yml
Dockerfile save note in clipper 2019-07-06 16:48:06 +02:00
electron.js choose only desired context menu items 2019-06-30 21:34:19 +02:00
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json fix mobile tree not expanding automatically on load 2019-07-30 21:18:43 +02:00
package.json fix mobile tree not expanding automatically on load 2019-07-30 21:18:43 +02:00
README.md added web clipper to readme 2019-07-20 14:27:36 +02:00
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 and Windows) or web application hosted on your server (Linux). Mac OS desktop build is available, but it is unsupported.

  • 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