Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add different saving strategies #19

Open
3 tasks
jcubic opened this issue Apr 8, 2023 · 2 comments
Open
3 tasks

Add different saving strategies #19

jcubic opened this issue Apr 8, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jcubic
Copy link
Owner

jcubic commented Apr 8, 2023

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

@jcubic jcubic added the help wanted Extra attention is needed label Apr 8, 2023
@rowntreerob
Copy link

rowntreerob commented May 13, 2023

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

@rowntreerob
Copy link

for gpt subscribers, a new option for shares ...
Screenshot 2023-05-27 8 43 25 AM

https://help.openai.com/en/articles/7925741-chatgpt-shared-links-faq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants