开发者

HTML editor with html encoding built in

开发者 https://www.devze.com 2023-02-20 07:49 出处:网络
I am now using Notepad++ as seems to be often suggested here for开发者_JAVA技巧 basic html & css editing.Only thing missing is a method to HTML Encode pasted in text.Is there a way to do this in N

I am now using Notepad++ as seems to be often suggested here for开发者_JAVA技巧 basic html & css editing. Only thing missing is a method to HTML Encode pasted in text. Is there a way to do this in Notepad++ or do I need to look for a different editor which dos this? If so any suggestions, I have used Komposer in the past which was ok, is there anything better out there now.


Yes there is a plug-in for that (I am running version 6.9.2).

HTML TAG did the trick for me, here are the steps I did to get it to work:

  1. install the plugin from Notepad++

    HTML editor with html encoding built in

    HTML editor with html encoding built in

sadly, there are more steps (at least for me!)

  1. Now I had to download the actual plugin: HTML TAG and find HTML Tag and download it
  2. unzip the tag and then place it into 'C:\Program Files (x86)\Notepad++\plugins'

<HTML> <BODY> <TABLE><TR><TD></TD></TR></TABLE> </BODY> </HTML>

<HTML> <BODY> <TABLE><TR><TD></TD></TR></TABLE> </BODY> </HTML>

it will also do the

test&=3543 

to

test&amp;=3543

I updated this on 9/8/16 to amend the link, since this requires a link, if that link goes bad please tell me in the comments and I will delete out this answer or find the new one.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号