Skip to content

transce080/vscode-markdown-auto-bullets

Repository files navigation

Markdown Automatic Bullet Points

An open-source "mini-extension" for Visual Studio Code which automatically adds bullet points when editing in Markdown.

Features

  • Automatically inserts bullet when moving to the next line with the Enter key
  • Automatically removes the bullet when if the bulleted line contains no other text (typically if you press Enter twice)
  • Supports -, *, and + as bullet characters
  • Detects language changes and disposes the type event listener when no longer needed to reduce resource use

Usage

  • Press Enter to automatically insert a bullet on the next line
  • Press Enter or Backspace to remove a blank bulleted line
  • Alternatively, create a new line without a bullet by pressing Ctrl+Enter

Release Notes

1.0.0

Initial release

1.1.0

Add backspace feature

1.1.1

Bug fix

1.2.0

Add detect-duplicate feature

1.2.1

Bug fix

License

  • AGPL-3.0-or-later
  • See LICENSE for full text

Author

  • Jason Lonsberry (transce080)

Links

Known Issues

  • None

Acknowledgments

About

VS Code "mini-extension" which automatically adds bullet points when editing in Markdown

Resources

License

Stars

Watchers

Forks

Contributors