mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-09-04 11:57:35 -05:00
46 lines
984 B
Markdown
46 lines
984 B
Markdown
---
|
|
|
|
title: Put `(edited)` in the middle of a message in Discord
|
|
date: 2021-03-25T18:48:34-05:00
|
|
toc: false
|
|
comments: true
|
|
|
|
authors:
|
|
- bbaovanc
|
|
|
|
aliases:
|
|
- posts/edited-in-middle-of-message-discord/
|
|
|
|
tags:
|
|
- tutorial
|
|
- discord
|
|
- discord-tricks
|
|
|
|
resources:
|
|
- name: feature
|
|
src: example.webp
|
|
title: 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.
|
|
|
|
<!--more-->
|
|
|
|
## Tutorial
|
|
|
|
1. Copy the "right-to-left embedding" character
|
|
([U+202B](https://unicode-explorer.com/c/202B)) 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][1]*
|
|
|
|
[1]: https://git.bbaovanc.com/bbaovanc/discord-tricks
|