V
V
Vlad2016-04-27 01:33:02
HTML
Vlad, 2016-04-27 01:33:02

Where is the panel with HTML tags in Notepad++?

Tell me, please, is it possible to somehow display buttons in notepad++ for quickly adding popular html tags to the code: bold, italic, color, h1, link, picture, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
D', 2016-04-27
@Denormalization

www.victorshkoda.com/2013/12/notepad-plus-plus-ip...
We get used to good things right away. But at the moment it's better to take something more advanced (Sublime, Atom, Brackets)

M
My joy, 2016-04-27
@t-alexashka

I recommend the Emmet plugin , it is implemented for many editors, including Npp.
For example, you can create a 3x3 table with the following line:
table>tr*3>td*3 [Ctrl+Enter]
Or generate an html page template:
html:5 [Ctrl+Enter]
Or make a placeholder text Lorem ipsum...
lorem*10 [ Ctrl+Enter] (will create 10 paragraphs with different texts from lorem. Generally
convenient.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question