You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd probably be easier to program directly against the Github API, authenticated using one of the OAuth flows rather than emulate a whole file-system in memory and work with Git's data structures.
To clarify, my goal with this is would be to add a new way to persist changes made to the document other than exporting a brand new gist every time which is awkward to manage.
Potential follow up features could include: 1. opening other percival documents from the main site (point to a git url), 2. multi-document workflows, where a table defined and exported by one document is imported and used in another, etc.
infogulch
changed the title
Better integration with full git repos
Load and save percival files in git repos
May 9, 2022
I think it would be neat to be able to load, save, edit, and commit percival files directly against a git repo.
Something like isomorphic-git could be useful here:
https://github.com/isomorphic-git/isomorphic-git
It seems there are some potential complications to supporting a git workflow, especially related to CORS.
Thoughts?
The text was updated successfully, but these errors were encountered: