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
This commit is contained in:
2025-11-26 10:14:58 +01:00
commit 9295e8055a
9 changed files with 407 additions and 0 deletions

10
manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"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
}