Skip to content
Discussion options

You must be logged in to vote

The main difference is that widgets are reusable UI components that live in specific areas of the Trilium interface (like the left pane, center pane, or right pane) and are designed to react automatically to note activation or switching. They are implemented as JS frontend notes that extend BasicWidget or NoteContextAwareWidget and are labeled with #widget. Widgets are best for features that need to run automatically or provide interactive UI elements tied to notes, such as math rendering, diagram rendering, or dynamic word counts. They are tightly integrated into the UI and event system, making them ideal for event-driven or always-on behaviors example & explanation overview.

Custom ren…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant