how can I change line to paragraph in sublime?

Weijing Jay Lin

I want to change multiple line to paragraph with <p> warp in HTML.
Is there any shortcut key or package could help me with this?

fodma1

It's more like a superuser question, but with the multiline editing it can be easily done in Sublime: https://www.youtube.com/watch?v=WXuBgSpLpK4

Just select all the paragraphs, press cmd+shift+l, to place a cursor at the end of every line, then you can put </p> there.

The next step is to jump to the beginning of the lines by pressing cmd+'<-' (left arrow key) and put <p> there.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I open Sublime Text 2 files from the command line in linux to a tab, not a new window

How can I put cursor on every line in Sublime Text?

How can I: Select a paragraph with JavaScript (on click)?

In Sublime Text 3, how can I change the comment character?

How can I set a character limit for paragraph?

How can I change the font of a PreText or Paragraph widget?

How can I apply a Regex regular expression to each line of a paragraph without using a loop?

How can i fix my code to put each paragraph in a new line, as I am trying to add paragraph before the given paragraph

How can I change paragraph content on button click with if statement?

How do I change the $PATH so I can launch Sublime Text from the command line?

How can I hightlight active navbar paragraph

How can I open command line prompt from Sublime in windows7

How can I add an additional line break (paragraph return) to each line break found in an Open Office Document?

How can I change tab name in Sublime Text?

How can I change default path to Sublime Text preferences?

How can I capture Sublime 2 build output when it it sometimes on one line, sometimes on two lines

How can I scrape tagless paragraph with Scrapy

How can I make a paragraph corners round?

How can I declare string as with a paragraph with swift?

How can I change Python version in Sublime Text 3?

How can I combine tooltip tags and paragraph margin tags in a paragraph?

How can I change the angle of a line in MATLAB?

How can I change numbers automatically in a paragraph?

How can I change the color of a paragraph with javascript

How can i dynamically change color of certain words of a paragraph in a Text Widget in flutter

How can I center the second line of a paragraph?

How can I type a "<" or a ">" in my HTML paragraph?

How can I set a word limit for paragraph?

In CSS, how can I fill the empty space of each line wrapped from a paragraph with dashes?