Easy Markdown to Word conversion in macOS
macOS text file icon Markdown . More and more tools are using, and defaulting, to it. Microsoft Office doesn’t import or grok it natively of course (though, it should; it took me all of about 10 minutes to write a basic parser ). It’s ubiquitous. Reddit has used it for at least a decade. The Things GTD app family added it a few years ago . Etc. But it’s not always the most convenient format to work with, especially if you’re under deadline pressure. So I made my life a little easier, and learned about Pandoc in the process. 1. Install pandoc Either from a .pkg file downloaded from GitHub , or via Homebrew . I went Homebrew, ofc: % brew install pandoc -y 2. Create a new Quick Action in Shortcuts Open the Shortcuts program under Applications on the Mac. Click + to create a new shortcut. In the editor that pops up, in the right pane click the ⓘ at the top to show Shortcut Details, and: ☑ Use as Quick Action ☑ Finder. Me, I also made...