You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{folder}} template variable — New alias for {{fileFolder}} that resolves to the parent folder path without the file name (e.g. 2_PROJECTS/a_Ongoing instead of 2_PROJECTS/a_Ongoing/My Note.md).
Fixes
newOnly fills empty fields — processingMode: newOnly now also fills fields that exist but are empty (e.g. Note.UUID: ). Existing, non-empty values are still never overwritten.
Author metadata corrected — manifest.json now uses author: PPeapps with authorUrl; empty fundingUrl removed (Obsidian submission requirement); README clone URL points to https://github.com/PPeapps/MD-Butler.
Internal
ESLint cleanup — 283 lint messages from eslint-plugin-obsidianmd fixed. eslint src, tsc -noEmit -skipLibCheck, and npm run build are green.