TriliumDroid App
Cross-platform hierarchical note taking application with focus on building large personal knowledge bases.
This is a port of the desktop application Trilium Notes. These features of the original are implemented:
- Synchronization with self-hosted or managed sync server (required)
- Rich WYSIWYG note editing
- Notes can be arranged into arbitrarily deep tree
- Fast and easy navigation between notes
- Single note can be placed into multiple places in the tree (cloning)
- Note attributes can be used for note organization, querying and advanced scripting
- Scripting
- Scales well in both usability and performance upwards of 10000 notes
The following features are only available in the desktop client. They will be implemented in the app at a later time.
- Support for editing notes with source code, including syntax highlighting
- Full text search
- Seamless note versioning
- Sharing (publishing) notes to public internet
- Strong note encryption with per-note granularity
- Sketching diagrams with built-in Excalidraw (note type "canvas")
- Relation maps and link maps for visualizing notes and their relations
- REST API for automation
- Scales well in both usability and performance upwards of 100000 notes
- Night theme
- Evernote and Markdown import & export
- Web Clipper for easy saving of web content
What's new in 0.93.0-alpha9
Here's a summary of the new features and improvements in TriliumDroid 0.93.0-alpha9:
- Added a read-only mode to disable database changes.
- Integrated an in-app user guide (copy of Trilium Next documentation).
- Implemented a light/dark theme override switch.
- Resolved an issue where the note tree could disappear until app restart.
- Addressed an error that occurred when modifying the same entity twice.
- Fixed a crash when sync login fails in the background.
- Improved note editor theme and link function.