Trilium add-ons
April 21, 2024
awesome-trilium : A curated list of awesome Trilium Notes extensions. Including themes, widgets, scripts, API extensions, ETAPI, etc.
command-palette : Experiment I am working on to add a command palette to trilium. It is very simple right now, but does work well enough that I'm using it with a few shortcut
open local path : Trilium widget to open italicized file paths. Only works in Desktop app. Add as "JS Frontend" note and make sure it has the #widget property.
singlefile2trilium : Save faithful copy of a web page as a Trilium note with SingleFile web extension.
Pytrilium : Python SDK (wrapper, whatever you want to call it) for interacting with Trilium's ETAPI. The exact OpenAPI spec definition file that I'm trying to match can be found here .
example: Export a note to a file
Sources
- From < https://github.com/justyns/trilium-scripts >
- From < https://github.com/Nriver/awesome-trilium >
- From < https://gist.github.com/laundmo/de1f386fac9f9e797fd77022d63967c9 >
- From < https://github.com/nil0x42/singlefile2trilium?tab=readme-ov-file >
- From < https://github.com/perfectra1n/pytrilium >