guopenghui
guopenghui
https://obsidian.md/changelog/2023-05-03-desktop-v1.2.8/
看到了,我在想是否需要支持访问库外面的文件呢? 其实这个插入本地音频的功能我完全没有用过,所以也不知道其他人是什么需求
view没被选中的问题,之前ob一次更新让侧边栏也能获取焦点,焦点不在编辑区域,获取view失败了。 暂时的话你可以试试在点击跳转之后,再回来点击一下编辑区域,然后再滑鼠标滚轮,就没问题了。 这个问题我修复了,下次发版的时候更新。
可以查看 `0.3.15` 看是否解决
会不会是不小心把这个数据量里的内容全部删除了?或者改了一下数据库的名字,导致创建了一个全新的库? 你可以按 `shift + ctrl + i` 打开控制台,然后在应用 (application) 页中,左边找indexedDB,在里面看看还有没有你之前的数据库和数据?
FR: Collaborate with `Creases` plugin to collapse content if Headings are collapsed from the Outline
Can you describe more details about the workflow? I read `Creases`'s readme but didn't figure out how to interact with core Outline plugin.
FR: Collaborate with `Creases` plugin to collapse content if Headings are collapsed from the Outline
It seems that `Creases` cannot expand leaf heading by operating outline, because leaf headings in core outline view don't have collapse/expand button (quiet-outline neither):  Moreover, `auto-expand` doesn't work well...
FR: Collaborate with `Creases` plugin to collapse content if Headings are collapsed from the Outline
> What are leaf headings? Headings without any sub-heading? Yes, leaves of heading tree.
FR: Collaborate with `Creases` plugin to collapse content if Headings are collapsed from the Outline
Creases's implementation is quite simple, it modifys `core outline`'s prototype and make every click on heading trigger an update for fold state. It doesn't interact with `core outline` but changes...
FR: Collaborate with `Creases` plugin to collapse content if Headings are collapsed from the Outline
About leaves, for example you have a note like this: - Heading Level 1 - Heading Level 2 (leaf) - some content `Heading Level 2` is a leaf heading, if...