Line Capitalizer

by daniti
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically capitalize the first letter of each line as you type.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Line Capitalizer

Automatically capitalize the first letter of each line as you type in Obsidian.

Description

This plugin automatically capitalizes the first letter of each line in your notes as you type. It works in real-time, detecting the first letter character on any line and converting it to uppercase if it's lowercase.

How to Use

Simply install and enable the plugin. Once activated, it will automatically capitalize the first letter of each line as you type. No configuration or commands are needed.

The plugin:

  • Works on any line in edit mode
  • Preserves your cursor position
  • Only capitalizes the first letter character (ignoring spaces or special characters at the start of the line)
  • Works with Unicode characters

Installation

From Obsidian Community Plugins

  1. Open Settings in Obsidian
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Line Capitalizer"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's .obsidian/plugins/line-capitalizer/ directory
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community Plugins

Support

If you encounter any issues or have suggestions, please open an issue on GitHub.

License

MIT