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

Alive Snippets

by Alive Vietnam WinMac ALL

Snippets for Alive Vietnam

Details

Installs

  • Total 481
  • Win 392
  • Mac 85
  • Linux 4
Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10
Windows 0 1 0 0 0 1 0 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
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 1 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