Action

Example - Dropbox append

Last update over 5 years ago - Unlisted

Steps

  • script

    let strOutput = "";
    let astrLines = draft.content.split("\n");
    astrLines.forEach(function(strLine) {
        strOutput += "*" + draft.processTemplate("[[date]]") + "* " + strLine + "\n";
    });
    draft.setTemplateTag("output", strOutput);
    
  • dropbox

    fileNameTemplate
    Output.md
    folderTemplate
    /
    template
    [[output]]
    writeType
    append

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.