We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There isn't an existing issue that reports the same bug to avoid duplicates.
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
For Q&A, please open a GitHub Discussion instead.
v0.8.58
No response
if (result.isRead) { window.cherry.switchModel('previewOnly'); }
当设置为previewOnly时, 如何同时设置"enablePreviewerBubble"为false? 它应该是只读不能再被编辑才对.
previewer: { dom: false, //className: 'cherry-markdown', enablePreviewerBubble: true, floatWhenClosePreviewer: true },
None
The text was updated successfully, but these errors were encountered:
可以用cherry.previewer.options.enablePreviewerBubble = false来关掉预览区域的所见即所得编辑能力哈。
cherry.previewer.options.enablePreviewerBubble = false
至于为什么设置成“纯预览模式”还是可以编辑预览区内容,大概就是设计如此,具体可以见这个issue里的讨论哈:#765
Sorry, something went wrong.
No branches or pull requests
Prerequisites
There isn't an existing issue that reports the same bug to avoid duplicates.
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
For Q&A, please open a GitHub Discussion instead.
Version
v0.8.58
Reproduction Link
No response
Describe the Bug
当设置为previewOnly时, 如何同时设置"enablePreviewerBubble"为false? 它应该是只读不能再被编辑才对.
System Information
Contributing
None
The text was updated successfully, but these errors were encountered: