在1.6.7版本,无论是有插件环境还是新建一个空白仓库无仓库无css,
在阅读模式下脚注都被直接显示在正文后,大小完全一样,用调试器看也没有任何类标签或css id可以选中操作。
遇到的问题
已尝试的解决方案
我之前以为是footnote better插件失效了,但今天心血来潮重开一个新库试了试,问题依旧
在1.6.7版本,无论是有插件环境还是新建一个空白仓库无仓库无css,
在阅读模式下脚注都被直接显示在正文后,大小完全一样,用调试器看也没有任何类标签或css id可以选中操作。
我之前以为是footnote better插件失效了,但今天心血来潮重开一个新库试了试,问题依旧
参考 Ob 那个沙箱库的脚注样例:
若为数字编码和语义编码的风格, 这种必须在后面写注释体
Here's a simple footnote,[^1] and here's a longer one.[^bignote]
[^1]: meaningful!
[^bignote]: Here's one with multiple paragraphs and code.
而行内风格不必另写注释体, 注意帽子符号写在方括号前
You can also use inline footnotes. ^[notice that the carat goes outside of the brackets on this one.]
不是没写注释体的问题,确认了,是Tasks插件的问题。 footnote not rendering in task item · Issue #2245 · obsidian-tasks-group/obsidian-tasks · GitHub