this post was submitted on 26 Jul 2023
11 points (100.0% liked)

Photon

2 readers
8 users here now

The community for the Photon Lemmy client.

https://photon.xylight.dev

founded 1 year ago
MODERATORS
11
Photon roadmap (lemmy.xylight.dev)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Here's what I have planned for Photon:

  • more consistent UI
  • Moderation tools
  • Administration tools
  • Overhaul as an SPA
  • fix the horrible markdown rendering

What would you like to see on Photon?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

You're a far better programmer than I am, and I don't know the codebase well, but could you use some of the code from https://github.com/LemmyNet/lemmy-ui/blob/main/src/shared/markdown.ts and implement it into https://github.com/Xyphyn/photon/blob/main/src/lib/components/markdown/markdown.ts ? The licenses seem compatible, though I don't know how the mix of Svelte and TypeScript of Photon will affect things.

[–] [email protected] 2 points 1 year ago (1 children)

Since lemmy-ui and Photon both use markdown-it, this is certainly possible. I can implement all of the awaited markdown features now!

[–] [email protected] 1 points 1 year ago

Great! Thank you, and I'm glad I could help.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Spoiler support was added!

Examplewoooooo, this works as of v0.4.1

[–] [email protected] 1 points 1 year ago

Thank you! You are insanely fast. Photon is definitely my favorite frontend already, and it's constantly improving.