this post was submitted on 18 Nov 2023
29 points (91.4% liked)

Asklemmy

42609 readers
959 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I've been using lemmy for a while still i dont know all of its nook and corner or even how to properly use markdown in lemmy. I'm using voyager now and I dont know the major improvements of other apps.

Guys share all your experiments and experiences in lemmy, guide me how to use markdowns please. Show us the milestones of all apps and lemmy itself

all 15 comments
sorted by: hot top controversial new old
[โ€“] morrowind@lemmy.ml 19 points 8 months ago (2 children)

Lemmy follows Commonmark. There's a spec and tutorial there

[โ€“] mp3@lemmy.ca 10 points 8 months ago* (last edited 8 months ago) (1 children)

As well as some custom syntax that isn't covered for spoilers ie:

LABELHIDDEN TEXT

Sadly, not all Lemmy clients support it yet, so be careful with spoilers.

[โ€“] otp@sh.itjust.works 5 points 8 months ago* (last edited 8 months ago)

Voyager doesn't do spoilers, and I think it uses a different standard. It was giving me underscores when I would press the italics button...

EDIT: Looks like the standard still works though!

[โ€“] pixelscript@lemmy.ml 4 points 7 months ago

Does it actually, though?

I'm not trying to insinuate that it doesn't. I'm just jaded at how many mutually exclusive Markdown-adjacent standards there are out there, and how many implementations there are which claim to adhere to one of the major standards but in actuality either don't fully support it, extend it with their own nonstandard bullshit, or both.

[โ€“] mustGo@hexbear.net 10 points 8 months ago (1 children)
Lemmy Client What I do
Default Web client I click the little file icon on other people's posts to see how they were written, and then copy that.
Cool!

Probably my favorite trick is to put two spaces at the end of a line to get a compact line break.
Like this.

Compared to this long paragraph break.

[โ€“] deadcatbounce@reddthat.com 2 points 7 months ago

That's an underrated comment. Thank-you.

[โ€“] MentalEdge@sopuli.xyz 8 points 8 months ago* (last edited 8 months ago) (1 children)

On thunder you

have ~~buttons~~

  • to insert

the various

formatting.

Also the only app that I know to have double-tap-slide to adjust the zoom on images precisely with one finger, since I implemented it.

I also implemented the "dismiss read" feature that I was missing from Relay for reddit, letting you remove read posts from your feed without refreshing it.

The settings let you adjust the UI a lot more than most apps, I think.

The latest update finally allows opening lemmy links in Thunder, and creating posts using the system share dialogue from other apps.

Exiting a comment/post you're writing without finishing them, saves them as a draft so you can come back and continue editing where you left it.

You can now see and create cross-posts.

[โ€“] UKFilmNerd@feddit.uk 6 points 8 months ago

I'm one of the mods of !homevide@feddit.uk and I quite often post press releases of new and upcoming Blu-rays, 4K etc. The most annoying part was when copying and pasting press releases from websites, the formatting would be almost completely lost. Lists of special features would be transformed into block paragraphs.

But, the other mod of !homevideo found this web page where you can paste the text onto and it becomes converted into markdown text. I can then copy the new text and paste it into Lemmy and it now looks great, with bullet point lists preserved etc.

[โ€“] lolcatnip@reddthat.com 3 points 8 months ago

Right now, aside from the basics, there is no proper way to use Markdown in Lemmy because different clients interpret it differently.

[โ€“] TeaHands@lemmy.world 3 points 7 months ago

One fun tip is that if you're not sure how someone formatted a post the way they did, you can (at least on the default UI) use the "view source" icon to take a peek. It works on comments as well although you might have to click the three dots under a comment to expand and see all the icons.

If you're on an instance that doesn't allow image uploads and you're hosting externally, the most useful markdown for you is ![alt text](imageURLhere.jpg) which will embed the actual image instead of you just having to post a link.

[โ€“] _N_@feddit.nl 2 points 7 months ago (1 children)
[โ€“] covert_czar@lemmy.dbzer0.com 2 points 7 months ago

Markdown is almost like html but not that complex you can add headings, lists, hyperlinks etc etc using it