今天旁听游牧教室的分享,其内容书于 colube 白板,colube 尚无协同功能。于是,我就在 Obsidian 中新建白板,把原白板以网页形式引入,然后添加自己的内容,效果不错。(见图)
有时也会临时把 公众号文章、知乎文章、B站视频,作为白板对象临时引入,确实方便。
今天旁听游牧教室的分享,其内容书于 colube 白板,colube 尚无协同功能。于是,我就在 Obsidian 中新建白板,把原白板以网页形式引入,然后添加自己的内容,效果不错。(见图)
有时也会临时把 公众号文章、知乎文章、B站视频,作为白板对象临时引入,确实方便。
非常棒的一个应用场景,自己现在用白板来拼接视觉笔记和各种图片。 B站的视频应该也可以,我也要尝试一下。
md只涉及文字,涉及到图片,使用白板。
B站视频没法像youtube一样可以单纯引用一个视频,b站还是一个网页
<iframe src="//player.bilibili.com/player.html?aid=94485947&bvid=BV17E411g7qq&cid=161304435&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
b站可以,复制我上面的文字试试
怎么嵌入的,我嵌入后,是空白的
canvas里没有试过,一般md文件是可以的。
现在如果不行的话,过一段时间应该就可以了,毕竟canvas还在开发中。
试了一下,粘贴出来是个空的,无法播放视频
实在抱歉,少了几个字
<iframe src="https://player.bilibili.com/player.html?aid=94485
947&bvid=BV17E411g7qq&cid=161304435&page=1" scrolling="no" bor
der="0" frameborder="no" framespacing="0" allowfullscreen="tru
e"> </iframe>
从哔哩哔哩那里复制的没有https ,加上就行了
加上https就可以了,设置宽度什么的,百度一下应该能找到
原来如此,尝试已经 ok,非常感谢
<iframe src="https://player.bilibili.com/player.html?aid=94485947&bvid=BV17E411g7qq&cid=161304435&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; top: 0;"> </iframe>