Hacker News new | ask | show | jobs
by thu 1632 days ago
I'm looking for a Markdown editor that can save directly to GitHub, with the ability to make drafts (feature branches and possibly PRs) and reviews (accept the PR or merge to main) directly from the editor and hide as much as possible the complexity of Git. The idea is this could be used by non-technical persons to edit Markdown files in a Git repository that is turned into a static site by whatever means technical people could come up with (Jekyll, Pandoc, whatever).
1 comments

There are several Git-based CMS options, like Forestry: https://forestry.io/

Note that these include editors that aren't as good as a standalone editor but work fine for most content.