Skip to content

Instantly share code, notes, and snippets.

@Ruruke
Created July 5, 2023 08:22
Show Gist options
  • Save Ruruke/5b8f0ec9286fe8ff0ee6588f527ba898 to your computer and use it in GitHub Desktop.
Save Ruruke/5b8f0ec9286fe8ff0ee6588f527ba898 to your computer and use it in GitHub Desktop.
Misskeyのプラグインの個人用のメモ
///@ 0.12.4
### {
name: "test"
version: "1.0.0"
author: "ruru"
description: "Test Plugin"
}
// ユーザーページの・・・のところ
Plugin:register_user_action("UserMenu", @(form update) {
Mk:dialog("info", "test", "info")
})
// ノートメニュー
Plugin:register_note_action("test", @(form update) {
Mk:dialog("info", "test", "info")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment