Skip to content

Instantly share code, notes, and snippets.

@tangjeff0
Created August 9, 2019 17:17
Show Gist options
  • Save tangjeff0/ad7a5eeba551ff54cf2caeed88026ca2 to your computer and use it in GitHub Desktop.
Save tangjeff0/ad7a5eeba551ff54cf2caeed88026ca2 to your computer and use it in GitHub Desktop.
{
"blockedSites": [],
"charsToAutoInsertUserList": [
[
"(",
")"
],
[
"{",
"}"
],
[
"\"",
"\""
],
[
"[",
"]"
]
],
"ctxEnabled": true,
"dataUpdateVariable": true,
"dataVersion": 1,
"hotKey": [
"shiftKey",
" "
],
"language": "English",
"matchDelimitedWord": true,
"omniboxSearchURL": "https://www.google.com/search?q=SEARCH",
"snipNameDelimiterList": " @#$%&*+-=(){}[]:\"'/_<>?!.,",
"snippets": [
"Snippets",
1565287890424,
[
"sampleFolder",
1565287890424
],
{
"name": "@m",
"body": "t-jetang@microsoft.com",
"timestamp": 1565370915479
},
{
"name": "@",
"body": "tangj1122@gmail.com",
"timestamp": 1565296074053
},
{
"name": "ting",
"body": "◕‿◕",
"timestamp": 1565288432371
},
{
"name": "lod",
"body": "ಠ_ಠ",
"timestamp": 1565288317007
},
{
"name": "shrug",
"body": "¯\\_(ツ)_/¯",
"timestamp": 1565287890424
},
{
"name": "letter",
"body": "(Sample snippet to demonstrate the power of ProKeys snippets; for more detail on Placeholders, see the Help section)\n\nHello %name%,\n\nYour complaint number %complaint% has been noted. We will work at our best pace to get this issue solved for you. If you experience any more problems, please feel free to contact at me@organization.com.\n\nRegards,\n%my_name%,\nDate: [[%d(D-MM-YYYY)]]",
"timestamp": 1565287890424
},
{
"name": "brb",
"body": "be right back",
"timestamp": 1565287890424
},
{
"name": "my_sign",
"body": "<b>Aquila Softworks ©</b>\n<i>Creator Of ProKeys</i>\n<u>prokeys.feedback@gmail.com</u>",
"timestamp": 1565287890424
},
{
"name": "dateArithmetic",
"body": "Use this snippet in any webpage, and you'll see that the following: [[%d(Do MMMM YYYY hh:m:s)]] is replaced by the current date and time.\n\nMoreover, you can perform date/time arithmetic. The following: [[%d(D+5 MMMM+5 YYYY+5 hh-5:m-5:s-5)]] gives the date, month, year, forward by five; and hour, minutes, and seconds backward by 5.\n\nMore info on this in the Help section.",
"timestamp": 1565287890424
},
{
"name": "urlMacro",
"body": "Use the URL macro (details in the Help page) to retrieve information about the current webpage URL. For example, when executed on any webpage, the code - [[%u(0)]] - outputs the full website name on which it is executed.",
"timestamp": 1565287890424
},
{
"name": "README-New_UI_Details",
"body": "Dear user, here are some things you need to know in this new UI:\n\n1. You need to click on the name or body of the listed snippet to expand it completely. In the following image, the purple area shows where you can click to expand the snippet.\n\n<img src='../imgs/help1.png'>\n\n2. Click on the pencil icon to edit and the dustbin icon to delete a snippet/folder.\n3. Click on the folder, anywhere in the purple area denoted below, to view its contents.\n\n<img src='../imgs/help2.png'>\n\n4. Click on a folder name in the navbar to view its contents. In the example below, the navbar consists of 'Snippets', 'sampleFolder' and 'folder2', each nested within the previous.\n\n<img src='../imgs/help3.png'>",
"timestamp": 1565287890424
},
{
"name": "clipboard_macro",
"body": "Use this snippet anywhere and the following - [[%p]] - will be replaced by your clipboard data. Clipboard data includes text that you have previously copied or cut with intention to paste.",
"timestamp": 1565287890424
}
],
"tabKey": false,
"wrapSelectionAutoInsert": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment