kalinichenko88234 downloadsA minimalist budget planning tool. Create, track, and manage budgets using markdown code blocks directly in your notes.
A minimalist budget planning plugin that lets you manage finances directly in your notes using markdown code blocks.

budget code block, editable by hand#, Name, Amount) to sort rows inside every categoryBudget Planner: Insert budget blockThe table renders in editing view (Live Preview and Source mode). In Reading view the block stays a plain code block.
Create budgets using the budget code block:
Online Services:
[x] | Spotify | 4.99
[ ] | Youtube | 16.99
[ ] | 1Password | 6.95
Entertainment:
[ ] | Netflix | 12.99 | Family plan
: starts a category[x]/[ ] | name | amount | comment; the checkbox and the comment are optional. The comment is the whole rest of the line after the amount, so | is safe to use inside it — but a | inside name or amount still splits the row wrong| are ignored0main.js and manifest.json from the latest GitHub releasebudget-planner/ folder inside your vault's .obsidian/plugins/ folder and put both files in itgit checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)MIT License - see LICENSE for details