-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider moving from manubot pandoc -> manubot idyll #842
Comments
My only concern here would be browser compatibility and low bandwidth/high latency users. Regardless, this is definitely interesting, and I look forward to seeing what becomes of this. As an aside, I immediately thought of this: |
Idyll's browser support is IE9+ and it bakes out static html so the content is preserved even in cases where there are javascript compatibility issues or users have javascript disabled. There is some JS overhead but it depends mostly on how complex the interactive components themselves are - the examples here https://idyll-lang.org/gallery load around 150kb-350kb gzipped (getting those numbers just from a quick glance at the network tab from a few examples) A convnetjs integration could be fun |
This is now being discussed upstream: manubot/rootstock#116 |
To respond to @evancofer's concern, the overhead shouldn't be too bad - the JS is all uglified and compressed to produce relatively small bundles, and static HTML pages are baked out so it will work (without interactivity) even if people have Javascript disabled. |
I had a series of conversations with @mathisonian of idyll ( https://github.com/idyll-lang/idyll ). There are certain interactive elements that could really enhance the introduction of the paper. Our ability to do this depends on upstream integration between idyll and manubot. However, if an idyll converter is implemented there, this would give the ability to dramatically enhance how we introduce neural network architectures, for example. I wanted to create this issue to track the feasibility of this effort based on upstream work.
The text was updated successfully, but these errors were encountered: