mastodon
mastodon copied to clipboard
トゥート内のURLがgistの場合、埋め込みタグに置換
低プライオリティの要望です。
せっかっくのQiitaのMastodonなので、gistのURLを検知したらgistのタグに置き換えてはどうか検討ください。
・トゥート本文のURL
https://gist.github.com/XXXXXX/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
・Qiitadon UI上の置換結果
<script src="https://gist.github.com/XXXXXX/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.js"></script>
・発動条件の例
- 500文字以上のケースなのでCW内に埋め込まれていた場合のみ発動する
- URLがバッククォートで括られている場合のみ発動する
- [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
- [ ] This bug happens on a tagged release and not on
master
(If you're a user, don't worry about this).