-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gyazo の添付ファイルの mime-type を判別したい #35
Labels
enhancement
New feature or request
Comments
koron
added
good first issue
Good for newcomers
enhancement
New feature or request
frontend
and removed
good first issue
Good for newcomers
frontend
labels
May 6, 2020
これ実はText(=HTML)タイプなので、HTMLもってきて |
当該部分の attachements & blocks 。これは blocks で見たほうが良いのかもな。 attachements: [
{
"fallback": "Gyazo Photo: ",
"from_url": "https://gyazo.com/e028bb17c6f6ee17d71b3bebf50cbe51",
"id": 1,
"original_url": "https://gyazo.com/e028bb17c6f6ee17d71b3bebf50cbe51",
"service_icon": "https://gyazo.com/favicon.ico",
"service_name": "Gyazo",
"title_link": "https://gyazo.com/e028bb17c6f6ee17d71b3bebf50cbe51"
}
] blocks: [
{
"block_id": "0uS",
"elements": [
{
"elements": [
{
"text": "すみません、asyncompleteの挙動なのですが、C-eにasyncomplete#cancel_popup() がマップされてる状態での録画です。\nキャンセルした後、スペースの入力で再度補完が表示されてますが、これって期待動作でしたっけ?\n",
"type": "text"
},
{
"type": "link",
"url": "https://gyazo.com/e028bb17c6f6ee17d71b3bebf50cbe51"
}
],
"type": "rich_text_section"
}
],
"type": "rich_text"
}
] |
ああ blocks いみねぇか… |
oEmbed っていうのが使えて、楽にそうすると楽に埋め込めるかも?
|
oEmbed 案はボツ。 Access-Control-Allow-Origin に阻まれた。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gyazo の添付ファイルの mime-type を判別したい。
現状 png なのか、gif なのかがわからないので、画面上に表示できない。
https://vim-jp.org/slacklog/CQ57P4XU4/2020/03/index.html#ts-1585396700.088700
取得した JSON から判別つけるのなら、見えるパス正しく入れて欲しい。
取れないのなら FallbackURL だけを表示します。
以下現状 MessageAttachment に入っている値。
The text was updated successfully, but these errors were encountered: