lizard-heart / obsidian-note-content-pusher

An Obsidian plugin to add (prepend or append) specified content to a note (existing or new) without opening another pane.
GNU General Public License v3.0
25 stars 0 forks source link

What happens when attempting to push content to a file that *does* already exist? #2

Closed gobbletown closed 2 years ago

gobbletown commented 2 years ago

That is, can the plugin identify if a file with the name already exists in the vault?

If no, then current process.

If yes, then prepend/append {content} per:

lizard-heart commented 2 years ago

Hey, thanks so much for the feedback. I just pushed a new release with the basic functionality of adding content to an existing note. It also includes the plugin setting to add the content at the beginning or end. More inline settings will be added to the next release.