Skip to content

Instantly share code, notes, and snippets.

@Reder
Last active June 22, 2018 06:12
Show Gist options
  • Save Reder/8445060629d404798e535867117b0521 to your computer and use it in GitHub Desktop.
Save Reder/8445060629d404798e535867117b0521 to your computer and use it in GitHub Desktop.
[Clip to WorkFlowy using Copied Script Formatter] #workflowy
function canFormat(clipping) {
return clipping.url != null
}
function format(clipping) {
return '<opml><body><outline text="' + clipping.title + '" _note="' + clipping.url + '" /></body></opml>'
}
@Reder
Copy link
Author

Reder commented Jun 3, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment