maphew

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