Macros

by James Clifford Spratt
favorite
share
Score: 43/100
Description

The Macros Plugin plugin enables seamless food and nutrition tracking inside your notes by integrating with the FatSecret API. It allows users to search for food items, generate markdown entries with nutritional breakdowns, and organize meals using interactive macro blocks. You can define custom serving sizes, reuse meal templates, and even visualize daily intake with pie charts. For broader insights, the plugin supports aggregating data from multiple days or meals into combined summaries. It's a solid choice for users focused on diet tracking or meal planning directly within their vault, blending structured data with visual summaries for better clarity.

Stats
9
stars
794
downloads
3
forks
46
days
7
days
12
days
6
total PRs
0
open PRs
1
closed PRs
5
merged PRs
19
total issues
7
open issues
12
closed issues
0
commits
RequirementsExperimental
Latest Version
13 days ago
Changelog

feat: enhance search UX and resolve CSS conflicts

Search Improvements - (Suggested by @mathfen)

  • Add clear button to AddToMacrosModal search input with mobile-optimized sizing
  • Support both click and Escape key to clear search
  • Dynamic visibility (only shows when text is present)

CSS Conflict Resolution #22

  • Scope .menu styles to plugin context menus using data-macros-plugin attribute
  • Fix mobile hamburger menu size regression introduced in v2.3.0
  • Prevent plugin styles from affecting Obsidian's native UI elements

Code Quality

  • Resolve all ESLint errors and warnings
  • Complete missing translation strings for better i18n support
README file from