Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.39 KB

File metadata and controls

29 lines (20 loc) · 1.39 KB

Trilium Plugins

Plugins

\ Name Portal
Trilium Outliner Link
Trilium Update Checker Link

Update Checker

How to Install

To receive update notifications for installed plugins:

  1. Create a new Code Note in Trilium.
  2. Set the note type to JS Frontend.
  3. Paste the update-checker code into the note.
  4. Add the label #run=frontendStartup to that note.
  5. Refresh Trilium.

Installed plugins automatically register their versions. When a newer version is released, a toast notification will appear in the bottom-right corner with a link to the release page.

How to Update a Plugin

  1. Click the Release link in the toast notification.
  2. Copy the latest plugin code from the release page.
  3. Paste it into the existing Code Note in Trilium, replacing the old code.
  4. Refresh Trilium.