ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Alive Snippets

by Alive Vietnam WinMac ALL

Snippets for Alive Vietnam

Details

Installs

  • Total 464
  • Win 377
  • Mac 83
  • Linux 4
Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5
Windows 0 0 2 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 2 0 0 0 0 0 0 0 1 0 0 0 1 0
Mac 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 2 0 1 1 1
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 0

Readme

Source
raw.​githubusercontent.​com
_____  .__  .__                 _________      .__                      __          
  /  _  \ |  | |__|__  __ ____    /   _____/ ____ |__|_____ ______   _____/  |_  ______
 /  /_\  \|  | |  \  \/ // __ \   \_____  \ /    \|  \____ \\____ \_/ __ \   __\/  ___/
/    |    \  |_|  |\   /\  ___/   /        \   |  \  |  |_> >  |_> >  ___/|  |  \___ \ 
\____|__  /____/__| \_/  \___  > /_______  /___|  /__|   __/|   __/ \___  >__| /____  >
        \/                   \/          \/     \/   |__|   |__|        \/          \/

Alive Web Vietnam Company Snippets and Keymaps for Sublime Text v1.0.11

This is a collection of Sublime Text snippets and Keymaps for the Alive Web Vietnam Company

Feel free to Fork the snippet repo and submit a

pull request: https://github.com/alivevietnam/alive-sublime-snippets

Change logs:

1.0.11:

Add more 4 snippets for font family: - Hiragino Gothic (iffn) - Hiragino Mincho (iffm) - Yu Gothic (iffyg) - Yu Mincho (iffym)

1.0.9:

  • Refectoring preprintr

1.0.8:

  • Add more 8 snippets for template mixins scss
  • Add settings features, you can disable snippets what you don't need
  • Add menu commands settings
  • Add main menu settings

Installation

Recommended

Install this package with Package Control: 1. Install Package Control in Sublime. 2. Press Cmd + Shift + P (OSX) or Ctrl + Shift + P (Windows/Linux) 3. Select Install Package 4. Search 'Alive Sublime Snippets'

Manual

Copy this folder to the Packages folder of your Sublime Text installation.

Mac users: Library/Application Support/Sublime Text/Packages

Snippets

HTML Snippets

STT Snippet Output
01 picsource <picture><source srcset="${2}" media="(max-width: 767px)"><source srcset="${1}"><img src="${1}" alt="${3}"></picture>
02 initowlcarousel Insert full install owlcarousel library into html/php file
03 wppagenavi Insert full layout html of wp-pagenavi into html/php file

SCSS/CSS Snippets

STT Snippet Output
04 minscreen @include min-screen(${1:768}px) {${2}}
05 maxscreen @include max-screen(${1:767}px) {${2}}
06 iar @include aspect-ratio(${1:width}, ${2:height});
07 iborderradius @include border-radius(${1:radius}, ${2:''});
08 iclearfix @include clearfix();
09 ifz @include font-size(${1:14});
10 imultilineellipsis @include multiLineEllipsis(${1:linecount});
11 ipc @include PC {${1}}
12 isp @include SP {${1}}
13 itransform @include transform_c(${1:content});
14 itransition @include transition_c(${1:content}, ${2:''});
15 iffn @include ffN;
16 iffm @include ffM;
17 iffyg @include ffYG;
18 iffym @include ffYM;

JS Snippets

STT Snippet Output
19 csl console.log(${1});
20 rf return false;
21 owlcarousel $(".js-carousel")
22 matchheight $(".js-matchHeight").matchHeight();
23 smoothscroll $(".js-smoothscroll").smoothscroll();

PHP Snippets

STT Snippet Output
24 showerrors ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); ?>
25 performance Insert code to measure website (php) performance
26 prepr echo '<pre>'; print_r($1); echo '</pre>'; ?>
27 hidprint echo '';
28 catchthatimage catch_that_image($noimg = true);
29 getfirstimage get_first_image($content, $noimg = true);
30 currentpageurl curPageURL();
31 cutstring cutString($str, $len, $moreStr = "...");
32 getarrurl getArrUrl($_GET['args']);
33 getcurl get_curl($url);
34 thumbcrop thumbCrop($img, $w, $h, $zc=1, $a=false, $cc=false);
35 uaclass Insert ua.class code
36 wpposttypearchive wp_post_type_archive($post_type, $home_url="", $havecount=false);

Keymaps

STT Keymap Function
01 super+shift+enter <br>
02 super+b <strong>${0:$SELECTION}</strong>
03 ctrl+super+b changing build shortcut
04 command+shift+down goto definition
05 command+shift+r reveal in side bar
06 super+shift+c toggle side bar
07 super+shift+x toggle minimap

Enjoy and have a great day!

techteam[at]alive-vietnam