guopenghui

Results 135 comments of guopenghui

https://obsidian.md/changelog/2023-05-03-desktop-v1.2.8/

看到了,我在想是否需要支持访问库外面的文件呢? 其实这个插入本地音频的功能我完全没有用过,所以也不知道其他人是什么需求

view没被选中的问题,之前ob一次更新让侧边栏也能获取焦点,焦点不在编辑区域,获取view失败了。 暂时的话你可以试试在点击跳转之后,再回来点击一下编辑区域,然后再滑鼠标滚轮,就没问题了。 这个问题我修复了,下次发版的时候更新。

可以查看 `0.3.15` 看是否解决

会不会是不小心把这个数据量里的内容全部删除了?或者改了一下数据库的名字,导致创建了一个全新的库? 你可以按 `shift + ctrl + i` 打开控制台,然后在应用 (application) 页中,左边找indexedDB,在里面看看还有没有你之前的数据库和数据?

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.

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): ![image](https://user-images.githubusercontent.com/13451866/167305077-533a2beb-26ae-4515-b72f-1c04278f81f0.png) Moreover, `auto-expand` doesn't work well...

> What are leaf headings? Headings without any sub-heading? Yes, leaves of heading tree.

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...

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...