mdx-editor

⛷ A versatile WeChat typesetting editor,also a cross-platform Markdown note-taking software ⛷ 微信排版编辑器,也是一款跨平台 Markdown 笔记软件

GPL-3.0 License

Stars
1K
Committers
2

Bot releases are visible (Hide)

mdx-editor - MDX Editor v0.9.12

Published by github-actions[bot] about 1 month ago

  • feat: 支持多多窗口打开
  • fix:同步滚动问题
  • fix:TOC 实时更新
  • fix:优化 markdown 样式
mdx-editor - MDX Editor v0.9.8 Latest Release

Published by github-actions[bot] 3 months ago

close #69 复制到微信公众只删除空的 p 标签,保留 divsection

mdx-editor - MDX Editor v0.9.7

Published by github-actions[bot] 3 months ago

  • fix: #61 windows 去除了 topBar,暗黑模式更加和谐
mdx-editor - MDX Editor v0.9.6

Published by github-actions[bot] 3 months ago

  • 支持导出 PDF

20240720152700

Tauri webview 会导致背景丢失,需要分享到网页版,导出PDF

mdx-editor - MDX Editor v0.9.4

Published by github-actions[bot] 4 months ago

更新日志

  • 修复数学公式展示并且能够拷贝到微信公众号
$$H(D_2) = -\left(\frac{2}{4}\log_2 \frac{2}{4} + \frac{2}{4}\log_2 \frac{2}{4}\right) = 1$$

$$ \{[(x_1+x_2)^2-(y_1-y_2)^4]\times w\}\times (z_1^2-z_2^2) $$

$$ \sum_{i=0}^n i^2=\frac{(n^2+n)(2n+1)}{6}  $$

$$H(D_2) = -\left(\frac{2}{4}\log_2 \frac{2}{4} + \frac{2}{4}\log_2 \frac{2}{4}\right) = 1$$

$$ {[(x_1+x_2)^2-(y_1-y_2)^4]\times w}\times (z_1^2-z_2^2)$$

$$ \sum_{i=0}^n i^2=\frac{(n^2+n)(2n+1)}{6} $$

mdx-editor - MDX Editor v0.9.3

Published by github-actions[bot] 5 months ago

更新日志

  • 🚗 优化列表模式模式下代码块显示问题
  • 🐛 修复图片文件在编辑器中无法删除的问题
mdx-editor - MDX Editor v0.9.1

Published by github-actions[bot] 5 months ago

更新日志

🆕 支持图片预览

20240527204317

😏 通过插件的形式,实现了多文档的皮肤自定义

💔 更新后原先缓存中的自定义 css 和 js 将丢失,请提前保存

mdx-editor - MDX Editor v0.9.0

Published by github-actions[bot] 5 months ago

更新日志

🆕 支持图片预览

20240527204317

😏 通过插件的形式,实现了多文档的皮肤自定义

💔 更新后原先缓存中的自定义 css 和 js 将丢失,请提前保存

mdx-editor - MDX Editor v0.8.4

Published by github-actions[bot] 5 months ago

更新日志

🆕 支持 callout 语法

20240527095750

😏 暗黑皮肤原先使用mix-blend-mode: difference; 实现,会导致颜色的改变,现在改成 css 覆盖实现;

只有默认皮肤实现了暗黑皮肤,其他皮肤需要使用 css 覆盖。
实现 css :

body {
  --weui-BG-2: #fff;
  --weui-FG-HALF: rgba(0, 0, 0, 0.9);
}

body.dark {
  --weui-BG-2: #191919;
  --weui-FG-HALF: rgba(255, 255, 255, 0.6);
}

body {
  color: var(--weui-FG-HALF);
  background-color: var(--weui-BG-2);
}
mdx-editor - MDX Editor v0.8.0

Published by github-actions[bot] 5 months ago

  • fix:优化目录树
  • fix:切换窗口后自动读取md
  • fix:本地图片路径支持中文
mdx-editor - MDX Editor v0.7.8

Published by github-actions[bot] 6 months ago

  • 图片路径默认使用相对路径,兼容typora
  • 修复设置编辑bug

image

See the assets to download this version and install.

mdx-editor - v0.7.7

Published by github-actions[bot] 7 months ago

  • fix: 🐛 点击 iframe 可关闭设置 Popover
  • fix: 🐛 代码块支持显示行号和标题
  • fix: 🐛 使用微信默认字体大小
  • fix: 🐛 更新checkbox 内置样式
mdx-editor - v0.7.6

Published by github-actions[bot] 8 months ago

  • 日记支持配置模板

  • MDX 预览支持暗黑模式

CleanShot_2024_03_08_at_17 58 52@2x

mdx-editor - v0.7.4

Published by github-actions[bot] 10 months ago

Take a look at the assets to download and install this app.

mdx-editor - v0.7.3

Published by github-actions[bot] 10 months ago

  • 优化windows 滚动条位置
  • 修复文件名称排序
  • 修复切换为PPT视图时,分享按钮显示 loading
mdx-editor - v0.7.2

Published by github-actions[bot] 11 months ago

  • 全文内容搜索
  • 双括号点击名称创建Markdown文件
  • 目录树空白处右键可以点击
  • mac 保留window 窗口状态,关闭按钮改成最小化
  • 调整UI,使用统一的 lucide Icon
  • 左侧目录同步展示 Toc
  • 顶部增加日记按钮
  • fix: 选择文件目录,点取消报错
    CleanShot_2023_12_09_at_13 15 09@2x
mdx-editor - v0.7.0

Published by github-actions[bot] 11 months ago

Take a look at the assets to download and install this app.

mdx-editor - v0.6.7

Published by github-actions[bot] 12 months ago

优化文件目录树,增加左侧使用率

Optimize the file directory tree to increase left side usage

CleanShot_2023_10_29_at_16 36 41@2x

mdx-editor - v0.6.6

Published by github-actions[bot] 12 months ago

Take a look at the assets to download and install this app.

mdx-editor - v0.6.4

Published by github-actions[bot] 12 months ago

  • 修复 windows 上重命名文件丢失

  • 优化 windows 头部高度

  • Fix missing renamed files on Windows

  • Optimize Head Height for window