mirror of
https://github.com/ricolandia/TriliumNext-Toolkit.git
synced 2026-05-17 10:55:40 -04:00
1,010 B
1,010 B
Canvas Template Loader Widget
A lightweight template system for Trilium Canvas. Insert complete visual frameworks directly into your Excalidraw canvases with a single click.
Features
- 🧩 1-Click Insertion: Easily add reusable Excalidraw templates into any active canvas.
- Native Integration: Templates are just standard Excalidraw canvas notes, making them easy to edit, duplicate, and expand.
Installation
- Create a new note of type
JS Frontend. - Add the label:
#widget. - Paste the widget code or import the
.zip. - Reload TriliumNext (
F5).
Creating Templates
To make a canvas available as a template:
- Create a normal Canvas note.
- Give it a title (e.g., "GTD", "SWOT").
- Add the label:
#canvasTemplate. The widget will automatically detect it and populate the menu!
Original link
https://github.com/orgs/TriliumNext/discussions/9667
