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 2588e72b39
8 changed files with 396 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Node
node_modules
package-lock.json
# Build
main.js
*.js.map
# macOS
.DS_Store
# IDE
.vscode
.idea
# Obsidian
data.json