diff --git a/src/main.ts b/src/main.ts index a81cda9..3f74c83 100644 --- a/src/main.ts +++ b/src/main.ts @@ -504,7 +504,9 @@ class OmnivoreSettingTab extends PluginSettingTab { fragment.createEl("a", { text: "Reference", href: "https://github.com/janl/mustache.js/#templates", - }) + }), + fragment.createEl("br"), + "Available variables: id, title, omnivoreUrl, siteName, originalUrl, author, content, dateSaved, labels.name, highlights.text, highlights.highlightUrl, highlights.note, highlights.dateHighlighted" ); }) )