Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created February 11, 2023 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/da992d72ed06d3d3b99a033c12706912 to your computer and use it in GitHub Desktop.
Save fu-sen/da992d72ed06d3d3b99a033c12706912 to your computer and use it in GitHub Desktop.
Misskey: Button to post a fixed note on Misskey widget Button | Misskey ウィジェット ボタン 固定ノート(投稿)ボタン
// CC0 1.0 https://creativecommons.org/publicdomain/zero/1.0/deed
let data = {
text: "test"
visibility: "public"
}
Mk:api("notes/create" data)
@fu-sen
Copy link
Author

fu-sen commented Feb 11, 2023

ウィジェット ボタン(button) でノートするボタンを作る
https://misskey.io/notes/9ax306suzs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment