mirror of
https://github.com/takitsuba/obsidian-auto-bullet.git
synced 2026-07-22 05:42:45 +00:00
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
11 lines
353 B
JSON
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
|
|
}
|