No description
Find a file
Hiroo Takizawa 9d4bf71704
Merge pull request #2 from takitsuba/dependabot/npm_and_yarn/esbuild-0.25.0
chore(deps-dev): bump esbuild from 0.17.3 to 0.25.0
2025-03-17 21:56:12 +09:00
.editorconfig chore(editorconfig): add trim_trailing_whitespace setting to enforce consistent whitespace handling 2025-03-14 17:26:30 +09:00
.eslintignore Initial commit 2025-03-13 17:11:20 +09:00
.eslintrc chore(editorconfig): add trim_trailing_whitespace setting to enforce consistent whitespace handling 2025-03-14 17:26:30 +09:00
.gitignore Initial commit 2025-03-13 17:11:20 +09:00
.npmrc Initial commit 2025-03-13 17:11:20 +09:00
esbuild.config.mjs Initial commit 2025-03-13 17:11:20 +09:00
LICENSE Initial commit 2025-03-13 17:11:20 +09:00
main.ts Fix duplicate bullet points when pressing space or tab at the beginning of a line that already has a bullet point 2025-03-16 15:37:11 +09:00
manifest.json 1.0.3 2025-03-16 15:38:16 +09:00
package-lock.json chore(deps-dev): bump esbuild from 0.17.3 to 0.25.0 2025-03-16 12:16:29 +00:00
package.json chore(deps-dev): bump esbuild from 0.17.3 to 0.25.0 2025-03-16 12:16:29 +00:00
README.md docs(README.md): update documentation to include individual control for half-width spaces, full-width spaces, and tabs in plugin settings 2025-03-14 14:47:50 +09:00
tsconfig.json Initial commit 2025-03-13 17:11:20 +09:00
version-bump.mjs Initial commit 2025-03-13 17:11:20 +09:00
versions.json 1.0.3 2025-03-16 15:38:16 +09:00

Obsidian Auto Bullet

This plugin automatically inserts bullet points ("- ") when you type spaces or tabs at the beginning of a line in Obsidian.

Features

  • Automatically inserts bullet points ("- ") when you type spaces or tabs at the beginning of a line
  • You can toggle the feature on/off from the settings tab
  • Individual control for half-width spaces, full-width spaces, and tabs

How to Use

  1. Install and enable the plugin
  2. When you type a space or tab at the beginning of a new line, "- " will be automatically inserted
  3. If you want to disable the feature, you can toggle it from the settings tab

Settings

You can customize the plugin behavior through the settings tab:

  • Half-width Space: Enable/disable automatic bullet points when pressing a half-width space at the beginning of a line
  • Full-width Space: Enable/disable automatic bullet points when pressing a full-width space at the beginning of a line
  • Tab: Enable/disable automatic bullet points when pressing a tab at the beginning of a line

All options are enabled by default.

Installation

  1. Open Obsidian settings
  2. Navigate to "Third-party plugins" section and select "Community plugins"
  3. Click "Browse" and search for "Auto Bullet"
  4. Install and enable the plugin

Manual Installation

  1. Download the latest release from the releases page
  2. Extract the zip file and place the folder in the .obsidian/plugins/ directory
  3. Restart Obsidian and enable the plugin in the "Third-party plugins" section of the settings

Feedback

For bug reports or feature requests, please use the GitHub Issues page.

Inspiration

This plugin is inspired by the automatic bullet point feature in Cosense.

License

Released under the MIT License.