Skip to content

Jekyll Acronyms for the blog 'Notes by KargWare'

License

Notifications You must be signed in to change notification settings

KargWare/Acronyms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published