Build your personal knowledge base with Trilium Notes
Find a file
MeIchthys 54ecd2ee75
Prevent td text from overlapping th text (#1002)
This makes all of the Note Info sections more consistent with each other. It prevents overlapping of text when the window is displayed in a small-width environment.
2020-05-06 23:12:28 +02:00
.github
.idea fixes for image download 2020-05-06 23:11:34 +02:00
bin added scripts for running trilium as "portable" 2020-04-29 21:55:57 +02:00
db
docs added collapsible widgets to the docs 2020-04-21 23:14:55 +02:00
images
libraries make note tree initial load non-lazy 2020-04-30 23:58:34 +02:00
src Prevent td text from overlapping th text (#1002) 2020-05-06 23:12:28 +02:00
.dockerignore
.gitignore
.gitpod.dockerfile
.gitpod.yml
config-sample.ini
docker-compose.yml
Dockerfile
electron.js
issue_template.md
jsdoc-conf.json
LICENSE
package-lock.json fix renaming existing attributes + added new label autoReadOnlyDisabled to control automatic setting to readOnly mode 2020-05-06 21:41:14 +02:00
package.json fix closing tab by mouse 2020-05-06 21:24:51 +02:00
README.md fix help links and displayed shortcuts, closes #971 2020-04-18 11:14:09 +02:00
trilium.iml
webpack-desktop.config.js
webpack-mobile.config.js
webpack-setup.config.js

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