Last active
June 22, 2018 06:12
-
-
Save Reder/8445060629d404798e535867117b0521 to your computer and use it in GitHub Desktop.
[Clip to WorkFlowy using Copied Script Formatter] #workflowy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function canFormat(clipping) { | |
return clipping.url != null | |
} | |
function format(clipping) { | |
return '<opml><body><outline text="' + clipping.title + '" _note="' + clipping.url + '" /></body></opml>' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A stripped down version of https://gist.github.com/rawbytz/9917992cda4d6bfcc1a38226296c55dd