From 46b813f6f7acd8b98e652c868e0cb06a53c9c64d Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 4 Apr 2026 22:03:11 +0200 Subject: [PATCH] Update README with VS Code user snippets. --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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`