takitsuba_obsidian-auto-bullet/manifest.json
Hiroo Takizawa 901a3fcd15 feat(main.ts): add settings for AutoBulletPlugin to customize behavior for half-width space, full-width space, and tab
feat(main.ts): implement loadSettings and saveSettings methods to manage plugin settings
feat(main.ts): create AutoBulletSettingTab to provide a user interface for settings
feat(manifest.json): add hasSettings property to indicate the plugin has configurable settings
2025-03-14 14:17:51 +09:00

12 lines
355 B
JSON

{
"id": "obsidian-auto-bullet",
"name": "Auto Bullet",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.",
"author": "takitsuba",
"authorUrl": "https://github.com/takitsuba",
"fundingUrl": "",
"isDesktopOnly": false,
"hasSettings": true
}