You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a delimiter=<delimiter> parameter to allow for custom delimiters for appending/prepending to files.
Context
I couldn't find any mention for newline control in the documentation, such as a delimiter= parameter, Obsidian by default doesn't have this in it's own URI scheme yet.
The text was updated successfully, but these errors were encountered:
Say I wanted to append some content: obsidian://adv-uri?vault=<your-vault>&daily=true&clipboard=true&mode=append
The plugin by default will use a newline before the content when appending it (even if there is no newline in the appended text iself). I want control over which character is used via delimiter=, so that I can use something like a space, a comma, or no separator at all.
Feature
Add a
delimiter=<delimiter>
parameter to allow for custom delimiters for appending/prepending to files.Context
I couldn't find any mention for newline control in the documentation, such as a
delimiter=
parameter, Obsidian by default doesn't have this in it's own URI scheme yet.The text was updated successfully, but these errors were encountered: