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
Just had an idea while reading old issue #13 to create saving strategies, old bookmark file will still be the same but the GitHub pages app will have a way to pick different saving methods:
Strategies
download file
Save to gist
Save into file in GitHub repo (investigate how)
If you have any other ideas for a different saving strategy, add a comment
Test the last feature to add conversation to this repo, it will require to have a configuration like a directory pattern. It may require using isomorphic-git
The text was updated successfully, but these errors were encountered:
IMO - #13 looked like the right idea (extending the bookmark so the html is posted to git/gist ) where it can get a full public view to show the dialog from chat.
i could not get the code posted in #13 to work so i wrote an express route where any js client can just post the download.html to an express route app.post('/chatgpt/:fname',
that implements the git api to create a gist. When u mention options for save, this is more a pipe of the html to an additional consumer that handles the create on github.gist see the code
Just had an idea while reading old issue #13 to create saving strategies, old bookmark file will still be the same but the GitHub pages app will have a way to pick different saving methods:
Strategies
If you have any other ideas for a different saving strategy, add a comment
Test the last feature to add conversation to this repo, it will require to have a configuration like a directory pattern. It may require using isomorphic-git
The text was updated successfully, but these errors were encountered: