Budget Planner

unlisted

by Ivan Kalinichenko

A minimalist budget planning tool. Create, track, and manage budgets using markdown code blocks directly in your notes.

9 starsUpdated 1mo agoMIT
View on GitHub

Budget Planner

Code Quality Release

A minimalist budget planning plugin that lets you manage finances directly in your notes using markdown code blocks.

screenshot

✨ Features

  • 📝 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

Features docs

📖 Usage

Quick Start

  1. Open a note in Obsidian where you want to add a budget planner
  2. Use the command palette (Cmd+P on macOS or Ctrl+P on Windows/Linux) and search for Insert Budget Planner
  3. Start editing your budget!

Examples

Create budgets using the budget code block:

Online Services:
	[x] | Spotify   | 4.99
	[ ] | Youtube   | 16.99
	[ ] | 1Password | 6.95
Entertainment:
	[ ] | Netflix   | 12.99

🚀 Installation

  1. Download budget-planner-X.Y.Z.zip from the latest GitHub release
  2. Extract the archive into your vault's .obsidian/plugins/ folder — this will create a budget-planner/ subfolder
  3. Reload Obsidian
  4. Enable plugin in Settings > Community Plugins

🤝 Contributing

  1. Fork the repository
  2. Create feature branch (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Open Pull Request

📄 License

MIT License - see LICENSE for details

💬 Support

🔖 Docs

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.