Enhancement : Load or Save to Github Gist #9
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
brad/writing#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could look at using the Gist API for this..
https://developer.github.com/v3/gists/
Mind if I take on this issue?
It looks like GitHub no longer supports anonymous gist creation (1) and requires a server to authenticate using OAuth (2). Gatekeeper looks like a pretty simple tool to use, but would require a backend (e.g. Heroku or Azure).
I'd like to advice you that this repository is sadly mostly abandoned. I already thought about creating a primary fork where we could continue development, but unfortunately don't have enough time or any contact to @josephernest about this or something.
The addition of Gist support would be great in my opinnion. However, I don't really know if requiring a backend is in the spirit of this project. Are there any other options?
It is not abandoned @Steve2955 but the spirit of this repo is to keep it "simple and stupid" / minimalist with quite short code, and that should run on client-side only, without any server.
Of course we could add more features, with a backend server:
but it would be a bigger project, and I think such projects already exist (like stackedit.io, etc.)
What do you think?
@josephernest I'm sorry of this false accusation, but I haven't seen you active on this repository for months, although there are new pull-requests.
The project is online, working without any critical bug, so not being active for a few months doesn't mean 'abandoned' ;)