coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
644 stars 59 forks source link

Flexible PATCH support #26

Open coddingtonbear opened 2 years ago

coddingtonbear commented 2 years ago

Follow https://github.com/coddingtonbear/obsidian-local-rest-api/wiki/Flexible-PATCH for details.

joezimjs commented 4 months ago

Can this be used to insert Front Matter? And how would a user find a block reference ID?

joezimjs commented 4 months ago

Can this be used to insert Front Matter? And how would a user find a block reference ID?

Are block reference IDs the things you create with the carets? ^hereBeAnID?

Moyf commented 1 month ago

Hello! I am wondering if is it possible to insert content into a specific position under a Heading while ignoring its sub-heading?

For instance, I would like to insert new text at this location using PATCH: image

However, at prsent, I am only able to insert content at these locations (based on the Content-Insertion-Position): image


My parameters: image

And if it's not supported at present, could you consider adding another param (Ignore SubHeading?) or using Timestamp::Timestamp to indicate the Heading itself? 🤔