jon-heard / obsidian-inline-scripts

Obsidian plugin: Type text shortcuts that expand into javascript generated text.
MIT License
129 stars 4 forks source link

Question: Add extra break after each line possible with inline-scripts? #87

Open Gerkinfeltser opened 6 months ago

Gerkinfeltser commented 6 months ago

Hi, I was curious if it would be possible to create a script that would add a
or the like at the end of a line. I'm unsure if this falls in the scope of this plugin though so please let me know if not!

So for instance this:

This is one sentence.
This is a second one that goes on a bit longer.
Here is a line with two sentences. This is the second sentence.

becomes

This is one sentence.

This is a second one that goes on a bit longer.

Here is a line with two sentences. This is the second sentence.

Thank you for all your work on the plugin! Its great!