Skip to content

Commit

Permalink
fix: add available variables to the template config description
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Feb 22, 2023
1 parent 4dfcadf commit 09f8c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
})
)
Expand Down

0 comments on commit 09f8c83

Please sign in to comment.