Build your personal knowledge base with Trilium Notes
Find a file
zadam 96f4230bc1 Merge branch 'master' into next50
# Conflicts:
#	src/public/app/widgets/containers/root_container.js
#	src/services/app_info.js
2022-01-09 20:18:30 +01:00
.github feature request desc 2021-12-21 22:47:31 +01:00
.idea ETAPI delete/patch, refactoring 2022-01-07 19:33:59 +01:00
.vscode
bin add memberId to entity_changes to avoid having to resend all changes second time 2022-01-09 20:16:39 +01:00
db Merge branch 'master' into next50 2022-01-09 20:18:30 +01:00
docs API docs update 2022-01-05 20:31:21 +01:00
images global note map should respect hoisting, #2365 2021-11-21 10:40:48 +01:00
libraries added missing placeholder.js 2022-01-07 20:30:14 +01:00
spec fixed bug in search where note with inherited attribute is not matched when the owning note is not matched, #2457 2021-12-20 21:35:12 +01:00
spec-es6
src Merge branch 'master' into next50 2022-01-09 20:18:30 +01:00
test-etapi ETAPI search endpoint 2022-01-08 13:18:12 +01:00
.dockerignore
.gitignore
.gitpod.dockerfile
.gitpod.yml backlinks improvements, #2349 2021-12-02 22:00:42 +01:00
config-sample.ini
docker-compose.yml
Dockerfile backlinks improvements, #2349 2021-12-02 22:00:42 +01:00
electron.js
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json add memberId to entity_changes to avoid having to resend all changes second time 2022-01-09 20:16:39 +01:00
package.json Merge branch 'master' into next50 2022-01-09 20:18:30 +01:00
README-ZH_CN.md
README.md
README.ru.md
SECURITY.md
TODO
trilium.iml
webpack-desktop.config.js fix webpack build 2021-12-24 22:18:05 +01:00
webpack-mobile.config.js fix webpack build 2021-12-24 22:18:05 +01:00
webpack-setup.config.js fix webpack build 2021-12-24 22:18:05 +01:00

Trilium Notes

English | Chinese | Russian

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

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.