Not sure the best approach here. Options:
UIAlertController etc)Thoughts?
Inspired by #600
I quite like the idea of a "See Original" action, which just shows you the entire markdown in it's own view (and that's copyable)
Would be super helpful for testing where the markdown content is the cause of some render issues!
My preferences FWIW:
There's still nothing preventing us doing both, as I do see two different use cases for this especially with the functionality of being able to quote a previous message which depends on this functionality but would be easier with paragraphs rather than entire posts!
FYI we wont be able to do normal text selection b/c we're not using UITextView (and wont for perf reasons).
I'd be open to a "view raw markdown" alert action on a comment's "..." menu item, open a modal UITextView, and let you select + highlight from that?
Works for me.
Most helpful comment
I quite like the idea of a "See Original" action, which just shows you the entire markdown in it's own view (and that's copyable)
Would be super helpful for testing where the markdown content is the cause of some render issues!