noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.78k stars 314 forks source link

Feature request: Support Coil image loader #166

Closed ZacSweers closed 4 years ago

ZacSweers commented 5 years ago

Coil is a new and popular image loading library for android. It would be great if Markwon offered a first party artifact, though it may be more difficult since Coil is a Kotlin-first API

noties commented 5 years ago

Hello @ZacSweers !

I didn't have plans to extend a list of supported image loaders. After all there is a really cool markwon-image module 😉 ! But if anyone wants to implement an image loader based on Coil, I would gladly review pull request or add this artifact in the awesome section (in case of independent project)

noties commented 4 years ago

Shipping with 4.2.0 release, thanks @tylerbwong 🙌