Skip to content

Instantly share code, notes, and snippets.

@downgoon
Last active April 19, 2017 08:43
Show Gist options
  • Save downgoon/e4ac70b0ca1fd1bdbc26a8f223df749f to your computer and use it in GitHub Desktop.
Save downgoon/e4ac70b0ca1fd1bdbc26a8f223df749f to your computer and use it in GitHub Desktop.
how to use gist

基础

  • 匿名发布:发布gist,并不需要登陆。
  • 不限代码:可以发 xxx.c或xxx.java 等,但也可以发 xxx.md,实现富文本。
  • 版本管理:源代码管理出色的地方之一就是版本管理,用gist也有版本管理。
  • 任务列表:借助 xxx.md 的github拓展语法,可以做任务列表GTD工具。

程序员界的“轻博客”

收发工具

互动工具

  • 评论
  • 点赞
  • 转发:嵌入其他网页。类似视频网站的视频可以站外分享一样。右上角有个“Embed”就是站外分享。
  • Fork: 社会化编辑。

发布轻博客

有一个 public 的 gist:(必须是 .md 或 其他富文本格式,不能是纯代码 )

https://gist.github.com/downgoon/e4ac70b0ca1fd1bdbc26a8f223df749f

在 roughdraft.io 中访问这个 gistid: (gistid 是全局的,跟用户无关)

http://roughdraft.io/e4ac70b0ca1fd1bdbc26a8f223df749f

生成跳转:

http://downgoon.roughdraft.io/e4ac70b0ca1fd1bdbc26a8f223df749f-how-to-use-gist

自己轻博客的列表: http://downgoon.roughdraft.io

@downgoon
Copy link
Author

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