Build your personal knowledge base with Trilium Notes
Go to file
2018-08-30 22:38:34 +02:00
.idea attributes can be inherited through special relation "inheritAttributes" 2018-08-13 17:05:16 +02:00
bin new server package build without using pkg (fixes images stuff) 2018-08-30 21:57:14 +02:00
db new server package build without using pkg (fixes images stuff) 2018-08-30 21:57:14 +02:00
docs added jsdocs generated pages 2018-08-29 20:44:35 +02:00
src protection against deleting root note 2018-08-30 22:38:34 +02:00
.dockerignore added docker build, closes #106 2018-06-10 15:06:52 -04:00
.gitignore added jsdocs generated pages 2018-08-29 20:44:35 +02:00
config-sample.ini delete attributes when deleting note 2018-08-15 15:27:22 +02:00
Dockerfile added docker build, closes #106 2018-06-10 15:06:52 -04:00
electron.js links to documentation for attributes, links and search + fix for opening external links 2018-08-14 23:07:50 +02:00
LICENSE licensing under AGPL v3 2017-12-10 21:13:39 -05:00
package-lock.json new server package build without using pkg (fixes images stuff) 2018-08-30 21:57:14 +02:00
package.json new server package build without using pkg (fixes images stuff) 2018-08-30 21:57:14 +02:00
README.md new server package build without using pkg (fixes images stuff) 2018-08-30 21:57:14 +02:00
trilium.iml label service refactoring + rename of doInTransaction to transactional 2018-04-07 13:03:16 -04:00

Trilium Notes

Join the chat at https://gitter.im/trilium-notes/Lobby Trilium Notes is a hierarchical note taking application. Picture tells a thousand words:

See other pictures in screenshot tour.

Features

  • Notes can be arranged into arbitrarily deep hierarchy (tree)
    • Notes can have more than 1 parents - see cloning
  • WYSIWYG (What You See Is What You Get) editing
  • Support for editing notes with source code, including syntax highlighting
  • Fast and easy navigation between notes
  • Seamless note versioning
  • Note attributes can be used to notes as an alternative for note organization and querying
  • Can be deployed as web application and / or desktop application with offline access (electron based)
  • Synchronization with self-hosted sync server
  • Strong note encryption
  • Scripting - see Advanced showcases
  • Scales well in both usability and performance upwards of 100 000 notes

Builds

  • If you want to install Trilium on server, follow this page.
    • Currently only recent Chrome and Firefox are supported (tested) browsers.
  • 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.

Status

This is beta quality software. While it is reasonably feature complete and is tested by its author, it lacks proper testing by more users. It's not yet recommended for daily use, but testing and experimentation is encouraged.

Documentation

See wiki for complete list of documentation pages.