When I click on "Send to Obsidian" for an already existing note, it overwrites all tags and the content. #218
Replies: 1 comment
-
I'm afraid there isn't a great solution for what you're encountering right now, but you might have some more options after coddingtonbear/obsidian-local-rest-api#26 lands. The core problem is that the default "Capture page snapshot" option (and all functions of this extension) interact with Obsidian via Obsidian Local REST API, and that particular default option does so via the Back to the hopeful news, though: if you look around on that same documentation I linked above you'll see that there is an API that's intended to be used for doing partial updates -- https://coddingtonbear.github.io/obsidian-local-rest-api/#/Vault%20Files/patch_vault__filename_. Unfortunately, right now that API doesn't quite support what you're looking for -- it only supports inserting content relative to particular headers, but after coddingtonbear/obsidian-local-rest-api#26 lands, the |
Beta Was this translation helpful? Give feedback.
-
I don't see this as a bug, but I imagine it gets tedious quickly if you want to update "snapshot" notes to the current webpage as all your manually inserted tags will be lost, just like anything you added at the end of the content, for example.
So in my case,
sourceAuthor
andpublishDate
are two properties in Obsidian that I have to enter manually, and it would overwrite them back to empty.Is there a fix for this?
Here is the content template (where
publishDate
is not tied to a specific day):Beta Was this translation helpful? Give feedback.
All reactions