KargWare / Acronyms

Jekyll Acronyms for the blog 'Notes by KargWare'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acronyms by KargWare

Jekyll Acronyms for the blog Notes by KargWare. The project is hosted on GitHub.

Values for a acronym

Name Type Description
date date When was the acronym added
key string The acronym
value string The long value of the acronym

VScode Snippet

All snippet files need to be placed inside the .vscode folder.

jekyll.code-snippets

{
	"Add new acronym":{
		"prefix": "kw-jekyll-acronym",
		"scope": "markdown",
		"body": [
			"---",
			"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND +0200",
			"key: \"${TM_FILENAME_BASE/(.*) - (.*)/$1/}\"",
			"value: \"${TM_FILENAME_BASE/(.*) - (.*)/$2/}\"",
			"---"
		],
		"description": "Add new acronym on website collection"
	}
}

About

Jekyll Acronyms for the blog 'Notes by KargWare'

License:MIT License