this post was submitted on 23 Jul 2026
197 points (88.6% liked)

memes

22080 readers
2995 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 

Change my mind.

you are viewing a single comment's thread
view the rest of the comments
[–] cows_are_underrated@feddit.org 10 points 3 days ago (3 children)

Behold the holy Grail of text structuring and formatting (as long as you don't want to deal with LaTeX): orgmode

[–] zitrone@europe.pub 6 points 3 days ago* (last edited 3 days ago) (1 children)
[–] victorz@lemmy.world 4 points 3 days ago (1 children)

I need to get into Typst. Been hearing about it a lot for a good while.

[–] INeedMana@piefed.zip 4 points 2 days ago (1 children)

I checked Typst out a bit. It couldn't do a specific, niche thing I want to do but in general it felt really nice. Definitely feels newer than LaTeX and with less technical debt/baggage. A bit more limited but still nice

And for some reason it seems there's no community for Typst on Threadiverse

[–] victorz@lemmy.world 2 points 2 days ago (1 children)

Thank you for sharing! I haven't even looked at it yet — I imagine it's like a supercharged Markdown, with ways to interlink documents and that kind of jazz? Am I way off?

[–] INeedMana@piefed.zip 2 points 2 days ago (1 children)

I'd rather say it's a cross between the two. Because most of the text is written like MD but then it does have document settings and tables look like in LaTeX

[–] victorz@lemmy.world 2 points 2 days ago

Looks beautiful, wow. Very simple. I so wish I had this through my uni days. LaTeX was pretty powerful but it was pretty painful sometimes as well.

[–] sqauffle@slrpnk.net 4 points 3 days ago

The orgmode site doesn't display properly on my phone. I can't even scroll horizontally to read the text. 😂

[–] decolo@piefed.social 2 points 3 days ago (1 children)

emacs heretic! begone from this place!

[–] cows_are_underrated@feddit.org 2 points 3 days ago (1 children)

It is absolutely worth it learning it.

[–] protogen420@lemmy.blahaj.zone 2 points 3 days ago (1 children)

how do i use emacs without vim emulation

[–] cows_are_underrated@feddit.org 2 points 3 days ago* (last edited 3 days ago) (1 children)

If you want your vim keybindings inside emacs you can use evil mode

[–] protogen420@lemmy.blahaj.zone 1 points 3 days ago (1 children)

no, I meant how do I get used to using emacs without vim emulation in emacs (like evil)

Just start using it? Watch some tutorials for the basic keybindings, copy a config from someone else and try to understand what's going on and from there on you can start building your own config. Theres also a ton of information available on how to do specific things.