From ef2274521e0a0c3c58e54b4c21729846d95ae14b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 27 Mar 2021 18:38:29 -0500 Subject: [PATCH] Add tutorial tag --- content/posts/edited-in-middle-of-message-discord.md | 2 +- content/posts/sed-text-substitution-in-discord.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/edited-in-middle-of-message-discord.md b/content/posts/edited-in-middle-of-message-discord.md index b1c9b95..602c4f9 100644 --- a/content/posts/edited-in-middle-of-message-discord.md +++ b/content/posts/edited-in-middle-of-message-discord.md @@ -3,7 +3,7 @@ title = "Put (edited) in the middle of a message in Discord" date = "2021-03-25T18:48:34-05:00" author = "bbaovanc" cover = "media/discord-tricks/edited-in-middle-of-message.png" -tags = ["discord", "discord-tricks"] +tags = ["tutorial", "discord", "discord-tricks"] keywords = ["discord", "edited"] description = """ diff --git a/content/posts/sed-text-substitution-in-discord.md b/content/posts/sed-text-substitution-in-discord.md index 26c579f..7a2e9a6 100644 --- a/content/posts/sed-text-substitution-in-discord.md +++ b/content/posts/sed-text-substitution-in-discord.md @@ -2,7 +2,7 @@ title = "Text Substitution in Discord using `sed`" date = "2021-03-25T18:48:15-05:00" author = "bbaovanc" -tags = ["discord", "discord-tricks"] +tags = ["tutorial", "discord", "discord-tricks"] keywords = ["discord", "sed", "text", "replacement"] description = """ @@ -12,7 +12,7 @@ Discord has (very primitive) support for text replacement using `sed` syntax. showFullContent = false +++ -## How-to +## Tutorial [Example Video](/blog/media/discord-tricks/sed-text-replacement.mov)