Post 9y6v4D2il8pHNecifo by ahangarha@mastodon.host
 (DIR) More posts by ahangarha@mastodon.host
 (DIR) Post #9y6sA8E1HiogJV2ah6 by ahangarha@mastodon.host
       2020-08-14T10:13:41Z
       
       0 likes, 1 repeats
       
       @Gargron I just proposed my suggestion for improving #bidi support for Mastodon here: https://discourse.joinmastodon.org/t/improve-bidi-support-a-better-support-for-rtl/2876Please have a look. This is the sample result of what I proposed
       
 (DIR) Post #9y6v4A7ZcdvQJps3Jw by Gargron@mastodon.social
       2020-08-14T10:34:43Z
       
       0 likes, 0 repeats
       
       @ahangarha Okay, got it:https://github.com/tootsuite/mastodon/pull/14573But what about the input textarea, leave the old algorithm there?
       
 (DIR) Post #9y6v4D2il8pHNecifo by ahangarha@mastodon.host
       2020-08-14T10:46:09Z
       
       0 likes, 1 repeats
       
       @Gargron Give me some time to figure out what to do for this.adding `dir=auto` to html tag it or simply adding `unicode-bidi: plaintext;` to its style would help into some extent but not in case of having mention or hashtags in the beginning.I have seen some js workaround. I will search for it and inform.