## Bug Fixes - Fixed critical issue where clicking + on one counter would update multiple counters - Fixed page scrolling to top when clicking counter buttons - Fixed counter widgets causing Obsidian to crash or behave erratically - Fixed counters not working independently in edit mode ## Improvements - Added support for negative numbers (counters can now go below zero) - Improved counter targeting using position-based tracking in edit mode - Improved counter targeting using section info in reading mode - Better event handling to prevent unwanted side effects
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"id": "counter-plugin",
|
|
"name": "Counter Plugin",
|
|
"version": "1.1.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Create interactive counters with +/- buttons using ~ ( ) syntax",
|
|
"author": "crib",
|
|
"authorUrl": "https://git.cribdev.com/crib",
|
|
"isDesktopOnly": false
|
|
}
|