Content
デフォルトの公開範囲に関わらず、パブリック Renote をするアクションを追加するプラグイン
/// @ 0.13.3### {  name: "Public Renote",  version: "1.0",  author: "unishigured",  description: "デフォルト公開範囲に関わらず、パブリック設定でRenoteする",  permissions: ["write:notes"],  config: null}
Plugin:register_note_action("Public Renote", @(note) {    Mk:api("notes/create", { visibility: 'public', renoteId: note.id })})Ref
- プラグインの作成 | Misskey Hub
 - プラグイン API リファレンス | Misskey Hub
 - notes/create | Misskey Hub
 - えふに / futchitwo :io: (@hakohako_f2) | Misskey.io