element-hq / element-android

A Matrix collaboration client for Android.
https://element.io/
Apache License 2.0
3.31k stars 696 forks source link

Text Composer: slash commands #12

Open manuroe opened 5 years ago

manuroe commented 5 years ago

The editor must manage slash command:

(legacy) commands to handle

jtagcat commented 5 years ago

/rainbow /shrug /rainbowshrug ;) There should also be better markdown handling, if there isn't an issue for it.

fbruetting commented 4 years ago

May it be useful to create pills out of for example /me?

Currently (v0.10.0) it also makes no difference for the room preview in the room overview. So /me is going and just is going are both rendered as Frank– is going. Shouldn’t the first be shown as Frank– Frank is going (or maybe just Frankis going)?

bpcurse commented 4 years ago

What about /plain? It is quite helpful if you want to demonstrate the use of markdown and it's only temporary.

bmarty commented 4 years ago

The slash commands list on RiotWeb is growing too fast :)

bmarty commented 4 years ago

Support for /plain command is in #1093 :)

ghost commented 4 years ago

also chiming in for /myroomnick and /myroomavatar, which are very nice to have.

bmarty commented 4 years ago

I updated the list

Subnet-Masked commented 3 years ago

Glad I found this, I have been trying to make /myroomnick work on mobile for days and was about to make a bug report. Glad to see it is already being worked on :)

lambroisie commented 3 years ago

/ignore is also missing @bmarty. Granted, there may not be API support for it yet.