I have a very simple add-on request I believe.
For example, I have a card that is
This is some {{c1::sample text}}
- apple
- banana
- strawberry
I want to highlight all the bulleted items at once, hit a keyboard shortcut , and boom, I get card below:
This is some {{c1::sample text}}
- {{c2::apple}}
- {{c2::banana}}
- {{c2::strawberry}}
I currently copy and paste the items into Excel and use some simple VBA but this creates problem of it’s own but works most of the time. Can anyone write a simple add-on for this? Happy to compensate you for your time.