kchen0x / hexo-reference

A plugin to support markdown footnotes and Wiki-Style tooltip reference in your Hexo blog posts.
MIT License
76 stars 19 forks source link

脚注悬停和缩放 #4

Closed yi-Xu-0100 closed 6 years ago

yi-Xu-0100 commented 7 years ago

脚注悬停后,能否可以添加设置,使其能够点击脚注中可能存在的链接? 还有我的脚注不知为何,在原文中没有缩放为右上角,而是以原大小显示,这个是没有设置的原因吗?

kchen0x commented 7 years ago
  1. 抱歉,当前版本的 tooltips 使用的 aria-label 的形式实现悬浮窗的,暂时不支持悬浮窗内的文字实现富文本。
  2. 你可以查看你的页面源文件(Chrome 中快捷键⌥ ⌘ U),如果脚注的位置是
<sup id="fnref:2"><a href="#fn:2" rel="footnote"><span class="hint--top-right hint--error hint--large" aria-label="截稿时间:2016年11月7日
">[2]</span></a></sup>

<sup> </sup>标签包裹起来的,那就说明是对的,没有缩放显示可能是受到了样式影响。你可以直接把页面地址发给我看看。