diff --git a/README.md b/README.md index 0653b29..a5d8873 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,38 @@ Inside `~/projecten/websites/portfolio/portfolio`: `docker container restart gitea` +## VS Code User Snippets + +[VS Code user snippets](https://code.visualstudio.com/docs/editing/userdefinedsnippets) + +File > Preferences > Configure Snippets + +```JSON +"Responsive figure block": { + "scope": "html, markdown", + "prefix": "fig", + "body": [ + "
", + " ", + " ", + " ", + " \"${2:caption}\"",", + " ", + "
", + " ", + " ${2:caption}", + " ", + "
", + "
" + ], + "description": "Insert responsive figure" + } +``` + ## React Bootstrap: `npm install bootstrap`