Skip to content

Instantly share code, notes, and snippets.

@jcouyang
Last active July 9, 2020 01:05
Show Gist options
  • Save jcouyang/2858ee70bfda67097e47 to your computer and use it in GitHub Desktop.
Save jcouyang/2858ee70bfda67097e47 to your computer and use it in GitHub Desktop.
Why do we still need Evernote since there is awesome gist.github.com

I'm a Emacs user and as you may know there is a awesome mode called gist.el, and since then, I found that it's completely my Evernote replacement. Why replace Evernote with gist?

  • code snippet (very significant reason)
  • Version Control, gist actually is a git repo, so you have all the commit history.
  • Social, fork, star, and comment as well.
  • I have emacs open all the time my machine is on. no reason open another app for note taking.
  • annoying Evernote text editor without emacs like shotcut.
  • Github Flavored Markdown(with emoji), or even org-mode and reStructuredText support.

But since there are not so many Emacsers, I create a Atom package glist which do the exact thing as gist.el for Atom.io. as atom support markdown instant preview, note taking with gist is even better.

Anyway there is still one thing gist cannot replace evernote -- web cliper. So I'm working on a simple chrome extension do the exact thing -- clipping web as markdown to gist.github.com

Analytics

@daveaseeman
Copy link

Have you created that web clipper yet? I am tired of Evernote. ENML is ridiculous. I'm ready to convert to something markdown-based and I love the idea of using gist!

@saadlu
Copy link

saadlu commented Feb 8, 2018

would love to move, but

  • can we have notebook? so collection of gist
  • is there tablet/phone app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment