Build your personal knowledge base with Trilium Notes
Find a file
Slavi Pantaleev 86b9f5a8b0 Exit on SIGINT
Pressing Ctrl+C used to not exit the application
(at least when running the Docker image).

Explicitly catching the `SIGINT` interrupt signal and exiting
fixes the problem.

We currently make it exit immediately as soon as the signal arrives.

In the future, it may be preferable to do dispatch some event and
try to exit more gracefully (finish any ongoing synchronization work,
etc.)
Still, I think it's better to exit directly than to not do anything at
all, in which case `SIGKILL` is likely to follow and kill the process
even more abruptly.
2019-05-28 13:38:32 +03:00
.idea fix creation of top level note, closes #501 2019-04-29 21:18:12 +02:00
bin create "series" docker tag 2019-04-23 20:20:42 +02:00
db schema update 2019-05-27 19:34:18 +02:00
docs fix recent notes (db & sync version increase) 2019-05-21 21:47:28 +02:00
images moved libraries and images out of src folder 2019-03-30 09:39:58 +01:00
libraries mobile web fixes 2019-05-22 20:53:59 +02:00
src Exit on SIGINT 2019-05-28 13:38:32 +03:00
.dockerignore
.gitignore
.gitpod.yml
config-sample.ini
docker-compose.yml add example docker-compose 2019-04-14 15:24:35 +02:00
Dockerfile fix consistency checks for fulltext 2019-03-29 22:08:04 +01:00
electron.js more reliable reimplementation of "create day sub note" 2019-04-14 12:18:52 +02:00
issue_template.md issue template 2019-01-21 19:55:07 +01:00
jsdoc-conf.json
LICENSE
package-lock.json schema update 2019-05-27 19:34:18 +02:00
package.json release 0.32.1-beta 2019-05-27 21:39:43 +02:00
README.md
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, Windows, Mac) or web application hosted on your server (Linux).

  • 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