Open coddingtonbear opened 2 years ago
Can this be used to insert Front Matter? And how would a user find a block reference ID?
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?
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
:
However, at prsent, I am only able to insert content at these locations (based on the Content-Insertion-Position
):
My parameters:
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? 🤔
Follow https://github.com/coddingtonbear/obsidian-local-rest-api/wiki/Flexible-PATCH for details.