加入复制页面信息的按钮 #72

Open
opened 2024-03-25 22:19:31 +08:00 by zhengyi · 1 comment
Owner

此功能用于 Debug 复现使用。位于编辑器Debug模块内:复制信息,同时注意复制前要进行弹窗提示:”该操作会复制您的当前文章,请确保文章没有敏感内容!”

信息包含

  • 网站协议: http / https
  • Vditor配置
  • 当前编辑模式
  • markdown文本
  • html结果
此功能用于 Debug 复现使用。位于编辑器Debug模块内:`复制信息`,同时注意复制前要进行弹窗提示:”该操作会复制您的当前文章,请确保文章没有敏感内容!” **信息包含** - 网站协议: http / https - Vditor配置 - 当前编辑模式 - markdown文本 - html结果
zhengyi added this to the v1.6.x milestone 2024-03-25 22:19:31 +08:00
zhengyi added the
Area
Editor
label 2024-03-25 22:19:31 +08:00
zhengyi self-assigned this 2024-03-25 22:19:31 +08:00
zhengyi added the
Kind
Enhancement
label 2024-03-25 22:19:36 +08:00
Author
Owner

Protocol: https

Config

  • RenderMode: ir
  • TypeWriterMode: true
  • CodeRender: true
  • QuickInsert: true
  • QuickInsertList: []
  • HideHTML: false
  • AllowImage: "png,jpg,jpeg,bmp,gif,webp,svg"
  • Render: true
  • DarkMode: disabled
  • RenderMedia: false
  • OnlyMarkDownRender: true
  • CDN: npmmirror

EditorMode: IR

Markdown

    ```halo
    tips:warn
    test
    ```

HTML Result

<div class="language-halo">tips:warn
test

</div>
**Protocol**: https **Config** - RenderMode: `ir` - TypeWriterMode: `true` - CodeRender: `true` - QuickInsert: `true` - QuickInsertList: `[]` - HideHTML: `false` - AllowImage: `"png,jpg,jpeg,bmp,gif,webp,svg"` - Render: `true` - DarkMode: `disabled` - RenderMedia: `false` - OnlyMarkDownRender: `true` - CDN: `npmmirror` **EditorMode**: IR **Markdown** ```markdown ```halo tips:warn test ``` ``` **HTML Result** ```html <div class="language-halo">tips:warn test </div> ```
zhengyi modified the milestone from v1.6.x to v1.7.x 2024-05-05 17:28:48 +08:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zhengyi/halo-plugin-vditor#72
No description provided.