Commit graph

13 commits

Author SHA1 Message Date
Hiroo Takizawa
a75d7828ee 1.1.0 2025-06-26 23:36:24 +09:00
Hiroo Takizawa
04d8f466b1 1.0.5 2025-04-17 23:47:21 +09:00
Hiroo Takizawa
1b0a151d33 1.0.4 2025-03-23 20:54:49 +09:00
Hiroo Takizawa
877f89318e Fix review issues: naming convention, copyright notice and UI text case 2025-03-23 16:24:48 +09:00
Hiroo Takizawa
11dad0a3c9 1.0.3 2025-03-16 15:38:16 +09:00
Hiroo Takizawa
9e6926920b 1.0.2 2025-03-14 18:02:47 +09:00
Hiroo Takizawa
c3354ee56b chore: rename plugin ID and name from "obsidian-auto-bullet" to "auto-bullet" for consistency and clarity 2025-03-14 17:55:42 +09:00
Hiroo Takizawa
33a39a142b 1.0.1 2025-03-14 17:35:42 +09:00
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
Hiroo Takizawa
2a9249cf40 docs: translate README and manifest descriptions to English for better accessibility and understanding for a wider audience 2025-03-13 23:45:24 +09:00
Hiroo Takizawa
d488cd4ba2 chore(manifest.json): update author information and URLs for better accuracy and relevance 2025-03-13 23:19:48 +09:00
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
Hiroo Takizawa
dc1857a274
Initial commit 2025-03-13 17:11:20 +09:00