Workflowy Integration
Hi Everyone,
I am using [Workflowy](https://workflowy.com) almost for everything. And I'm writing text in Markdown by default everywhere. Unfortunately, they do not support Markdown but I'm wondering if anybody has an idea how to use Marked to get a Markdown Preview of the notes or a page. I can use Clipboard Preview but is there any better way, like previewing a web address, because I might be able to get the text output from URL which then could be used for live preview.
I also heard about Streaming Preview. Is that something that I could use.
Ps. Workflowy doesn't have any native app.
Thanks in advance,
Amir.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 19 Jan, 2016 01:54 PM
Streaming preview requires a native app with direct integration, so that
won't be much help. If you can pull text from a web url or API, you
could create an external script to write it to a file and open that file
in Marked. Marked's polling features would only detect file changes when
your script writes to the file, so it would have to continually poll the
url for changes to get any kind of "live" preview.
-Brett
2 Posted by Amir on 19 Jan, 2016 02:40 PM
Thanks Brett, I'll try to see if I could get it to work.