I’m interested in an action that can find any text that starts and ends with “{>> <<}”
I’d like to cut or move this text to the bottom of the same draft.
I’ve seen similar on the community but can’t locate precisely this.
Example of original text looks like this:
# Header
Some text
Some more text.
{>>Some text in between.<<}
Some text.
{>>Some more text in between.<<}
{>>Some more text in between again that is quite long and goes on for a few lines but is all contained inside of the curly arrow braces.<<}
Some text.
Example of desired output:
# Header
Some text
Some more text.
Some text.
Some text.
---
{>>Some text in between.<<}
{>>Some more text in between.<<}
{>>Some more text in between again that is quite long and goes on for a few lines but is all contained inside of the curly arrow braces.<<}