maqi1520 / mdx-editor

⛷ A versatile WeChat typesetting editor,also a cross-platform Markdown note-taking software ⛷ 微信排版编辑器,也是一款跨平台 Markdown 笔记软件
https://editor.runjs.cool
GNU General Public License v3.0
1.03k stars 135 forks source link

mac版本没有css和config的选项? #63

Closed codegitnoob closed 2 months ago

codegitnoob commented 2 months ago

OS:macbook air M3. MDX Editor版本:0.9.4

桌面版本没有css和config的选项,试了debug和非debug版本都看不见。

image
maqi1520 commented 2 months ago

20240527204317

需要在plugins/themes文件夹下 新建css 和 js 文件,并且在文档头部指定 theme 属性,为 css 或者 js 文件名称。看下截图

codegitnoob commented 2 months ago

谢谢。