Open zverok opened 7 years ago
Exporting as markdown is something that can definitely be worked on (similar to HTML, a table-like UI seems intuitive?). Also, based on discussion here and at #56, I see foreshadowing that daru-io could also be supporting to cloud upload (like Gist) along with exporters. Nevertheless, this idea seems good to me.
Just a wild idea, not sure how useful... But seems quite a bit.
Use case: I have some data and want to quickly show it to a colleague in another city. What's the sanest and easiest way to do it? Well, typically, we'll save the file, and then share file somewhere... But there can be this:
(Both URLs I've created just for this demo)
This way, you can send links to your data to friends without ever leaving your IRuby notebook, or IRB session, or folder with data processing scripts.
CSV one is simpler to implement (our CSV exporter + Gist API, which is reasonable and well-documented), but Markdown also seems cool.