This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from lucasfais
| ⌘T | 前往文件 |
| ⌘⌃P | 前往项目 |
| ⌘R | 前往 method |
| ⌘⇧P | 命令提示 |
This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from lucasfais
| ⌘T | 前往文件 |
| ⌘⌃P | 前往项目 |
| ⌘R | 前往 method |
| ⌘⇧P | 命令提示 |
| > 这是一个 Quix 内置命令中文版文件 | |
| > | |
| > 要查看更多关于 Quix 命令的编写请参考 http://quixapp.com/syntax/ 或是查看 Lucifr 翻译的中文手册 http://lucifr.com/quix | |
| > | |
| #kill-defaults | |
| @基本命令 | |
| @这些是 Quix 内置的最为基本的命令,但可能也是最为强大的一些命令。 | |
| a http://www.amazon.com/s/?field-keywords=%s Amazon(亚马逊英文) 搜索 | |
| d http://www.google.com/search?q=define:%s Google 定义一个词语 |
| # Flick Badges | |
| # Find your user id here: http://idgettr.com/ It should be something like "25711589%40N00". | |
| flickr_user: 25711589%40N00 | |
| flickr_count: 6 |
xxxxx
your code
xxxxx
| <table> | |
| <caption>打开/前往</caption> | |
| <colgroup> | |
| <col style="text-align:left;width:150px"/> | |
| <col style="text-align:left;"/> | |
| </colgroup> | |
| <thead> | |
| <tr> | |
| <th scope="col">快捷键</th> | |
| <th scope="col">说明</th> |
| javascript: (function () { | |
| var w = window, | |
| d = document, | |
| selectedTxt = w.getSelection ? w.getSelection() : (d.getSelection) ? d.getSelection() : (d.selection ? d.selection.createRange().text : 0), | |
| pageUri = w.location.href, | |
| isGMail = w.location.host.match(/mail\.google\.com/), | |
| subject = d.title, | |
| source, url; | |
| if (isGMail) { | |
| var msgFrm = d.getElementById('canvas_frame'), |
| 如何使用 PlainTasks: | |
| 项目: | |
| ☐ 任何以冒号结尾的行都会被作为项目标题 | |
| ☐ 可以通过缩进在项目中创建新的项目 | |
| ☐ 项目可以被折叠(利用了编辑器的原生功能) | |
| 任务: | |
| 可以在任何位置添加普通文本作为笔记或描述; | |
| 就是这么简单! |
| #!/bin/bash | |
| # | |
| # requirements: | |
| # - ImageMagick: http://www.imagemagick.org/script/binary-releases.php#macosx | |
| # - image_optim: https://github.com/toy/image_optim | |
| # - a scp supported host with ssh key paired | |
| # setting up the enviroment | |
| export PATH=/usr/local/bin:/opt/local/bin:/opt/local/sbin:$PATH |
| var marked = require('marked'), | |
| mdiscn = require('discount'), | |
| _ = require('underscore'), | |
| highlight = require('../util').highlight, | |
| extend = require('../extend'); | |
| var regex = { | |
| backtick: /^`{3}\s*([^\n]+)\n([^`]+)/, | |
| captionUrl: /([^\s]+)\s*(.*)(https?:\/\/\S+)\s*(.*)/, | |
| caption: /([^\s]+)\s*(.*)/ |
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>F19 to F19</name> | |
| <appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, F19)</appendix> | |
| <identifier>private.f192f19</identifier> | |
| <autogen> | |
| --KeyOverlaidModifier-- | |
| KeyCode::F19, | |
| KeyCode::COMMAND_L, |