this post was submitted on 21 Jul 2024
13 points (100.0% liked)

Photon

244 readers
1 users here now

Photon for Lemmy

A client for the fediverse designed to be intuitive, fast, and beautiful.

Share your themes, ask questions, report bugs, or check on the latest updates here!

founded 9 months ago
MODERATORS
 

This will be a test post for markdown, as I'm switching to a faster markdown renderer that will allow me to do some cool stuff, like allow expanding images and running my code in markdown.

It might release with v1.31.2.

you are viewing a single comment's thread
view the rest of the comments
[–] ptz@dubvee.org 1 points 1 month ago (2 children)

What one did you go with? I switched to magidoc/plugin-svelte-marked and have been pretty happy with it. The only thing I lost were sub- and superscript.

[–] Xylight@lemm.ee 1 points 1 month ago (1 children)

Nevermind, this renderer won't work because there's no way to disable the autolinking for some reason?

[–] ptz@dubvee.org 1 points 1 month ago (1 children)

Autolinking? You should be able to just do a custom renderer for links to do what you need. Unless I'm misunderstanding.

I had to do custom renderers for Links, Code (to integrate highlight.js), spoilers (custom container), and images (to replicate functionality of markdown-it-html5-embed).

https://github.com/asimons04/tesseract/tree/1.4.4/src/lib/components/markdown

[–] Xylight@lemm.ee 2 points 1 month ago (2 children)

For links like @Xylight@lemdro.id and !photon@lemdro.id it's automatically changing it to a mailto: link so I can't run linkify on it.

[–] ptz@dubvee.org 2 points 1 month ago

I have the /c /u, ! and @ formats working (via pre processing) but without those, yeah, they turn into mailto: links.

Is still on my list of things to double back on.

[–] poVoq 1 points 1 month ago

Would be great of if also does xmpp: links.