ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Esuna Framework Snippets

Idered 全部

Esuna Framework片段

标签 snippets

详细信息

  • 2013.03.27.02.24.04
  • github.com
  • github.com
  • 11年前
  • 2小时前
  • 11年前

安装

  • 总计 251
  • Win 158
  • Mac 55
  • Linux 38
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

README

源代码
raw.githubusercontent.com

esuna-snippets

Esuna Framework的Sublime Text片段

安装

使用Package Control

此方法目前不可用,但很快就会开通。

手动安装

下载此存储库。在Sublime Text中转到:首选项->浏览包…在这里创建一个名为“Esuna Framework Snippets”的新文件夹,并将下载的压缩文件内容粘贴到该文件夹中。

片段

esuna-comment1

/** $1 */
/*---------------------------------------------------------------------------*/

$2

esuna-comment2

/** ${1:%|=}${2:[$3]} $4 */
/*------------------------------------*/
$5

esuna-comment3

/*------------------------------------*/

$1

esuna-open-graph

<meta name="og:title" content="$1" />
<meta name="og:type" content="${2:website}" />
<meta name="og:description" content="$3" />
<meta name="og:url" content="$4">

esuna-twitter-card

<meta name="twitter:card" content="${1:summary}">
<meta name="twitter:creator" content="@$2">
<meta name="twitter:site" content="@$3">
<meta name="twitter:url" content="$4">
<meta name="twitter:title" content="$5">
<meta name="twitter:description" content="$6">

esuna-dns-prefetch

<link rel="dns-prefetch" href="//p.twitter.com">
<link rel="dns-prefetch" href="//cdn.api.twitter.com">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//connect.facebook.net">
<link rel="dns-prefetch" href="//platform.twitter.com">

esuna-load-scripts

<div id="fb-root"></div>
<script>
    var scripts = {
        'facebook-jssdk': '//connect.facebook.net/en_US/all.js#xfbml=1',
        'googleplus'    : 'https://apis.google.com/js/plusone.js',
        'twitter-wjs'   : '//platform.twitter.com/widgets.js',
        'analytics'     : ('https:'==location.protocol?'//ssl':'//www') + '.google-analytics.com/ga.js'
    }, script, _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];

    for (var id in scripts) {
        script = document.createElement('script'); script.src = scripts[id];
        script.id = id;script.type = 'text/javascript'; script.async = true;
        document.getElementsByTagName('head')[0].appendChild(script);
    }
</script>