Posts Tagged ‘code’

Notepad++ HTML editing tag insertion (surround) plugin

Wednesday, June 4th, 2008 by Agro Rachmatullah

Notepad++ mascot

I use Notepad++ for my text editing need. To write my blog entries, I’m even handcoding my HTML using it!

It has neat features that makes it superior to Notepad such as a tabbed interface, internationalization (Unicode support and UI translations), and lots of text manipulation tools (HTML escaping, to name one).

One essential feature I miss when editing HTML using it is the tag wrapping functionality. That’s what the buttons in Wordpress’ HTML mode do:

Inserting a tag using Wordpress\' HTML editing mode

After asking around in the forum, I finally found the plugin I needed for Notepad++, WebEdit.

(more…)