-
We need a UI where people can configure which syntax has to be send to server guessed by the tab's URL.
There is already a method stub in `GhostText.guessSyntax()` for performing this task in the back…
-
Hi there,
I discovered this extension and corresponding Sublime Text plugin while browsing the "new packages" section on PackageControl and I am very thrilled to try it out!
Unfortunately I get the …
-
- [x] Merge "Milestone 1" into master.
- [x] Remove old entry from Package Control
- [x] Add new Ghost Text entry to package control.
-
Following Cacodaimon/GhostTextForSublimeText/issues/4
- [x] ACE editor (used on Tumblr, …)
- [x] CodeMirror (used on CodePen, JSFiddle, JS Bin, …)
-
> Error loading syntax file "Packages/Markdown/Markdown.tmLanguage": Unable to open Packages/Markdown/Markdown.tmLanguage
I've had this problem for a while but I just clicked on "Ok" and it didn't ap…
-
On GitHub, the same textarea is reused after leaving a comment. We could implement some generic `submit` detection as well some site-specific listeners.
-
Following the [button toggle fix in GT-Ch](https://github.com/Cacodaimon/GhostTextForChrome/issues/8), a possible improvement could be re-using the same editor tab if the same textarea is used. What d…
-
Right now it seems that once the connection is open, if I type in the textarea, any key will replace the entire content.
I would be best to allow two-way synchronization, but if that's too hard, I'd …
-
#4
> When one textarea is present or if one is focused, the button now automatically connects. If more than one unfocused textareas are present, we wait for the user selection of a textarea.
We need…
-
Right now it's impossible to see whether a Sublime Text tab is currently listening for events and "connected".
Perhaps even just `[CONNECTED]` in the tab title and/or a blue circle on the first line'…