Despite the beautiful myriad of text editors available for macOS, I've still found myself using Typora on my old machine. When I recently (read: ridiculously late) discovered that Brett Terpstra's venerable Marked 2 can be schemed (sortof) with x-marked://
, it immediately occurred to me that I could use a custom Typora Export preset to add "integration" between these two apps:
open 'x-marked://open?file=${currentPath}&raise=true'
Top comments (1)
I own both Typora and Marked 2 and the feature you've shared here works exactly as you described.
May ask what the use case is? Marked 2 is a previewer application. Typora is an excellent single-pane WYSIWYG Markdown editor which shows your Markdown document as it would render, and you can edit right in the rendered text. So why is having Marked 2 also preview the document useful?