No description
Find a file
2025-04-17 23:39:31 +09:00
__tests__ Add unit tests for Auto Bullet plugin 2025-03-17 22:01:18 +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 Add .cursor directory to gitignore and normalize line endings to LF 2025-03-23 17:00:00 +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
jest.config.js Add unit tests for Auto Bullet plugin 2025-03-17 22:01:18 +09:00
LICENSE Fix review issues: naming convention, copyright notice and UI text case 2025-03-23 16:24:48 +09:00
main.ts Simplify home key customization 2025-04-17 23:39:31 +09:00
manifest.json 1.0.4 2025-03-23 20:54:49 +09:00
package-lock.json 1.0.4 2025-03-23 20:54:49 +09:00
package.json 1.0.4 2025-03-23 20:54:49 +09:00
README.md Fix review issues: naming convention, copyright notice and UI text case 2025-03-23 16:24:48 +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.4 2025-03-23 20:54:49 +09:00

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

See LICENSE.