[Feature] add a whitespace when rules append to notes or prepend to notes #3481
Labels
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
If I use "append to notes" or "prepend to notes" in a rule, the new text is added right next to the old. For example:
foo
#bar
foo#bar
foo
#bar
#barfoo
This may have the effect of producing altered notes with new or broken tags or typos.
Describe your ideal solution to this problem
When appending or prepending, add an additional whitespace character as padding to avoid typos and breaking tags.
foo
#bar
foo #bar
foo
#bar
#bar foo
Teaching and learning
Mention the new behavior in the changelog / release notes.
The text was updated successfully, but these errors were encountered: