Action

Split on \

Posted by agiletortoise, Last update almost 6 years ago

Replace \ with line breaks.

Steps

  • script

    let split = draft.content.split("\\");
    draft.content = split.join("\n");
    draft.update();

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.