Developing Flutter Implements for Jupyter Book and MyST Markdown #800
Replies: 3 comments
-
Hi Guo, thanks for your interest! So are your plans to actually write a full MyST Markdown parser in Dart?
I would certainly be interested to get your feedback on some specific issues you had, and what could be made clearer? |
Beta Was this translation helpful? Give feedback.
-
Yes, a Dart parser and a Flutter render. Writing The Dart parser needs to understand how the MyST Markdown is parsed. The Flutter render needs to define a way to run code and render the result.
|
Beta Was this translation helpful? Give feedback.
-
Updated: I have released a MVP: https://pub.dev/packages/flutter_myst_markdown, and use it in my application: Hope to corporate with the community to develop this package! Sincerely, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Executable Book Team,
I am willing to contribute Flutter package for Jupyter Book and MyST Markdown. Here is the repositories from my team.
I am developing an online programming learning APP with Flutter. I use Jupyter Book to document all the tutorials, and deploy it to the backend of APP by code. I want to parse the MyST Markdown and Jupyter Book, so I am developing these packages.
In addition, I have read the source code of Jupyter Book, since there are a lot of unclear exceptions. To be honest, it is not well organized, so I am also willing to help you on that. It also affects the secondary development of my own backend tools.
If you are interested in that, be free to contact with me (zhangguo@quanttide.com).
Sincerely,
Guo Zhang
Beta Was this translation helpful? Give feedback.
All reactions