mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features

MIT License

Downloads
25.9K
Stars
6.4K
Committers
46

Bot releases are hidden (Show)

mavonEditor - v3.0.1 Latest Release

Published by ygj6 over 1 year ago

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v3.0.0...v3.0.1

mavonEditor - v3.0.0

Published by ygj6 over 1 year ago

Major

支持Vue3的正式版本。
Releasing a version that works with vue 3.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v3.0.0-beta...v3.0.0

mavonEditor - v2.10.4

Published by ygj6 almost 3 years ago

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.3...v2.10.4

mavonEditor - v2.10.3

Published by ygj6 almost 3 years ago

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.2...v2.10.3

mavonEditor - v2.10.2

Published by ygj6 almost 3 years ago

Major Changed

  1. To prevent XSS, attributes of all HTML tags are filtered by default. To use specific attributes (such as style), you can configure the xssOptions as whitelist required.
xssOptions:{
    whiteList: {
        span: ['style']
    }
}
  1. Added the html option. If HTML tags are not required in Markdown, you are advised to set the html option to false to avoid security vulnerabilities.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.1...v2.10.2

mavonEditor - v2.10.1

Published by ygj6 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.10.0...v2.10.1

mavonEditor - v2.10.0

Published by ygj6 almost 3 years ago

Enable XSS defense by default, It also fixes the invalidity of codestyle caused by XSS protection.

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.9.1...v2.10.0

mavonEditor - v3.0.0-beta

Published by ygj6 almost 3 years ago

support vue-next

What's Changed

Full Changelog: https://github.com/hinesboy/mavonEditor/compare/v2.9.1...v3.0.0-beta

mavonEditor - v2.9.1

Published by ygj6 almost 4 years ago

  • 2.9.1 (20.12.28)
    • 修复codestyle切换不生效bug PR #650
    • 插入代码块时增加换行 PR #641
    • 修复帮助文档区域点击锚点导致页面关闭 PR #640
    • 对传入的value增加空处理 PR #639
mavonEditor - v2.5.4

Published by hinesboy over 6 years ago

mavonEditor - v2.5.2

Published by hinesboy over 6 years ago

  • bug修复
  • 合并PR
mavonEditor - v2.4.16

Published by CHENXCHEN almost 7 years ago

  • 添加多图上传 #120
  • 添加 image_filter 图片过滤函数 #101
  • 完善 $imgDelByFilename,在调用这个函数删除了图片之后,将其从 md 源代码中删除 #101

  • Add multi images upload #120
  • Add image_filter for image file filter function #101
  • After calling the $imgDelByFilename function, the related pictures are deleted from the md source code #101
mavonEditor - v2.4.15

Published by hinesboy almost 7 years ago

  • 修复工具栏图片按钮下拉菜单在火狐浏览器中的兼容问题

  • Fix dropdown compatibility in Firefox
mavonEditor - v2.4.14

Published by hinesboy almost 7 years ago

  • 在mavon最外层添加样式text-align: left,防止受到外部样式影响
  • 单双栏切换逻辑调整,单双栏切换更加合理
  • 去除自动切换单双栏逻辑(在 width < 768px变单栏)
  • 添加链接、图片链接弹出页面优化,支持TAB键、回车键操作
  • 上传图片限制文件格式为gif,jpeg,jpg,png,svg
  • fix #157
  • fix #156

  • Add style text-align: left to the mavonEditor
  • Improve the single-double column switching logic
  • Rmove the single-double column auto-switching logic(width < 768px)
  • Improve the Upload page (Support TAB key, ENTER key operation)
  • Limit image upload types
  • fix #157
  • fix #156
mavonEditor - v2.4.13

Published by CHENXCHEN almost 7 years ago

  • 修复bug#79
  • 修改markdown-it实例获取方式
  • 引入插件markdown-it-highlightjs-external

  • fix bug#79
  • change the way to get the instance of markdown-it
  • Introduction package markdown-it-highlightjs-external for hljs
mavonEditor - v2.4.12

Published by hinesboy almost 7 years ago

  • 修复bug:复制图片事件图片名正则

  • fix bug: regex of images name
mavonEditor - v2.4.11

Published by CHENXCHEN almost 7 years ago

mavonEditor - v2.4.10

Published by hinesboy almost 7 years ago

  • 对图片名添加正则过滤
mavonEditor - v2.4.9

Published by hinesboy almost 7 years ago

  • 修改跳转链接方式为新页面打开
  • 修改图片上传UI样式
  • 修复图片上传BUG
  • 更新README.md文档