-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
切换文档后展开状态被重置 #155
Comments
重新挨个点开大纲确实令人焦虑 |
可以实现切换两个已打开的文档时保留标题的展开状态。 有个问题是当关闭一个文档后再打开,应该是什么行为?
|
可以测试一下 |
个人觉得保留状态问题不大,毕竟官方的大纲是全展开的,无视了视口 |
重新打开文件后大纲状态为默认折叠即可,typora也是这样的,重新打开文件意味着有新的编辑需求,无需保存之前的大纲状态。 |
@aiqyqy 保存关闭前的状态倒是很简单,只要不删除缓存就行了。 主要是重新打开笔记的时候,obsidian会默认从笔记开头开始显示。这时候如果大纲恢复成关闭前的状态,就会和笔记现在的位置不匹配。 |
你好quiet outline 是一款很不错的大纲插件,但与typora相比还存在一点小问题,比如它保存不了展开状态,每次切换文档后大纲就会被重新折叠,这导致我需要逐一打开各层级才能定位到要查找的章节。
The text was updated successfully, but these errors were encountered: