AN
Antinote
Docs
  • Docs
  • Changelog
  • Feature requests
  • Support portal
    • Quick Export
    • Export Destinations
    • Custom Export via URL Scheme
    • Export All Notes

Custom Export via URL Scheme

Export to any app that supports URL schemes, using CONTENT, TITLE, and DATE placeholders.
  • Allows you to export to any app that supports URL Schemes.
  • Use {CONTENT}, {TITLE}, and {DATE} in the URL to insert the current note's content, title, and date.
  • Note that schemes where the content is in a URL path instead of a query parameter will replace "&" with "+" and "%" with " percent".

Sample URL schemes

Append to an existing Obsidian note:

obsidian://new?vault=Main&name=AppendingNoteTitle&append=true&silent=true&content={CONTENT}

Notebooks:

notebooks://addnote/{CONTENT}&title={TITLE}

Any Apple Shortcut:

shortcuts://run-shortcut?name=sendToChatGPT&input=text&text={CONTENT}
shortcuts://run-shortcut?name=createEvent&input=text&text={CONTENT}&date={TITLE}
PrevExport Destinations
NextExport All Notes
Was this helpful?