mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #662] [feat] 记忆文档的编辑位置、全屏写作时隐藏侧边栏 #487
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zero-hugo on GitHub (Sep 20, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/662
描述你的建议
1、在编辑一个较大的文档的时候,如果我将界面从「写作」切换到其他界面,比如设置、搜索、记录等,再切换回「写作」界面,文档会跳回到第一页的内容,我需要花一会儿时间拉滚动条去重新找回我刚在编辑的位置。
希望能记忆文档最后一次编辑的位置。
2、我喜欢全屏状态写作,目前全屏状态下侧边栏只能最小化为一列图标,我希望能完全隐藏。还有顶部的工具栏也是,要是能隐藏就好了,只显示编辑的区域。
@codexu commented on GitHub (Sep 28, 2025):
关于第一点,目前还不太好实现,因为采用的 vditor 编辑器暂时还不支持跳转位置的 api。
关于第二点,我会在后续的界面设置中逐步增加更多选项,例如隐藏工具栏等功能。