Files
monster-menus/manifest.json
Olivier aa96902664 Update README and main plugin logic for improved menu processing
- Enhanced README.md with build, development, and testing instructions.
- Refactored main.js to separate menu block processing into a dedicated method.
- Improved error handling during plugin loading.
- Streamlined link processing for internal, external, and file links.
- Added support for multi-line dataview queries.
- Updated manifest.json version to 1.4.
2025-12-26 17:07:06 -05:00

9 lines
239 B
JSON

{
"id": "menu-plugin",
"name": "Obsidian Menus",
"version": "1.4",
"minAppVersion": "0.15.0",
"description": "Create custom menus using code blocks with links and CSS styling.",
"author": "Olivier Legendre",
"isDesktopOnly": false
}