dbrockman / obsidian-change-case

Plugin to let you change the case (camelCase, snake_case, etc) of the current selection.
MIT License
10 stars 1 forks source link

Fix: preserve line breaks in case formatting #224

Open cgraham149 opened 2 months ago

cgraham149 commented 2 months ago

Use-Case: Multi-line data manipulation Made a minor change to allow for changing case across multiple lines.

Ex: JOE SMITH MARK MANN

becomes:

joe-smith mark-mann

cgraham149 commented 1 month ago

Hi, just checking if there’s anything more I need to do on this PR or any feedback you’d like me to address. Thanks!