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

Alive Snippets

by Alive Vietnam WinMac ALL

Snippets for Alive Vietnam

Details

Installs

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

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