This repository has been archived on 2021-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
blog/content/posts/edited-in-middle-of-message-discord.md
BBaoVanC 6bb94c50c2
All checks were successful
continuous-integration/drone/push Build is passing
Convert images in blog covers to webp
2021-04-16 01:47:24 -05:00

908 B

+++ 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.webp" tags = ["tutorial", "discord", "discord-tricks"] keywords = ["discord", "edited"]

description = """ With a bit of trickery using the RLE character (U+202B), you can get the (edited) text on a message to be somewhere other than at the end of the message. """

showFullContent = false +++

Tutorial

  1. Copy the "right-to-left embedding" character (U+202A) to your clipboard.
  2. Open editing box of a message
  3. Delete all text inside
  4. Paste the character
  5. Type the text you want on the right of (edited)
  6. Press space and paste the character
  7. Type the text you want on the left of (edited)

This post was adapted from gitea:bbaovanc/discord-tricks