Ehren Lampcov49 downloadsAutomatically capitalize the first letter of each line as you type with context awareness and overwrite support.
Automatically capitalize the first letter of each line as you type in Obsidian — intelligently aware of code, LaTeX, Markdown syntax, and manual overwrites.
This plugin automatically capitalizes the first letter of each line in your notes as you type. It works in real-time while remaining context-aware so that code snippets, math formulas, links, and manual lowercase edits are never incorrectly altered.
``` or ~~~) or lines starting with inline code (`code`).$$...$$) or lines starting with LaTeX ($...$).---...---).[...], [[...]]), URLs (https://...), or tags (#tag) untouched.-, *, +, 1.), task checkboxes (- [ ]), blockquotes (>), headings (#), and opening quotes/punctuation so the actual first word is capitalized.Simply install and enable the plugin. Once activated, it will automatically capitalize lines as you type. No configuration or commands are needed.
main.js, manifest.json)..obsidian/plugins/aware-line-capitalizer/ directory.If you encounter any issues or have suggestions, please open an issue on GitHub.
MIT