-
Notifications
You must be signed in to change notification settings - Fork 201
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
Added option to create and edit recipes in the browser #26
base: gh-pages
Are you sure you want to change the base?
Conversation
what does this caveat mean for usability?
|
It means, you have to log in to Github every time you make an edit. I can't request a token from Github to keep the user logged in (without using a third party service which I want to avoid). For me personally, I usually only add one recipie at a time so in that case it does not matter but if you want to add multiple recipies right after each other it's extra hassle. |
Uses the Github API to commit new or changed recipes to the repository.
This makes it possible to create and edit recipes without having to open a text editor every time.
A few caveats: