Action

Meeting Finish (copy)

Posted by jayelevy, Last update almost 6 years ago - Unlisted

Steps

  • script

    
    const lines = draft.content.split("\n");
    let begin = '';
    let end = '';
    
    for (var line of lines) {
      begin += line + "  \n";
    }
    
    begin = begin.slice(0,-1);
    end = end.slice(0,-1);
    alert(begin);
    draft.content = (begin + "  \n" + end);
    draft.update();
  • evernote

    nameTemplate
    [[title]]
    notebookTemplate
    . Working
    tagTemplate
    [[tags]]
    template
    [[draft]]
    format
    markdown
    writeType
    create

Options

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