Roam Research
by 2b3pro
roam_import_markdown
Import nested markdown content into Roam under a specific block. Can locate the parent block by UID or by exact string match within a specific page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Nested markdown content to import | |
order | No | Optional: Where to add the content under the parent ("first" or "last") | first |
page_title | No | Optional: Title of the page containing the parent block (ignored if page_uid provided) | |
page_uid | No | Optional: UID of the page containing the parent block | |
parent_string | No | Optional: Exact string content of the parent block to add content under (must provide either page_uid or page_title) | |
parent_uid | No | Optional: UID of the parent block to add content under |