Live data from Hacker News

Magpie – Git-backed Evernote replacement

magpie-notes.readthedocs.org

21–30 of 41 posts

Re: Magpie – Git-backed Evernote replacement

#23

It doesn't resolve your fear of cloud providers, but Simplenote ( http://simplenote.com/ ) is an awesome, simple Evernote replacer. Especially is you trust the folks at Automattic!

Simplenote looks great. Any idea how they make money? On their front page, it says "Backups, syncing, sharing — it’s all completely free."

Re: Magpie – Git-backed Evernote replacement

#24
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

Re: Magpie – Git-backed Evernote replacement

#25
post #24

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 ba…

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

Re: Magpie – Git-backed Evernote replacement

#26
post #24

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 ba…

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

See here for Basic Auth: http://stackoverflow.com/a/13357591/633167

Re: Magpie – Git-backed Evernote replacement

#27
post #8

Earlier quoted context omitted.

So, the Magpie creator no longer trusts cloud providers, yet the software stores data on github. You know that record scratch sound? I think I just heard that. Yes, I know one could configure one's own github repo and make it accessible, etc. I know that cloud storage is about as reliable as that shaky cousin who's always borrowing "a few bucks for beer, man." It seems like everyone is attacking the wrong problem. Th…

It's backed by a git repo. I didn't read anywhere on there that it stores the repo on github.

just a small question here but essentially it would only a local repo? i don't know too much about git but if you don't store it on the cloud, how would you transfer it from computer A to B? (using a repo and not copying folders over)

Re: Magpie – Git-backed Evernote replacement

#30

It doesn't resolve your fear of cloud providers, but Simplenote ( http://simplenote.com/ ) is an awesome, simple Evernote replacer. Especially is you trust the folks at Automattic!

Simplenote looks great. Any idea how they make money? On their front page, it says "Backups, syncing, sharing — it’s all completely free."

It started as Simplenote, but was acquired (methinks) by Automattic (WordPress) at some point, and the underlying tech was turned into https://simperium.com
Post reply on HN