Files
counterplugin/manifest.json
Sayuop 2588e72b39 Initial commit: Counter plugin for Obsidian
- Add counter syntax: ~ (number) label
- Implement interactive +/- buttons
- Add CSS styling for counter UI
- Include build configuration and dependencies
2025-11-26 10:14:58 +01:00

11 lines
285 B
JSON

{
"id": "counter-plugin",
"name": "Counter Plugin",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Create interactive counters with +/- buttons using ~ ( ) syntax",
"author": "crib",
"authorUrl": "https://git.cribdev.com/crib",
"isDesktopOnly": false
}