Build your personal knowledge base with TriliumNext Notes
 
 
 
 
 
 
Go to file
azivner 8c79779060 Merge remote-tracking branch 'origin/master' 2017-12-24 22:54:47 +07:00
bin expanding server request timeout for long tree requests 2017-12-10 00:02:13 +07:00
db added demo document SQL scripts 2017-12-23 13:16:18 +07:00
doc added doc folder 2017-12-10 23:21:47 +07:00
migrations change in naming of SQL methods 2017-12-23 11:02:38 +07:00
public fix for not working keyboard navigation after context menu (de)activation by handling this with hotkeys plugin 2017-12-24 14:01:20 +07:00
routes fix cloning already existing (deleted) node 2017-12-23 23:31:17 +07:00
services if config file doesn't exist, create it from config sample 2017-12-24 15:12:18 +07:00
test cleaned up "CBC" from methods since we don't have CTR 2017-11-18 12:53:17 +07:00
views if config file doesn't exist, create it from config sample 2017-12-24 15:12:18 +07:00
.gitignore regenerate session after login/logout 2017-10-15 20:16:30 +07:00
LICENSE licensing under AGPL v3 2017-12-10 21:13:39 +07:00
README.md Update README.md 2017-12-24 22:52:35 +07:00
app.js yet another attempt at fixing reporting sync changes to client 2017-12-19 23:22:21 +07:00
build.sh fix build script 2017-11-13 23:41:44 +07:00
config-sample.ini if config file doesn't exist, create it from config sample 2017-12-24 15:12:18 +07:00
export-schema.sh added demo document SQL scripts 2017-12-23 13:16:18 +07:00
generate-cert.sh https support (with custom ca) for sync 2017-12-01 20:39:48 +07:00
index.js load port from config file for electron 2017-11-20 19:59:42 +07:00
package-lock.json added search for electron + sourcemap for jquery 2017-12-12 21:40:55 +07:00
package.json 0.0.9 2017-12-24 22:54:39 +07:00
set-build.sh added app and db versions to about dialog in settings 2017-11-16 20:03:44 +07:00

README.md

Trilium

Hierarchical note taking application.

Features

  • Notes can be arranged into arbitrarily deep hierarchy
    • Notes can have more than 1 parents - see cloning
  • WYSIWYG (What You See Is What You Get) editing
  • Fast and easy navigation between notes
  • Seamless note versioning
  • Can be deployed as web application and / or desktop application with offline access (electron based)
  • Synchronization with self-hosted sync server
  • Strong note encryption

Builds

  • If you want to install Trilium on server, follow this page
  • If you want to use Trilium on the desktop, download binary release from [releases], unzip the package and run trilium executable.

Supported platforms

Desktop (electron) builds are available for Linux and Windows.

Requirements for web based installation are outlined in (https://github.com/zadam/trilium/wiki/Installation-on-server).

Currently only recent Chrome and Firefox are supported (tested) browsers. Other modern browsers should work as well.

Documentation

See wiki for complete list of available pages.