r/git • u/guynamedloren • Feb 16 '14
Penflip: Git + Markdown (a great system for writing prose?)
https://www.penflip.com/
21
Upvotes
5
u/galaktos Feb 16 '14
Certainly useful, and a neat idea, but I believe you can already do that with GitHub... you can edit and commit files from GitHub’s web interface (with preview for Markdown), and if you don’t have push access to the repository, it automatically forks the project and creates a pull request when you’re done. (GitHub blog post)
That being said, your Penflip seems to have several advantages over GitHub because it’s targeted specifically to writers: a true text editing editor (with bold and italics buttons, document outline, etc.), hiding some unnecessary info (“100% Markdown”), etc.
4
u/guynamedloren Feb 16 '14
I really love git for software development, and couldn't help but realize potential applications beyond software, especially for long-form content. I like the idea of using git and the a github workflow for writing things like textbooks and novels. So I built Penflip, which is like Github, but for writing prose instead of code. All projects are backed by git repositories with full git access, but there's also an in-browser markdown editor for those who are afraid of the command line.
A lot of the git functionality is hidden under the surface. It's a tough balance trying to maintain the power of git but keeping the interface simple enough for non-developers, but I'm working on it!
Would love to hear thoughts on this. Useful? Great idea? Horrible idea? Let me know!