Files
bbaovanc.com/content/blog/edited-in-middle-of-message-discord/index.md
BBaoVanC 1013b6c7a5 Revert "Remove hard-wrapping"
This reverts commit a49969bdc9.

Dumb idea
2021-10-14 21:29:50 -05:00

921 B

title, date, toc, aliases, tags, resources
title date toc aliases tags resources
Put `(edited)` in the middle of a message in Discord 2021-03-25 false
posts/edited-in-middle-of-message-discord/
tutorial
discord
discord-tricks
name src title
feature example.webp Example image

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.

Example image

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