1 Star 0 Fork 0

ZXJ/markdown编辑器

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-associations.reg 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZXJ 提交于 2025-05-08 21:19 +08:00 . feat(file): 实现文件打开和保存功能
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.md]
@="MDNote"
[HKEY_CLASSES_ROOT\MDNote]
@="Markdown Document"
"FriendlyTypeName"="Markdown Document"
[HKEY_CLASSES_ROOT\MDNote\DefaultIcon]
@="\"%1\""
[HKEY_CLASSES_ROOT\MDNote\shell]
[HKEY_CLASSES_ROOT\MDNote\shell\open]
@="用 MDNote 打开"
[HKEY_CLASSES_ROOT\MDNote\shell\open\command]
@="\"D:\\study-project\\mdNote\\node_modules\\.bin\\electron.cmd\" \"D:\\study-project\\mdNote\\main.js\" \"%1\""
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxj6/markdown-editor.git
git@gitee.com:zxj6/markdown-editor.git
zxj6
markdown-editor
markdown编辑器
master

搜索帮助