9
Mapping-file approach for multi-markup reader?
(lemmy.zip)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Are you trying to write your own parsers for these formats or something like that? I don't think I really get the issue you're running into.
If you want to just display formatted text (esp. including HTML), you can use a browser (either as an embedded widget in a custom app, via an Electron app, or in a regular browser via an HTTP server) and generate the output on the fly. You don't need to save the converted output if it's fast enough to generate...
Yes, but it should be easy to add support for other markup languages. Hence the mapping file. Since it's not complex formatting, that should suffice, i think?
No, not in a browser or electron or similiar. It should be lightweight and quick to launch on any device.
I rephrased the post a bit.