Sabryr / Tavatar

Tools for better teaching experience
GNU General Public License v3.0
3 stars 0 forks source link

Make this portable #1

Open Sabryr opened 5 years ago

Sabryr commented 5 years ago

Currently this is tied to my web server. make it possible to use some public service so any one can use it

harivyasi commented 3 years ago

Hi! First: excellent tool 🎉

I was wondering if you can attach to it to something like an Etherpad and the post the commands there (in an etherpad document) using curl and POST (see https://github.com/ether/ep_post_data). The tool can become a lot more portable and open (no Google Docs required). I am not sure about CR but the Carpentries almost always use Etherpad.

Would you like to try this?

Sabryr commented 3 years ago

Thank you for the comments. I will try your suggestion and lets keep this issue open.

Sabryr commented 3 years ago

I have investigated, unfortunately Hackmd do not accept post requests like etherpad. There is https://github.com/hackmdio/hackmd-cli but that is to create a new pad not to add content to existing one.