mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #195] [feat] 增加Vditor编辑器配置选项。 #148
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#148
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 @perfy576note on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/195
描述你的建议
Vditor 在粘贴内容时,默认会根据剪贴板内容自动识别格式(如标题、加粗、代码块等),这有时会导致遇到的“自动带格式”问题。
希望在设置里面可以定制 Vditor 行为:
Vditor 支持 paste 配置项,可以自定义粘贴行为。你可以通过设置 type: 'text' 来强制只粘贴纯文本。
@codexu commented on GitHub (May 21, 2025):
此项 Vditor 并且提供配置项,暂时无法实现。