-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c27def
commit 6327bc6
Showing
29 changed files
with
228 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
- [x] ${1:Checked item} | ||
]]></content> | ||
<tabTrigger>mdcic</tabTrigger> | ||
<description>Creates a Checked item(GITHUB specific)(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
- [ ] ${1:Unchecked item} | ||
]]></content> | ||
<tabTrigger>mdciu</tabTrigger> | ||
<description>Create a Unchecked item(GITHUB specific)(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
--- | ||
]]></content> | ||
<tabTrigger>mdhl</tabTrigger> | ||
<description>Inserts a horizontal line seperator(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
@${1:Username} | ||
]]></content> | ||
<tabTrigger>mdmention</tabTrigger> | ||
<description>Creates a mention(GITHUB Specific)(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
# ${1:text here} | ||
]]></content> | ||
|
||
<tabTrigger>mdh1</tabTrigger> | ||
|
||
<description>Creates a heading 1(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
## ${1:text here} | ||
]]></content> | ||
<tabTrigger>mdh2</tabTrigger> | ||
<description>Creates a heading 2(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
### ${1:Text here} | ||
]]></content> | ||
<tabTrigger>mdh3</tabTrigger> | ||
<description>Creates a heading 3(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
#### ${1:text here} | ||
]]></content> | ||
<tabTrigger>mdh4</tabTrigger> | ||
<description>Creates a heading 4(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
##### ${1:Text here} | ||
]]></content> | ||
<tabTrigger>mdh5</tabTrigger> | ||
<description>Creates a heading 5(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
###### ${1:Text here} | ||
]]></content> | ||
<tabTrigger>mdh6</tabTrigger> | ||
<description>Creates a heading 6(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
[${1:Title}](${2:Link}) | ||
]]></content> | ||
<tabTrigger>mdlnkt</tabTrigger> | ||
<description>Creates a link with title(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
[${1:Clickable Display Text}](mailto:${2:email address here}?subject=[${3:subject here}]%20Source%20Han%20Sans) | ||
]]></content> | ||
<tabTrigger>mdmailto</tabTrigger> | ||
<description>Creates a mailto link for easy mailing scenarios(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
+ ${1:item1} | ||
+ ${2:item2} | ||
+ ${3:item3} | ||
]]></content> | ||
<tabTrigger>mdul</tabTrigger> | ||
<description>Creates a unordered list(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
1. ${1:item1} | ||
2. ${2:item2} | ||
3. ${3:item3} | ||
]]></content> | ||
<tabTrigger>mdol</tabTrigger> | ||
<description>Creates a ordered list(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2: 1,2} | | ||
| ------------- |:-------------:| | ||
]]></content> | ||
<tabTrigger>mdt12</tabTrigger> | ||
<description>Creates a 1X2 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2:1,2} | ${3:1,3} | | ||
| ------------- |:-------------:| -----:| | ||
]]></content> | ||
<tabTrigger>mdt13</tabTrigger> | ||
<description>Creates a 1X3 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | | ||
| ------------- | | ||
| ${2:2,1} | | ||
]]></content> | ||
<tabTrigger>mdt21</tabTrigger> | ||
<description>Creates a 2X1 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2: 1,2} | | ||
| ------------- |:-------------:| | ||
| ${3:2,1} | ${4:2,2} | | ||
]]></content> | ||
<tabTrigger>mdt22</tabTrigger> | ||
<description>Creates a 2X2 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2:1,2} | ${3:1,3} | | ||
| ------------- |:-------------:| -----:| | ||
| ${4:2,1} |${5:2,2} | ${6:2,3} | | ||
]]></content> | ||
<tabTrigger>mdt23</tabTrigger> | ||
<description>Creates a 2X3 table (For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | | ||
| ------------- | | ||
| ${4:2,1} | | ||
| ${7:3,1} | | ||
]]></content> | ||
<tabTrigger>mdt31</tabTrigger> | ||
<description>Creates a 3X1 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2:1,2} | | ||
| ------------- |:-------------:| | ||
| ${4:2,1} |${5:2,2} | | ||
| ${7:3,1} | ${8:3,2} | | ||
]]></content> | ||
<tabTrigger>mdt32</tabTrigger> | ||
<description>Creates a 3X2 table(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
| ${1:1,1} | ${2:1,2} | ${3:1,3} | | ||
| ------------- |:-------------:| -----:| | ||
| ${4:2,1} |${5:2,2} | ${6:2,3} | | ||
| ${7:3,1} | ${8:3,2} | ${9:3,3} | | ||
]]></content> | ||
<tabTrigger>mdt33</tabTrigger> | ||
<description>Creates a 3X3 table(For ,md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
> ${1:Text here} | ||
]]></content> | ||
<tabTrigger>mdbq</tabTrigger> | ||
<description>Creates a blockquote(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
**${1:BOLD text here}** | ||
]]></content> | ||
<tabTrigger>mdb</tabTrigger> | ||
<description>Creates a bold text(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
_${1:italic text}_ | ||
]]></content> | ||
<tabTrigger>mdit</tabTrigger> | ||
<description>Creates a italic text(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
~~${1:Text here}~~ | ||
]]></content> | ||
<tabTrigger>mdstrike</tabTrigger> | ||
<description>Creates a strikethrough text(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
```${1:Language} | ||
$0 | ||
``` | ||
]]></content> | ||
<tabTrigger>mdcb</tabTrigger> | ||
<description>Creates a code block(For .md files)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
`${1:Code here}` | ||
]]></content> | ||
<tabTrigger>mdcs</tabTrigger> | ||
<description>Creates a single line code(inline)(For .md file)</description> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<snippet> | ||
<content><![CDATA[ | ||
![${1:alt text}](${2:Image link} "${3:Hover Text}") | ||
]]></content> | ||
<tabTrigger>mdimg</tabTrigger> | ||
<description>Craetes a image with a hover text(For .md files)</description> | ||
</snippet> |