G
G
GM2mars2015-04-30 14:23:55
HTML
GM2mars, 2015-04-30 14:23:55

What plugins are there for sublime text 3 to minify HTML markup?

We need a plugin that would "fold" and "unfold" HTML code.
It was:

<header>
  <ul>
    <li>item1</li>
    <li>item2</li>
    <li>item3</li>
  </ul>
  <h2>Text</h2>
</header>

It became:
<header>	<ul>		<li>item1</li>		<li>item2</li>		<li>item3</li>	</ul>	<h2>Text</h2></header>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rikcon, 2015-04-30
@Rikcon

https://packagecontrol.io/packages/Minify
You need html minify

B
Barada, 2015-04-30
@Barada

https://github.com/rareyman/HTMLBeautify needs beautify
https://packagecontrol.io/packages/HTMLBeautify

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question