A tool that allows you to edit any web form including google spreadsheet cells with your favorite editor. By using this tool you will have something like vim's "insert mode" for your browser. Just point your pointer to an editable place and press command
+ i
.
- HammerSpoon
- GUI editor such as Typora
- Lua
-
clone this repository
git clone git@github.com:vascoosx/editorLauncher.git
-
change your
init.lua
(should be~/.hammerspoon/init.lua
) so as to include functions ininsert_mode
and configuration insettings
like this:
package.path = package.path .. ';<path/to/editorLauncher/>'
require 'insert_mode'
require 'settings'
- adjust
settings.lua
to suit your needs.
- AutoHotKey
- PowerShell
Right click windows/editorLauncher
and select Run Script
- point your mouse pointer to an editable place and press
command
+i
. - edit your text
- quit your application. Now you will have your newly edited text in your clipboard
- move your pointer to the place you want to paste your new text
- paste (
command
+v
) to your desired location.
Note that if you have just edited your text without having moved your mouse you should be able to skip step 4.