Right now Transdown is Mac-Only.1 If you have a Mac and want to give it a try, read on.
You need a Mac. Transdown has been tested on OS X 10.10 (Yosemite).2
If you want to be able to preview your Inqscribe transcripts live as you write, You’ll need:
You should install Transdown if you:
There are several main parts to installing Transdown for Inqscribe/Marked integration:
For Developers and the Adventurous: using homebrew
7 at the terminal:
For Most Folks: Downloading a precompiled package directly from Nodejs.org.
Clone the repository at the command line using git:
Marked 2
menu, then choose Preferences
Preferences
, hit the Style
button Theme -> Custom Styles
, Click the + button. stylesheets -> markedApp -> transdownMarkedPreview.css
. Click to select it, then hit the Select button. Marked 2
menu, then choose Preferences
Preferences
, hit the Advanced
Button. For the value of Path
, enter:
/usr/local/bin/node
Args
, you’ll need to put the full path to your local copy of the rendering script: renderInqscribePreviewinMarked.js
. Here’s an easy way to do that.
javascripts
renderInqscribePreviewinMarked.js
from the Finder window directly into the field for Args
in Inqscribe MarkedAppDemo -> RebeccaWellsFrameShiftEpisode20120406.inqscr
.TransdownMarkedPreview
.Visit Transdown.org
If you use Windows, Linux, Mac, or TRS-80, then I deeply apologize but my development skills can’t help you just yet. ↩
If you’re running a Mac, it’s easy to find out which version of OS X you have. Just click the Apple icon all the way in the upper-left hand corner of the screen, and hit About This Mac. And, if you’re running an earlier (non-Yosemite) version, it should be free to upgrade to Yosemite on most modern Macs. Note that in all likelihood, Transdown works just fine on older (pre-Yosemite) versions of Mac OS X. But, I just wanted to be up front that I’ve only tested it on Yosemite. ↩
You’ll need the full license (as far as I can tell) to be able to save Inqscribe files. And, you need to be able to save files to work best with Marked’s live preview. ↩
Right now Marked costs $13.99 (USD) and you can either purchase it from the Mac App Store or directly on the web. I can’t say enough good things about it. It’s one of my daily go-to applications ↩
In all seriousness, submitting bug reports helps me and the community make Transdown better. ↩
Unless you do web development work on the regular, you probably don’t have Node. But that’s OK! It’s free and open-source. And if you’re curious, the reason you need it is that currently Node helps me handle the inter-app communication between Inqscribe and the live preview in Marked ↩
If you’re not sure what Homebrew is and you don’t feel comfortable installing it, just install Node from Nodejs.org instead ↩
It’s really important that you remember where you download the Transdown source files because you’ll need that information for a later step, when you tell Marked where to look for your custom processor. ↩ ↩2 ↩3