From 70b0396f8056ae2f602a49205d6ea9411f2c7c0c Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 24 Feb 2026 22:17:22 -0500 Subject: [PATCH] little changes --- .vscode/settings.json | 1 + README.md | 15 ++++++--------- manifest.json | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/README.md b/README.md index 9fa4c15..9beeda8 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ Create simple, stylable menus from code blocks. Write links inside a menu code block, and the plugin renders a clean set of clickable items. ## Quick Start -Create a menu using the menu code block: +Create a menu using the menu code block: ```markdown -```menu +​```menu layout: default [[Home]] [[Projects|My Projects]] [Google](https://google.com) [Documents](file:///C:/Users/YourName/Documents) -``` +``​` ``` The plugin supports three link types: @@ -31,20 +31,18 @@ Choose from five pre-styled layouts: Add extra classes after the layout name: -````markdown -```menu +```code layout: horizon wide [[Dashboard]] [Resources](https://example.com) ``` -``` ## Custom Styling Use your own CSS class to bypass the built-in templates entirely. The plugin only renders the HTML structure and inline CSS variables—no default styles apply. -````markdown -```menu + +```code class: my-menu bg: #111 text: #eee @@ -53,7 +51,6 @@ hover-text: #0af [[Home]] [Web](https://example.com) ``` -``` Then create your own CSS snippet: diff --git a/manifest.json b/manifest.json index c06e3cb..aa9d385 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "menu-plugin", - "name": "Obsidian Menus", + "id": "monster-menus", + "name": "Monster Menus", "version": "1.4.1", "minAppVersion": "0.15.0", "description": "Create custom menus using code blocks with links and CSS styling.",