- 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.
9 lines
239 B
JSON
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
|
|
} |