Dimchikkk / velo

App for brainstorming & sharing ideas 🦀 Learning Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Integration (share document feature)

Dimchikkk opened this issue · comments

Currently it's possible to load app state via document url param on wasm target. It's nice way to share a document but it requires some manual steps to create public gist with app state. Let's implement GitHub integration, so user can sign in/give velo permissions to create public gist with document state.

Say, by clicking "Share Document" button the following steps are performed:

Instead of implementing GitHub Auth we can have .velo.toml file in home root directory with personal access token as the first step of share document feature.

Instead of implementing GitHub Auth we can have .velo.toml file in home root directory with personal access token as the first step of share document feature.

This is fixed by #76

This can be re-opened if someone wants to work on it.
This is partially done.