Allow Search & Replace Regex inside a note

A few days ago I converted 600 .docx notes to markdown. Before I new the syntax --wrap=none in Pandoc, I put all of them in Vault and start process them. Notes are 80 characters line length as you can see in attached picture. Many of them have Title changed now and I can’t compare them anymore. So every time I have to copy/paste the text in Notepad++, run the regex syntax ^.+\K\R(?!\R) and replace results with a space in order to eliminate white spaces at the end of the line, but keep paragraph intact.

It would be nice to perform this task inside a note using Search & Replace with Regex.

Thanks!

4 Likes

A post was merged into an existing topic: Regex functionality for find and replace within obsidian