Are you an avid #Obsidian app user? I've recently shared some #Templater plugin templates that you might find useful. These aren't your typical templates. instead, these templates are intended to take your existing text selection and convert it.

• Sort your selection alphabetically. No problem.

• Convert your heading to title case. Got you covered.

• Merge multiple lines copied as a paragraph from a PDF back into a paragraph. But of course.

... plus many more.

https://www.thoughtasylum.com/2024/01/30/obsidian-templater-converters/

#pkm

Obsidian: Templater Converters

This post is, in a sense, a natural follow up to my Path-based Commands in Obsidian post from around this time last year. In that post I demonstrated how you could trigger command line tools from within Obsidian using the Templater plugin. in this post I’m flipping that around, and rather than going external, I am focusing on the internal. The text within an Obsidian note. However, rather than adding new content, I am going to tell you a little about how I am also using Templater to convert existing content, transforming it in a variety of ways to effectively build my own text processing functionality within Obsidian.

ThoughtAsylum