21st December 2021 at 10:26am
Modals (or "wizards") fade the main TiddlyWiki window to display an isolated tiddler that must be explicitly dismissed by the user.
The tiddler to be displayed can contain the following optional fields that are used to customise the modal:
Field | Description |
---|---|
footer | The footer text for the modal |
subtitle | The subtitle text for a modal, displayed in a h3 html tag |
class | An additional class to apply to the modal wrapper |
help | An optional external link that will be displayed at the left of the footer with the text "Help" |
mask-closable | When set to yes or true, will close the modal dialog when the mask (area outside the modal) is clicked |
Note that the footer and subtitle fields are not limited to plain text, and wiki text features such as widgets and transclusions can be used as well.
Modals are displayed with the WidgetMessage: tm-modal.