diff --git a/.vscode/template.code-snippets b/.vscode/template.code-snippets index 029fbcc..c0c89b0 100644 --- a/.vscode/template.code-snippets +++ b/.vscode/template.code-snippets @@ -3,13 +3,17 @@ "scope": "markdown", "prefix": "note", "body": [ + "---", + "tags: $1", + "---", + "", "# ${TM_FILENAME_BASE}", "", - "$2", + "$3", "", "## What led to learning this", "", - "- $1", + "- $2", "", ], } diff --git a/DynamoDB.md b/DynamoDB.md index ce71450..d376571 100644 --- a/DynamoDB.md +++ b/DynamoDB.md @@ -1,3 +1,7 @@ +--- +tags: knowledge, database, nosql +--- + # DynamoDB It's a [[NoSQL]] [[Database]] from [[AWS]] diff --git a/Lazy loading images in HTML.md b/Lazy loading images in HTML.md index 663192f..3f93bfe 100644 --- a/Lazy loading images in HTML.md +++ b/Lazy loading images in HTML.md @@ -1,3 +1,7 @@ +--- +tags: knowledge, frontend +--- + # Lazy loading images in HTML To implement [[Lazy Loading]] to an `` tag, add the attribute `loading=lazy` diff --git a/Open Graph Protocol.md b/Open Graph Protocol.md index aca4050..694b66c 100644 --- a/Open Graph Protocol.md +++ b/Open Graph Protocol.md @@ -1,3 +1,7 @@ +--- +tags: knowledge, web +--- + # Open Graph Protocol This is a standard that uses websites to tell external websites how a link preview should look diff --git a/Perfectly centering pixels is tricky.md b/Perfectly centering pixels is tricky.md index f97027d..00d577e 100644 --- a/Perfectly centering pixels is tricky.md +++ b/Perfectly centering pixels is tricky.md @@ -1,3 +1,7 @@ +--- +tags: knowledge, frontend, from-podcast +--- + # Perfectly centering pixels is tricky To perfectly center a container (like a `