gzuidhof / starboard-notebook

In-browser literate notebooks
Mozilla Public License 2.0
1.21k stars 95 forks source link

Upload notebooks to starboard.gg #61

Open boisgera opened 3 years ago

boisgera commented 3 years ago

Hi Guido,

I have been disconnected from starboard.gg a few times today while I was editing notebooks. That was silent as far as I can tell: I only noticed it when I tried to save my notebook (I couldn't). Since you support the export of notebooks (👍) and given that starboard-cli enables to work locally with notebooks with pretty much that same interface (👍), that was only a minor inconvenience!

At this stage, is there a way to push my locally edited notebooks back to starboard.gg?

Cheers,

SB

gzuidhof commented 3 years ago

Hi SB, currently there is no way to do so :(.

Well, it is technically possible - if you take your token from login and make a POST request to some endpoint, but that's of course rather user unfriendly. There is no technical reason it couldn't be done - I just haven't gotten around to it.

starboard.gg has not received a lot of love lately, my focus has been more on the notebook itself as well as what is kind of a "do it yourself starboard.gg" (a tool for taking a folder of notebooks & markdown files and making it into a website that you can host on GH pages or any static host).

gzuidhof commented 3 years ago

Unrelated to this issue, but if you would like you can join our small Discord community (or anyone else reading this): https://discord.gg/Xy5zRz7x

boisgera commented 3 years ago

my focus has been more on the notebook itself as well as what is kind of a "do it yourself starboard.gg" (a tool for taking a folder of notebooks & markdown files and making it into a website that you can host on GH pages or any static host).

OK, good to know, great!