From 88c91847803e8f935c38125e58e7d9caf916b3c4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Jul 2020 12:33:32 -0600 Subject: [PATCH] non-official external API implementations - Add a section on the external editor API page referencing existing implementations for other text editors - Add link to Emacs implementation --- docs/externaleditorapi.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/externaleditorapi.md b/docs/externaleditorapi.md index 78fa5c89..58d599ab 100644 --- a/docs/externaleditorapi.md +++ b/docs/externaleditorapi.md @@ -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.