Skip to content

jonntd/SublimeSocket

 
 

Repository files navigation

SublimeSocket

====== SS

The set of API Server, KVS and Executor for the SublimeText and more.
Connect something to editor.
Control EditorAPI by inputted JSON string.

You can construct the chain of filters and events that you want to do.

ver 1.5._(Final)

#!notice! the SublimeSocket 1.4.x is the last version for SublimeText2.
I never update this plugin for ST2.
Because the ST3 or the other editor (e.g. Atom by github) is very good and they has the future.

see SublimeSocket3

##demos & samples

##installation

  1. DL.
  2. move SublimeSocket3 folder to Sublime Text 2's packages folder.
  3. that's all.

##usage: CommandPalette >
start WebSocket server

SublimeSocket: on

start serving ws at http://localhost:8823 by default.

show status

SublimeSocket: status

show SublimeSocket's status and list current connections name.

test

SublimeSocket: on > test

run SublimeSocket's test on current view.

teardown

SublimeSocket: off

teardown.

##APIs now loading...

##Purpose/Motivation

  • Control SublimeText API from the other process, data, input.
  • Pick out all heavy-process from SublimeText to the outside & keep async.

##Next

  • Atom adopt.

About

API server for SublimeText

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.8%
  • JavaScript 45.6%
  • TypeScript 8.0%
  • Other 0.6%