synapse_save
Save web articles or text to your Obsidian vault as markdown with metadata. Fetches and converts URLs or saves pasted content directly to the sources folder.
Instructions
Save content to the vault's sources folder from a URL or pasted text. Ideal for mobile users who find articles and want to save them without a web clipper.
If a URL is provided, fetches the page and converts it to markdown. If content is provided directly, saves it as-is. Always adds frontmatter with metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the saved note | |
| url | No | URL to fetch and convert to markdown | |
| content | No | Raw text or markdown content to save directly | |
| folder | No | Where to save, relative to vault root (default: 'sources') |