Editor-window opener for mstdn.vim.
Use the API and open the window, edit the content, and send it with :w, ZZ
or etc.
Read this.
For more information, read the doc.
| Key | Description |
|---|---|
<Plug>(mstdn-editor-open) |
Open editor window according to the current window. |
| Function | Description |
|---|---|
mstdn#editor#open(user, opts = {}) |
Open editor window with specified user and options. |
mstdn#editor#set_user(user) |
Change editing user of the current editor window. |
mstdn#editor#get_statusparams({bufnr}) |
Get current CreateStatusParams of the editor. |
| Variable | Description |
|---|---|
g:mstdn_editor_opener |
Command used to open the windows. Default is 4new. |
gw31415/mstdn.vim: The dependent plugin. The backend through which this plugin communicates with Mastodon.
