A minimalist budget planning plugin for Obsidian that lets you manage finances directly in your notes using markdown code blocks.
- 📝 Native markdown code block syntax
- 📊 Category-based expense organization
- ✅ Interactive checkboxes for expense tracking
- 🔄 Auto-formatting and alignment
- 📈 Column sorting capabilities
- 💰 Automatic category and total summations
- 🔧 Seamless Obsidian integration
- Open a note in Obsidian where you want to add a budget planner
- Use the command palette (Cmd+P on macOS or Ctrl+P on Windows/Linux) and search for
Insert Budget Planner
- Start editing your budget!
Create budgets using the budget
code block:
Online Services:
[x] Spotify | $4.99
[] Youtube | $16.99
[] 1Password | $6.95
Entertainment:
[] Netflix | $12.99
- Download latest release from GitHub releases
- Extract to your vault's
.obsidian/plugins/
folder - Reload Obsidian
- Enable plugin in Settings > Community Plugins
- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature
) - Commit changes (
git commit -m 'Add amazing feature'
) - Push to branch (
git push origin feature/amazing-feature
) - Open Pull Request
MIT License - see LICENSE for details