twodayslate / claw

A lobste.rs Reader
https://apps.apple.com/us/app/id1531645542
Other
35 stars 1 forks source link

Investigate other markdown parsers #49

Open twodayslate opened 1 year ago

twodayslate commented 1 year ago

The current implementation is homemade.

https://github.com/shaps80/MarkdownText

iOS now supports markdown natively. Perhaps we can use this? I believe we can override the open url environment variable to control how to open the links.

twodayslate commented 1 year ago

Currently MarkdownText doesn't have interactive links so it isn't useful.

twodayslate commented 1 year ago

Parse stuff is HTML so idk if this is even helpful except for the user's about section.