Created
July 5, 2023 08:22
-
-
Save ruruke/5b8f0ec9286fe8ff0ee6588f527ba898 to your computer and use it in GitHub Desktop.
Misskeyのプラグインの個人用のメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///@ 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