Skip to content

Instantly share code, notes, and snippets.

@scfcode
Created June 22, 2019 23:52
Show Gist options
  • Save scfcode/33985d9abfe83d06c9582dbb51166315 to your computer and use it in GitHub Desktop.
Save scfcode/33985d9abfe83d06c9582dbb51166315 to your computer and use it in GitHub Desktop.
A Simple hack to get some sort of Markdown from OmniOutliner 5 Pro
# Simple hack to get some sort of Markdown from OmniOutliner 5 Pro
// YMMV 062219
On my macOS 10.14.4 box I took
Scott Lowe's advice from
https://blog.scottlowe.org/2017/01/16/opml-to-markdown-script/
having already installed pandoc (via brew) and then the script:
https://github.com/scottslowe/scripts/blob/master/opml2mmd
lets me take an OmniOutliner 5 export opml file and convert it to md
opml2mmd.sh input.opml output.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment