save_article
Convert web articles or local PDF/DOCX files into markdown notes and save them to your vault. Add tags, metadata, and custom folder paths for organized knowledge capture.
Instructions
Convert a web article or PDF into a markdown note and save it to the vault.
Args: source: URL of a web article, or absolute path to a local PDF/DOCX file. title: Optional title override. If empty, inferred from the source filename or URL. tags: Comma-separated tags to add to frontmatter, e.g. 'bioinformatics,clustering'. dest_folder: Vault-relative folder to save into. Defaults to '30-resources'. Use '20-areas/research' for academic papers with DOI/journal. filename: Filename stem (without .md). If empty, auto-generated from title as kebab-slug. Use 'YYYY_Author_ShortTitle' format for research papers, e.g. '2024_Bakr_ARID1A'. metadata: Optional structured bibliographic fields. Only authors, author_ids, DOI/PMID/PMCID, journal, publication_year and canonical_url are written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| source | Yes | ||
| filename | No | ||
| metadata | No | ||
| dest_folder | No | 30-resources |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |