I am creating an app with Pythonista that lets you write Markdown, and preview it in a built-in browser, or in Safari. But I have been using Editorial for quite some time now, and it has the ability to (in the editor) show bolded text for individual words automatically while typing, even before previewing you get a basic idea of what it'll look like.
I want to do something similar in my app, with Pythonista. While typing the Markdown in the editor (which is a TextView), I want to automatically change fonts and sizes of individual characters and words, not the whole TextView's overall font and size.
Does this make sense to anyone? If so, please help me out here. I've tried a few ways to do this, but so far I am thinking it is not currently possible with Pythonista.