An Obsidian Plugin built with Svelte to track different habits.
It works by simply marking a code block with the habits
tag.
All the entries will be stored inside your notes frontmatter.
Support for habits that are skipped, failed and, of course, completed.
Also a streak system.
node --version
).npm i
to install dependencies.npm run dev
to start compilation in watch mode.main.js
, styles.css
, manifest.json
to your vault VaultFolder/.obsidian/plugins/your-plugin-id/
.You can include funding URLs where people who use your plugin can financially support it.
The simple way is to set the fundingUrl
field to your link in your manifest.json
file:
{
"fundingUrl": "https://buymeacoffee.com"
}
If you have multiple URLs, you can also do:
{
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com",
"GitHub Sponsor": "https://github.com/sponsors",
"Patreon": "https://www.patreon.com/"
}
}