Build your personal knowledge base with Trilium Notes
Find a file
2023-06-30 15:25:45 +02:00
.github
.husky
.idea Merge branch 'master' into next61 2023-05-20 20:55:57 +02:00
.vscode keep this window on top 2023-05-27 14:23:50 +08:00
bin rename "note revision" to just "revision" 2023-06-04 23:01:40 +02:00
db shift migrations after upmerge 2023-06-20 23:32:31 +02:00
docs API docs 2023-06-29 20:54:58 +02:00
dump-db attachment ETAPI support WIP 2023-06-05 09:23:42 +02:00
images
libraries fix eslint validation 2023-06-30 00:02:25 +02:00
spec attachment content rendering 2023-05-21 18:14:17 +02:00
spec-es6
src refactor uploading files 2023-06-30 15:25:45 +02:00
test-etapi Merge branch 'stable' into next61 2023-06-20 23:30:45 +02:00
.dockerignore
.eslintignore
.eslintrc.js attachment WIP 2023-05-20 23:46:45 +02:00
.gitignore
.gitpod.dockerfile
.gitpod.yml
.prettierrc.js
CODE_OF_CONDUCT
config-sample.ini
docker-compose.yml
docker_healthcheck.js
Dockerfile
electron.js
issue_template.md
jsdoc-conf.json
LICENSE
nodemon.json
package-lock.json typos 2023-06-30 11:18:34 +02:00
package.json small refactorings 2023-06-29 22:10:13 +02:00
README-ZH_CN.md
README.ja.md
README.md
README.ru.md
SECURITY.md
start-docker.sh
trilium.iml
webpack.config.js

Trilium Notes

Join the chat at https://gitter.im/trilium-notes/Lobby English | Chinese | Russian | Japanese

Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. See screenshots for quick overview:

Trilium Screenshot

Ukraine is currently defending itself from Russian aggression, please consider donating to Ukrainian Army or humanitarian charities.

drawing Trilium Notes supports Ukraine!

🎁 Features

Check out awesome-trilium for 3rd party themes, scripts, plugins and more.

🏗 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.

Trilium is also provided as a Flatpak:

📝 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-server

📢 Shoutouts

  • CKEditor 5 - best WYSIWYG editor on the market, very interactive and listening team
  • FancyTree - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
  • CodeMirror - code editor with support for huge amount of languages
  • jsPlumb - visual connectivity library without competition. Used in relation maps and link maps

🤝 Support

You can support Trilium using GitHub Sponsors, PayPal or Bitcoin (bitcoin:bc1qv3svjn40v89mnkre5vyvs2xw6y8phaltl385d2).

🔑 License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.