9 Commits

Author SHA1 Message Date
18cb15b22f fix desktop problem 2025-12-26 18:35:29 -05:00
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
b20ca4d966 feat: Conditionally open file links using Electron shell on desktop and warn on mobile platforms. 2025-12-26 16:44:53 -05:00
0b943252d7 feat: Add support for parsing multi-line Dataview queries and rendering them in menus. 2025-11-21 10:04:14 -05:00
fd6cf15700 feat: Add plugin settings, improve internal link handling, and apply a default border to menu items. 2025-11-20 22:12:00 -05:00
8b9e092329 all should work now 2025-09-26 21:59:20 -04:00
e7dd34d323 refactor: replace 'accent' with 'hover-text' for consistency in color properties 2025-09-26 20:30:23 -04:00
7c2a5367a3 - Changed specification mechanism from "class" to "layout" for built-in menu styles
- Introduced three new layouts (default, minimal, slate) replacing class-based themes
- Added comprehensive CSS variables for full customization of colors, fonts, borders, and link types
- Updated README with new usage syntax, layout examples, and removed outdated todos
2025-09-25 20:32:10 -04:00
7697252ba3 first commit 2025-09-25 20:00:00 -04:00