Integration brief

Obsidian

Markdown note creation or append through Obsidian URL handling.

Route

idobsidian.note.v1
object_typenote
delivery_modesurlScheme

Voice examples

URL scheme urlScheme

automatic_createNot supported / requires user confirmation
setupPro, Enabled in Settings, Obsidian app installed

Writable fields

FieldBehavior
titleUsed as the note name/file.
bodyUsed as the markdown note content.

Planned / unsupported fields

FieldReason
labelsCan become tags/frontmatter after adapter support.
projectNeeds vault/folder/catalog mapping.
sectionNeeds path/folder mapping.

Adapter payload

{
  "url": "obsidian://new?name={title}&content={body}&append=true"
}

Generated schema summary

{
  "id": "obsidian.note.v1",
  "app": "Obsidian",
  "object_type": "note",
  "delivery_modes": [
    "urlScheme"
  ],
  "writable_fields": [
    "title",
    "body"
  ]
}