takitsuba_obsidian-auto-bullet/manifest.json
Hiroo Takizawa 585c50b528 feat: rename plugin to "Obsidian Auto Bullet" and update description to reflect functionality in Japanese
feat: implement auto bullet insertion feature when typing space or tab at the beginning of a line
feat: add toggle functionality to enable/disable auto bullet feature via ribbon icon and status bar
refactor: clean up code by removing unused sample modal and commands
fix: update settings tab to reflect new plugin name and functionality
2025-03-13 17:32:17 +09:00

11 lines
353 B
JSON

{
"id": "obsidian-auto-bullet",
"name": "Auto Bullet",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "行の先頭でスペースやタブを入力すると自動的に箇条書きを挿入します。",
"author": "User",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
}