Action

Export to Text File incl. Tags to Hash Tags

Last update over 4 years ago - Unlisted

Steps

  • script

    let strHashTags = "";
    draft.tags.forEach(function(objTag) {
      strHashTags += "#" + objTag + " ";
    });
    draft.setTemplateTag("hashtags", strHashTags.trim());
    
  • export

    fileNameTemplate
    [[safe_title]].txt
    template
    Hash Tags: [[hashtags]]
    [[draft]]

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.