# 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](https://github.com/daniti/obsidian-line-capitalizer/releases) 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](https://github.com/daniti/obsidian-line-capitalizer/issues) on GitHub. ## License MIT