告诉HN:GitHub Gists 非常适合用作私人/公共书签。
我使用 Gists 来保存以 Markdown 文档格式的事物列表。由于是纯文本的 Markdown 文档,这使得它比专门的书签解决方案更加灵活。
Gists 可以设为公开,其他人可以留言进行贡献或其他交流。我不知道还有什么其他工具能提供如此便利的功能。甚至还有 http://gist.new 作为快捷域名。
一些示例:
- [P2P 文件共享工具](https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570256bb3b2)
- [JavaScript 即时 GUI 库](https://gist.github.com/SMUsamaShah/71d5ac6849cdc0bffff4c19329e9d0bb)
- [所有浏览器内虚拟机](https://gist.github.com/SMUsamaShah/6379649c0cbade9abc02b2427bd33210)
- [所有 Hirens BootCD 版本](https://gist.github.com/SMUsamaShah/301994b39334ac2515224b92afb72403)
您可以在这里查看我所有的公开“X 的列表” Gists:[https://gist.github.com/search?o=desc&q=user%3Asmusamashah+%22list+of%22&s=stars](https://gist.github.com/search?o=desc&q=user%3Asmusamashah+%22list+of%22&s=stars)
查看原文
I am using gists for keeping lists of things as markdown documents. Being plain text markdown docs makes it way more flexible then dedicated bookmarking solutions.<p>Gists can be made public and people can leave comments to contribute or otherwise. I don't know of anything more convenient with these features. There is even http://gist.new/ as a shortcut domain.<p>Some examples:<p>https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570256bb3b2 P2P file sharing tools<p>https://gist.github.com/SMUsamaShah/71d5ac6849cdc0bffff4c19329e9d0bb JavaScript immediate GUI libs<p>https://gist.github.com/SMUsamaShah/6379649c0cbade9abc02b2427bd33210 All In-browser VMs<p>https://gist.github.com/SMUsamaShah/301994b39334ac2515224b92afb72403 All Hirens BootCD Versions<p>Can see all my public "List of X" gists here https://gist.github.com/search?o=desc&q=user%3Asmusamashah+%22list+of%22&s=stars