Hacker News new | ask | show | jobs
by lsinger 4388 days ago
I use GitHub's gollum [1] git-based markdown-supporting Wiki for pretty much this. It's easy to add a basic username / password protection. I run it on a Digital Ocean instance that had some capacity left over and have a cronjob push to a private bitbucket repo every 30 minutes for backup. I don't have to create notebooks and can use GitHub-flavored markdown (or other any syntax gollum supports).

That said, I like basic idea of extending magpie with a PDF scraper and email. Maybe it would spare some energy to fork gollum and add extension to it to make it more Evernote-like?

[1]: https://github.com/gollum/gollum

2 comments

Oh, and nicely wrapped in Fluid [1] as a site-specific browser with a nice icon [2].

[1]: http://fluidapp.com [2]: https://www.iconfinder.com/icons/71619/book_moleskine_notes_...

Is your code for adding auth public? I would love to have the same setup