Edit with Sublime Text™ is an Edge add-on that enables live editing of HTML content and text on web pages using the Sublime Text editor. It provides multiple methods to send content to the editor and supports editing of not only HTML nodes but also TEXTAREA and INPUT elements externally. This add-on requires a native client for OS-level communication and offers features such as converting external scripts or CSS resources to internal equivalents. Please note that Edit with Sublime Text™ is an independent project and has no affiliation with Sublime HQ Pty Ltd, the trademark holder of Sublime Text.
Want to check extension ranking and stats more quickly for other Edge add-ons?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Edge Add-on Store.
This extension facilitates editing of HTML node element's content within the popular Sublime Text editor, providing real-time updates upon saving the generated temporary file. Additionally, it enables external editing of "TEXTAREA," "INPUT[type=search]," and "INPUT[type=text]" elements.
There are three methods for sending content to the Sublime Editor:
Activate the simple inspector using the action button, click on the HTML node, and press the ESC key to cancel the operation if needed.
Use the DevTools "Elements" panel, where a new sub-pane is added. Select "Edit as HTML," choose an HTML node, and press the button to open the content in the Sublime Text editor.
Right-click on a "TEXTAREA" or "INPUT[type=text]" element and use the context menu item.
This extension supports simultaneous editing of multiple nodes. Each editor has its unique temporary text file, and saving updates the content of the respective node. These files are stored in the operating system's temporary directory with random filenames.
Additionally, the extension allows the DevTools panel to convert an external script or CSS resource to an internal equivalent. This functionality enables sending the content of remote resources to the external editor.
File extensions used for temporary resource creation:
HTML -> when innerHTML or outerHTML content is sent to the external editor.
2. Use the DevTools "Elements" panel. A new sub-pane is added to this panel. Select "Edit as HTML", then select an HTML node. When you are ready, press the button to open the content in the Sublime Text editor.
3. Right-click on a "TEXTAREA" and "INPUT[type=text]" element and use the context menu item.
Note: For this extension to send your editing requests to the Sublime Editor, a native client is needed. The installation instruction appears on the first usage. This extension uses a NodeJS native client for all its OS-level communication need.
This extension is capable of editing multiple nodes at once. Each editor has its own unique temporary text file, and upon saving, the content gets updated. These files are saved on your operating system's temporary directory with a random filename.