Taking notes with Github Gist from atom, inspired by notational velocity
在 atom 中像 notational velocity 一样快速记笔记,贴代码片段,甚至写博客,迅速保存到 github gist 上
glist combine all these cool things
apm install glist
⚠ your token will be saved safely under
~/.atom/glist/.config.cson
, then token in config panel willbe mask as********
, then it will be safe to use dotfiles to sync you atom config.
you can customize where to store your gist files, by default they are under HOME/.atom/package/glist/gists
the path has to be a absolute, no relative,
~
doesn't work either
this is the place where storing you github token, config it to a safe place. by default it's ~/.atom/glist/.config.cson
by default every new gist created is markdown.
now create a gist with you own suffix just by adding an
!
at the end. for examplefancy ruby file.rb
will now actually create a ruby file instead of default markdown.
ctrl-c cmd-c
just press ctrl-c ctrl-o
while a gist file opened. and the url will also copied into you clipboard
in the gist file you wanna delete, press ctrl-c ctrl-d
in any gist file, press ctrl-c cmd-d
on mac, on windows cmd
is windows
key? im not sure
now I can use Atom and gist in place of Notational Velocity/Evernote
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.