Skip to content

3.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 01:09

Release 3.6.0

  • Sub-document sections are now fully addressable via the API. Any heading,
    block reference, or frontmatter field can be read, replaced, or appended
    to directly — without fetching or rewriting the whole file — using either
    request headers (Target-Type / Target) or by embedding the target in the
    URL path itself (e.g. /vault/note.md/heading/My%20Section). Targeting is
    now supported across GET, PUT, POST, and PATCH. (#226, Thanks @grimlor!
    #233)