doocs/md

支持快捷添加内容

クローズ

#398 opened on 2024/09/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Vue (2,142 件のフォーク)user submission
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (12,649 個のスター)
PR merge metrics
 (平均マージ 1d 11h) (30d で 99 merged PRs)

説明

1. 想法

在编辑框内容为空时,展示 placeholder:输入 "/" 快捷添加内容

image

用户输入 / 时,唤起选项弹窗,示例:

image

  • 用户选中 "H1" 时,移除编辑框中的 /,并自动添加 '# ' 到目前光标所在位置
  • 用户选中 ”代码块“时,自动添加 ```\n\n```
  • 用户选中”公式块“时,弹出公式编辑窗

image

2. 参考

LeetCode 新版编辑器

image

コントリビューターガイド