added 'template_type' property to some existing cheat sheets to show new template types in action
parent
2aecc6b9e9
commit
b0b4296934
|
@ -6,6 +6,7 @@
|
|||
"sourceName": "GitHub",
|
||||
"sourceUrl": "https://training.github.com/kit/downloads/github-git-cheat-sheet"
|
||||
},
|
||||
"template_type" : "terminal-snippets",
|
||||
"section_order": [
|
||||
"Configure Tooling",
|
||||
"Create Repositories",
|
||||
|
@ -124,7 +125,7 @@
|
|||
"Synchronize Changes": [{
|
||||
"val": "Downloads all history from the repository bookmark",
|
||||
"key": "$ git fetch \\[bookmark\\]"
|
||||
|
||||
|
||||
}, {
|
||||
"val": "Combines bookmark's branch into current local branches",
|
||||
"key": "$ git merge \\[bookmark\\]/\\[branch\\]"
|
||||
|
@ -137,4 +138,3 @@
|
|||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"sourceName": "Harrypotterspells",
|
||||
"sourceUrl": "http://harrypotterspells.net/"
|
||||
},
|
||||
},
|
||||
"section_order" : ["A","B","C","D","E","F","G","H","I","L","M","N","O","P","Q","R","S","T","W"],
|
||||
"sections":{
|
||||
"A": [{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"sourceName": "Cheatography",
|
||||
"sourceUrl": "http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/"
|
||||
},
|
||||
"template_type": "code-snippets",
|
||||
"section_order": ["Anchors", "Character Classes", "POSIX Classes", "Pattern Modifiers", "Escape Sequences", "Quantifiers", "Groups and Ranges", "Assertions", "Special Characters", "String Replacement"],
|
||||
"sections": {
|
||||
"Assertions": [{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"sourceName": "VimCheatSheet",
|
||||
"sourceUrl": "http://vim.rtorr.com"
|
||||
},
|
||||
"template_type": "keyboard-shortcuts",
|
||||
"section_order": [
|
||||
"Cursor movement",
|
||||
"Insert mode - inserting/appending text",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"sourceName": "Wikipedia",
|
||||
"sourceUrl": "https://en.wikipedia.org/wiki/Wu-Tang_Clan#Members"
|
||||
},
|
||||
"template_type": "reference-sheet",
|
||||
"section_order": ["Members"],
|
||||
"sections": {
|
||||
"Members": [{
|
||||
|
@ -42,4 +43,3 @@
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue