/transcriptase

A Github Electron app for creating and editing [Transdown files](briandk.com/transdown)

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Transcriptase

Transcriptase is A Github Electron app for creating and editing transcripts of media files. It supports a Markdown-inspired plain text syntax. That means you're not locked into a proprietary format, and your files are human-readable.

Transcriptase runs on macOS, Windows, and Linux.

If you want to hack on Transcriptase

Requirements

  • Git to get a copy of the code
  • NodeJS to be able to develop and run the app

Directions

  1. Install NodeJS for your platform.
  2. Install Git for your platform
  3. Clone the repository
  4. In your cloned directory, run:
 # This might take a bit
npm install

# Starts the app in development mode
npm start