Action

Share as Markdown File

Posted by agiletortoise, Last update almost 5 years ago

Send draft to system share sheet as a “.md” Markdown file, instead of plain text. This is useful, for example, to send as an attachment if you select the “Mail” action.

Steps

  • script

    // Share draft content as Markdown file
    // Using first line as title
    
    let fileName = draft.processTemplate("[[safe_title]].md");
    
    Share.shareAsFile(fileName, draft.content);

Options

  • After Success Default
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.