Action

Open in CotEditor

Posted by Chris Grieser (armenaton), Last update almost 3 years ago

Opens the current draft in CotEditor and archives the draft.

The draft title will become the document name, and the rest of the draft will populate the content of the document.

Steps

  • runAppleScript

    on execute(draft)
    
    tell application "CotEditor"
    	activate
    	set newDoc to make new document with properties {name:"[[safe_title]]"}
    	set contents of newDoc to "[[body]]"
    end tell
    
    end execute

Options

  • After Success Archive , Tags: exported to coteditor
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.