Use this package if you want to add dummy Lorem Ipsum text to your page.
You can add a sentence, paragraph, or series of paragraphs to the page. For
HTML pages you can wrap the paragraphs in HTML <p>
tags.
For anyone familiar with the existing Lorem Ipsum package you will notice a lot of similarities. Unfortunately that one doesn't work with Atom >= 1.0, and that's why this now exists. I had already completed a lot of the work before I realised that existed which is why it's not a straight fork of that package.
You can install it from the package manager. Just search for "lipsum".
Or you can install it using APM.
apm install lipsum
To use this, load the command panel, type "Lipsum" and choose the relevant option. Alternatively you can right click and choose "Lipsum", or choose "Lipsum" from the Packages menu.
There are a number of configuration options:
The number of paragraphs to generate when running the 'paragraphs' command".
The default value is 4.
When generating content, any sentence created will have no more than this number of words.
The default is 18.
When generating content, any sentence created will have at least this number of words.
The default is 8.
When generating content, any paragraph created will have no more than this number of sentences.
The default is 8.
When generating content, any paragraph created will have at least than this number of sentences.
The default is 3.
You can also specify a list of file extensions where any paragraphs generated
will be wrapped in HTML <p> </p>
tags. This option is a list of file
extensions for HTML file types.
The default values are:
When adding others, these should be added in lowercase, and remember to include the opening '.'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.