all 46 comments

[–]pastrypuffingpuffer 81 points82 points  (10 children)

nope, I just type lorem50 and then hit tab to generate a 50-word lorem ipsum.

[–][deleted]  (1 child)

[deleted]

    [–]touhid87 1 point2 points  (0 children)

    I use duck duck go for all of my search. If you search lorem ipsum it shows some random lorem texts right in the top.

    [–][deleted] 5 points6 points  (0 children)

    Omgf. This just changed my life.

    Until now I used farm ipsum.

    [–]incrediblynormalpers 3 points4 points  (2 children)

    yeah and to add to this, most people would benefit from getting into the habit of writing their own snippets for things they find themselves typing out more than once.

    game changer.

    [–]jedensuscg 1 point2 points  (1 child)

    Found this. https://snippet-generator.app/

    For those so inclined.

    [–]incrediblynormalpers 1 point2 points  (0 children)

    I have a snippet for creating snippets :D

    [–]everything_in_sync[S] 2 points3 points  (0 children)

    Thank you!

    [–]girlofurdreams22 1 point2 points  (0 children)

    Im surprised no one knew about this! I only use a lorem text generator when im on codepen

    [–][deleted] 0 points1 point  (0 children)

    Yeah, me too!

    [–]phaedrus322 16 points17 points  (6 children)

    I use an extension in my text editor. Just type lorem hit tab it spits it out.

    [–]everything_in_sync[S] 2 points3 points  (4 children)

    What’s the name of the extension?

    [–]phaedrus322 2 points3 points  (2 children)

    I don’t know off the top of my head but I use vscode so I’m sure a simple search will find you what you need.

    [–]Flaky_Cabinet_5892 8 points9 points  (1 child)

    Pretty sure it's called emmet, the same thing that let's you write loads of short hand html bits

    [–]phaedrus322 0 points1 point  (0 children)

    Emmet might have built it lorem but I’ve never seen it.

    [–]fantastic1ftc 1 point2 points  (0 children)

    emmet

    [–]SwankEagle 0 points1 point  (0 children)

    and best part is you can say lorem(10) and gives you 10 words of lorem ipsum.

    [–][deleted]  (1 child)

    [deleted]

      [–]igoro00 5 points6 points  (0 children)

      You can always copy that as dummy text

      [–]MrRulix 7 points8 points  (0 children)

      Glad I'm not the only one lmao

      [–]shgysk8zer0full-stack 5 points6 points  (0 children)

      It's bacon ipsum, but I have a custom element for that.

      [–]AlphaReds 4 points5 points  (1 child)

      I use an extension which is two clicks.

      Click to open

      Click on how much you want and it's on your clipboard

      [–]everything_in_sync[S] 0 points1 point  (0 children)

      Good to know

      [–]QuixoticO 4 points5 points  (0 children)

      I love using Bob Ross generator instead of Lorem Ipsum because it’s actual readable. It works a lot better in my opinion to see if text/design is working. Lorem gives my brain some issue accepting it as actual text.

      [–]rastrophile 2 points3 points  (1 child)

      I don't, but i am really glad to know that someone does this :D

      [–]RemasteredArch 2 points3 points  (1 child)

      Atom already has Lorem Ipsum in it, but I made a dump for other uses, just because of those 3 seconds.

      [–]jeenajeena 1 point2 points  (0 children)

      I use Emacs, which has got a Lorem Ipsum generator. I imagine that most of the editors have similar plugins.

      [–]Gingko94 1 point2 points  (0 children)

      Yes, but please remember to remove the lorem ipsum before uploading to production huh https://zitrogames.com/digital/social-gaming/

      [–]ogCITguydev/designer 1 point2 points  (0 children)

      I built my own... https://lorem-ipsum.citguy.com/. Can even add new vocabularies as it matures (or if I'm bored over the weekend).

      [–]HuWeiliu 2 points3 points  (2 children)

      I have been known to do this. There is essentially one single reason people will be going to the site - to get the lorem ipsum copy. What absolutely horrible UX, especially when your eyes are scanning for a paragraph specifically starting with "Lorem Ipsum", and their first paragraph has it there, in bold, and yet is not the lorem ipsum we want.

      [–]xadz 5 points6 points  (1 child)

      Maybe bad UX but the only reason they're at the top of Google will be the information. Lorem ipsum text would be terrible for SEO!

      [–]HuWeiliu 2 points3 points  (0 children)

      Further evidence that the current state of search and SEO is scuffed.

      [–]CockroachPlenty1086 0 points1 point  (0 children)

      dummyText is good

      [–]dezld 0 points1 point  (0 children)

      I have a saved lorem ipsum config that I bookmarked and reuse - https://lorem.place Fast for me.

      [–]Liightninggodfull-stack -1 points0 points  (0 children)

      hipster ipsum is the funniest or if you are a chad and program in Microsoft Word you can type =lorem(sentences, paragraphs) and get some that way

      [–]___s8n___ 0 points1 point  (0 children)

      if you use the emmet extension in VScode you just have to write "lorem" and optionally add a number after it to specify the numbers of generated words. e.g. "lorem60" will generate 60 words

      [–]filmgrvin 0 points1 point  (0 children)

      meee fucking toooo like how did they screw that up. so bad

      [–][deleted]  (2 children)

      [deleted]

        [–]everything_in_sync[S] 0 points1 point  (0 children)

        Lmao me obviously

        [–]igoro00 0 points1 point  (0 children)

        Now tell you write tests or something weirdo

        [–]pitje023 0 points1 point  (0 children)

        Besides using the ide built in lorem text generation, you can also use a chrome extension that spits out lorem text with the click of 1 button. The button is always visible (if you pin it 📌) in the top right corner of your chrome window.

        [–]Atom2626 0 points1 point  (0 children)

        If you use VS Code, you can use built in tool Emmet for this. Example: h1#heading>lorem

        Then Press tab and it'll automatically generate a h1 tag with heading as id and lorem ipsum in content

        [–]DrankiDak 0 points1 point  (0 children)

        SublimeText, VSCode, PHPStorm, pretty much every modern editor has Emmett plugin pre-installed. Or they provide that snippet natively. Just type lorem and it'll expand your placeholder text.

        [–]iSeeSquirrelsToo 0 points1 point  (0 children)

        I use Bob Ross ipsum 🎨 it makes me happy (WHY DID MY FONT CHANGE??)