Skip to content

myles/GhostText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhostText

Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).

Demo screencast

Installation

  1. Install your editor extension:
  1. Install the browser extension:

Website support

  • <textarea> elements
  • contentEditable areas: like in Gmail
  • CodeMirror editors: used on CodePen, JSFiddle, JS Bin, …
  • Ace editor: used on Tumblr, …

Usage

Open the connection

In Chrome, click the GhostText button in the upper-right corner to open up Sublime Text. Alternatively you can you these keyboard shortcuts to activate GhostText:

OS Shortcut
Windows ctrl + shift + K
Linux ctrl + shift + H
Mac cmd + shift + K
The shortcut can be changed or disabled

If there is more than one supported field in the current page and you haven't focused any of them already, you will be prompted to click on a field to open the connection.

Close the connection

The connection will be closed when:

  • The webpage changes or is reloaded
  • The tab or window is closed (either in the browser or in the editor)
  • The used field is removed from the document

Learn more

About

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 71.4%
  • JavaScript 27.4%
  • HTML 1.2%