Home

Awesome

denops-misskey

misskey client for vim.

Feature

Requirement

Usage

Edit config

Edit config file.

call misskey#config#open()

Write the following:

{
  "misskey.io": {
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  },
  "other.misskey.example.com": {
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  }
}

Open timeline

Open timeline buffer:

call misskey#timeline#open("misskey.io", "home")
call misskey#timeline#open("misskey.io", "local")
call misskey#timeline#open("misskey.io", "social")
call misskey#timeline#open("misskey.io", "global")

Post note

Open post note:

let g:misskey#note#create#visibility = "public"
let g:misskey#note#create#localOnly = v:false

call misskey#note#create#open("misskey.io")

Post.

call misskey#note#create#submit()

" or :w