Skip to content

Instantly share code, notes, and snippets.

@cjzopen
Last active May 8, 2020 07:34
Show Gist options
  • Save cjzopen/bc007ab2ca757f2c55d97a4a47bb58fc to your computer and use it in GitHub Desktop.
Save cjzopen/bc007ab2ca757f2c55d97a4a47bb58fc to your computer and use it in GitHub Desktop.
my sublime text emmet default
{
"snippets": {
"html": {
"snippets": {
"te" : "<!DOCTYPE html>\n<html lang=\"zh\">\n<head>\n\t<meta charset=\"UTF-8\" />\n\t<title></title>\n\t<meta name=\"description\" content=\"\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">\n\t<meta http-equiv=\"x-ua-compatible\" content=\"IE=edge\">\n\t<link rel=\"canonical\" href=\"\" />\n\t<link rel=\"shortcut icon\" href=\"\">\n</head>\n<body>\n\n</body>\n</html>",
"jq1" : "<script src=\"https://code.jquery.com/jquery-1.12.4.min.js\"></script>",
"jq3" : "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>",
"fa5" : "<script defer src=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js\" integrity=\"sha256-KzZiKy0DWYsnwMF+X1DvQngQ2/FxF7MF3Ff72XcpuPs=\" crossorigin=\"anonymous\"></script>",
"noto" : "<script>(function() { var css = document.createElement('link'); css.href = 'https://fonts.googleapis.com/css?family=Noto+Sans+TC&amp;subset=chinese-traditional&amp;display=swap'; css.rel = 'stylesheet'; css.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(css); })();</script>",
"gicon" : "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">",
"blank" : "rel=\"noopener noreferrer\" target=\"_blank\"",
"bs3" : "<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\">",
"bs4" : "<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\">",
"twi" : "<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@帳號\">\n<meta name=\"twitter:title\" content=\"\">\n<meta name=\"twitter:description\" content=\"\">\n<meta name=\"twitter:image\" content=\"\">",
"og" : "<meta property=\"og:title\" content=\"\">\n<meta property=\"og:description\" content=\"\">\n<meta property=\"og:image\" content=\"\">\n<meta property=\"og:type\" content=\"\">\n<meta property=\"og:url\" content=\"\">\n<meta property=\"fb:app_id\" content=\"900338710010817\">",
"itemimg" : "<figure itemprop=\"image\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\t<img itemprop=\"image\" src=\"\" alt=\"\">\n\t<figcaption itemprop=\"description\"></figcaption>\n</figure>",
"uimg" : "<img src=\"https://picsum.photos/400/300/?random\" alt=\"\">",
"fimg" : "<img src=\"https://loremflickr.com/400/300\" alt=\"\">"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment