Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/externaleditorapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ This page describes how our [Official Atom Plugin](atom.md) API works so that yo

Communication between the editor and TTS occurs via two localhost TCP connections: one where TTS listens for messages and one where the editor listens for messages. All communication messages are JSON.

##Implementations

Non-official implementations for other text editors

- [Emacs](https://github.com/dangersalad/emacs-tts-editor)

##Atom as the Server

The following are messages the editor plugin listens for and handles.
Expand Down