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 .
trilium-alchemy: Python SDK and CLI toolkit for TriliumNext Notes, compatible with Trilium Notes
trilium-py: Feature-rich Python client for interacting with the API and ETAPI of Trilium Notes. 用于与Trilium Notes的API和ETAPI交互的Python多功能客户端
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 >