RasmusLindroth / tut

TUI for Mastodon with vim inspired keys
https://tut.anv.nu
MIT License
446 stars 29 forks source link

Combined external and internal editor #255

Open RasmusLindroth opened 1 year ago

RasmusLindroth commented 1 year ago

Allow for editing inside of tut and with an external editor

toxision commented 1 year ago

Speaking about editor.... Unlikely for external, but couldn't the internal editor not verify user accounts and properly link them? Certainly it cannot pull all the usernames, but perhaps at least the followers and people following. But I am not sure if that data can be API-pulled. Then the internal editor could behave on something lets say I type: "This message was written with @tut" Then I will get a drop down if there's no direct hit with all my interacting users that match and contain the phrase 'tut'

Just thinking out loud here.... ;)

Chris