obsidian_dom
Extract content from Obsidian's interface by selecting DOM elements with CSS selectors. Retrieve HTML, text, attributes, or CSS values from one or all matching elements.
Instructions
Query DOM elements by CSS selector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Return all matches instead of first | |
| css | No | Get a CSS property value | |
| attr | No | Get a specific attribute value | |
| text | No | Return text content instead of HTML | |
| selector | Yes | CSS selector |