Skip to content

Releases: LuRenJiasWorld/WP-Editor.md

WP Editor.md Version 10.2.1

17 Sep 15:57
Compare
Choose a tag to compare

1. BUG修复


1. BUG Fixes


1. BUG修復

WP Editor.md Version 10.2.0

09 Sep 15:34
Compare
Choose a tag to compare

时隔五个月,WP Editor.md正式发布10.2.0版本,包含大量更新,强烈建议升级。

更新内容如下:

1. 体验提升

  • 使用Webpack进行代码构建,体积缩小30%,页面加载速度更快
  • 图床功能支持与sm.ms用户绑定,并支持sm.ms图床管理功能,便于更高效管理上传的图片
  • 整理代码格式,完善注释,去除冗余代码,便于理解、维护、二次开发
  • 编辑器支持鼠标悬浮提示,便于快速了解工具栏各按钮的用途
  • 新增高亮语法支持,与Typora功能一致,现在可以使用==高亮==来实现高亮文本(#467
  • 粘贴图片时新增Loading窗口,避免误操作导致粘贴上传失败
  • 设置菜单选择编辑器/预览/代码高亮样式时支持预览,帮助您更快找到喜欢的样式
  • 升级后将为您跳转到发行注记页面,帮助您更快了解最新版本的更新内容

2. 故障修复

  • 修复自定义风格在后台无法正常预览的问题
  • 修复评论功能相关故障(#455
  • 不再误解析pre标签中的LaTeX代码
  • 不对多行LaTeX中的$符号进行循环解析(#411
  • 修复特殊情况下新标签页打开链接功能无法生效的BUG(#457
  • 修复粘贴图片时连带文件名一同粘贴到编辑器的问题
  • 修复后台评论无法预览的问题
  • 修复全屏后窗口大小无法自适应的BUG
  • 进一步解决正文中$符号被误识别为LaTeX公式导致文章空白的BUG(#420
  • 解决包含_的LaTeX公式被误解析为<em>的BUG(#411
  • 修复服务器外网不通情况下静态资源版本检查功能未设置超时导致加载缓慢的问题
  • 修复在开启思维导图情况下无法启用前端评论功能的问题

3. 安全加固

  • 后台编辑器预览时不再渲染如<form><audio><video><scripts>等与排版无关的标签(#428

4. 其他

  • 合并Editor.md代码到本项目主干(原作者@pandao已不再更新,合并便于二次开发,在未来版本实现更多功能)
  • 新增依赖库相关开源协议与版权信息,规范本项目开源质量
  • 升级相关依赖库到最新版本,避免安全隐患
  • 修改本地化相关文本(#458,感谢@zkl2333
  • 兼容WordPress 5.5版本

由于此前工作较忙,此前承诺的两月一版未能及时履约,在这里向各位表示歉意。到2020年底之前,本编辑器会再发布两个版本(分别是10.3.0与10.3.1),解决过去一段时间各位用户集中反馈的问题,并进一步提升性能,加入更多实用的新功能。
感谢大家对WP Editor.md的支持与信赖,祝大家学业顺利,工作愉快!如果有其他问题或建议,欢迎在Issue中及时提出,我会及时回复,并在未来版本予以解决:)


After five months of waiting, WP Editor.md's new version has been officially launched, which contains tons of new features.

1. Experience Enhancements

  • Using webpack to build JavaScript code, reducing the final .min.js size by 30%, making WP Editor.md to load faster.
  • Image uploading to sm.ms now supports binding to sm.ms user account, and also add sm.ms image management functionality into the settings page of WP Editor.md.
  • Reformat the code, enhancing the maintainability, security and performance, also makes it more easily to add more feature.
  • Supports mouse hover tip in editor toolbar, makes it more easily to know each button's meaning in the toolbar.
  • Add markdown highlight support, just like Typora, now you can use ==highlight== to highlight any text you want. (#467)
  • Add loading screen when uploading image, to prevent unexpected user actions to interrupt the uploading process.
  • Supports previewing in Editor / Markdown / Code Highlight settings, helps you find your favorite style more efficiently.
  • Display the release note after a successful update (like this one), to help you know more about the newest updates.

2. Bug Fixes

  • Fix custom code highlightin style can't property displayed in editor.
  • Fix markdown comment infinite loading issue. (#455)
  • WP Editor.md will no longer extract and renderding the LaTeX code in <pre> tag.
  • WP Editor.md will no longer recursively rendering the $ sign in LaTeX code. (#411)
  • Fix issue causing "Open links in new page" function failed to work. (#457)
  • Fix redundant filename when copy an image file and paste it into editor when image pasting is enabled.
  • Fix issue in comments management causing comments invisible.
  • Fix issue when the editor window is set to fullscreen then set it back to normal mode, the editor will not auto adapt screen width.
  • Further fix the issue causing all post content invisible by the $ sign. (#420)
  • Fix the issue that the _ sign in LaTeX formula would be incorrectly rendered as <em> like it in Markdown. (#411)
  • Fix the slow loading issue when your server has a poor internet connection.
  • Fix the issue causing markdown comment load infinitely when MindMap was enabled.

3. Security Reinforcements

  • Editor will not preview the labels unrelated to typography like <form>``<audio> <video> <scripts> and more. (#428)

4. Other

  • Merge Editor.md source code into the editor. (Original author @pandao had not working on this for nearly four years, but WP Editor.md will still add more features into it)
  • Add license in every open source project dependency, enhancing the open source quality of WP Editor.md.
  • Update dependency into the newest version to avoid any security issue.
  • Edit some localization text. (#458,Thanks to @zkl2333)
  • Compatibility work to make it works with WordPress 5.5.

It has been too busy for me to fulfilled the bimonthly new version promised before in time, and I'd like to express my apologies to you. By the end of 2020, two more versions of WP Editor.md (10.3.0 and 10.3.1, respectively) will be released to address the issues that many users have been focusing on for some time, then further improve performance, adding more useful new features.

Thank you all for your support and trust in WP Editor.md. Wish you have a successful academic achievement or a happy work! If you have any other questions or suggestions, please feel free to mention them in the Issue. I will reply in time and solve them in the future version :)


時隔五個月,WP Editor.md正式發佈10.2.0版本,包含大量更新。

更新內容如下:

1. 體驗提升

  • 使用Webpack進行代碼構建,體積縮小30%,頁麵加載速度更快
  • 圖床功能支援與sm.ms用戶綁定,並支援sm.ms圖床管理功能,便於更高效管理上載的圖片
  • 整理代碼格式,完善註釋,去除冗餘代碼,便於理解、維護、二次開發
  • 編輯器支援滑鼠懸浮提示,便於快速了解工具欄各按鈕的用途
  • 新增高亮文法支援,與Typora功能一緻,現在可以使用==高亮==來實現高亮文本(#467
  • 粘貼圖片時新增Loading視窗,避免誤操作導緻粘貼上載失敗
  • 設定菜單選擇編輯器/預覽/代碼高亮樣式時支援預覽,幫助您更快找到喜歡的樣式
  • 升級後將為您跳轉到發行註記頁麵,幫助您更快了解最新版本的更新內容

2. 故障修複

  • 修複自定義風格在後臺無法正常預覽的問題
  • 修複評論功能相關故障(#455
  • 不再誤解析pre標簽中的LaTeX代碼
  • 不對多行LaTeX中的$符號進行循環解析(#411
  • 修複特殊情況下新標簽頁打開鏈接功能無法生效的BUG(#457
  • 修複粘貼圖片時連帶文件名一同粘貼到編輯器的問題
  • 修複後臺評論無法預覽的問題
  • 修複全屏後視窗大小無法自適應的BUG
  • 進一步解決正文中$符號被誤識別為LaTeX公式導緻文章空白的BUG(#420
  • 解決包含_的LaTeX公式被誤解析為<em>的BUG(#411
  • 修複服務器外網不通情況下靜態資源版本檢查功能未設定超時導緻加載緩慢的問題
  • 修複在開啓思維導圖情況下無法啓用前端評論功能的問題

3. 安全加固

  • 後臺編輯器預覽時不再渲染如<form><audio><video><scripts>等與排版無關的標簽(#428

4. 其他

  • 合並Editor.md代碼到本項目主幹(原作者@pandao已不再更新,合並便於二次開發,在未來版本實現更多功能)
  • 新增依賴庫相關開源協議與版權信息,規範本項目開源質量
  • 升級相關依賴庫到最新版本,避免安全隱患
  • 修改在地化相關文本(#458,感謝@zkl2333
  • 兼容WordPress 5.5版本

由於此前工作較忙,此前承諾的兩月一版未能及時履約,在這裏嚮各位錶示歉意。到2020年底之前,本編輯器會再發佈兩個版本(分別是10.3.0與10.3.1),解決過去一段時間各位用戶集中反饋的問題,並進一步提升性能,加入更多實用的新功能。
感謝大家對WP Editor.md的支援與信賴,祝大家學業順利,工作愉快!如果有其他問題或建議,歡迎在Issue中及時提出,我會及時回複,並在未來版本予以解決:)

WP Editor.md Version 10.1.2

14 Apr 04:57
Compare
Choose a tag to compare

更新内容:

  • 紧急修复无法从插件列表进入设置的BUG

Updates:

  • Urgently fixed the bug that can't enter settings page via plugins list

WP Editor.md Version 10.1.1

10 Apr 06:39
Compare
Choose a tag to compare

须知:10.1.1版本之后不再区分插件和资源扩展包。
Notice: Plugin core and Assets Extension will be merged after this version.

该版本包含大量问题修复,强烈建议更新!
This version contains many essential bug fixes, please consider updating as soon as possilble!

更新内容:

  • 修复部分代码高亮主题在编辑页面存在样式错误的问题
  • 更新相关JavaScript依赖到最新版本
  • 缩减代码体积,提升加载性能
  • 新增静态资源地址一键重置功能,避免误操作出现错误后无法恢复
  • 完善调试信息,新增一键导出调试信息功能
  • 修复sm.ms图床无法使用的BUG(#427)
  • 修复前台评论功能和兼容模式冲突的BUG
  • 新增繁体中文本地化
  • 修复自定义代码高亮样式无法加载的问题(#425)
  • 优化安装后的默认配置,增强可用性
  • 修复无法从插件页面打开设置的BUG(#429)
  • 进一步修复包含$符号的文本被误识别为LaTeX文本的BUG(#420)
  • 修复WordPress媒体按钮无法添加短标签到编辑器的BUG(#433)

Updates:

  • Fix issues with code highlighting styles the in post edit page.
  • Update JavaScript dependencies to the newest version.
  • Reducing code sizes and increase the loading performance.
  • Add "Use Local" ans "Use CDN" buttons in static resource settings form for easily resetting resource addresses.
  • Improving the information in debugging info and add features for exporting these info.
  • Fix the issue when using sm.ms image hosting service.(#427)
  • Fix the issue with post comment editor ans compatible mode conflicts.
  • Add Traditional Chinese Localization support.
  • Fix the issue when using customized code highlight styles.(#425)
  • Optimize the default configurations after installed for better usability.
  • Fix the issue that can't open plugin's settings in plugins page.(#429)
  • Fix the issue that post text contains character $ was misinterpreted as LaTeX code.(#420)
  • Fix the issue that can't add shortcode properly into editor from WordPress's Media Buttons.(#433)

WP Editor.md Version 10.1.0

12 Feb 09:20
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.1.0.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.1.0.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。
P.S: Resource Extension Package is used to customize static files or deploy them on your own CDN(s), which is optional.

更新内容:

  • 修复启用LaTeX情况下文章内包含$符号导致内容空白的BUG(#359 & #390
  • 修复编辑器中字数统计不准确的问题
  • 修复与PHP7.4的不兼容(#399
  • 修复列表中无法插入多行代码的BUG(#392
  • 新增实时字数统计功能
  • 新增在新窗口打开链接功能(需手动启用)
  • 将设置菜单变更到『设置』板块,符合插件一般规范
  • 优化WordPress媒体管理器图片添加用户体验

Updates:

  • Fix the issue causing the page being blank when containing the $ character in LaTeX-enabled editor. (#359 & #390)
  • Fix the issue with inaccurate word counts in the editor.
  • Fix the incompatibility with PHP7.4. (#399)
  • Fix the issue when inserting multiline code in lists. (#392)
  • Add the real time word count feature.
  • Add the open in new tab feature (manually enable in plugin settings).
  • Move the settings menu to Settings menu of the WordPress admin page.
  • Optimize the experience of inserting image using the WordPress Media Utilities.

WP Editor.md Version 10.0.8

26 Nov 09:27
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.0.8.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.0.8.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。
P.S: Resource Extension Package is used to customize static files or deploy them on your own CDN(s), which is optional.

更新内容:

  • 修复与WordPress5.3版本不兼容的问题
  • 解决部分浏览器环境下图片粘贴功能无效的BUG
  • 解决Nginx反向代理环境下is_ssl()判断失误的问题
  • 解决sm.ms图床功能失效的BUG

Updates:

  • Fix the incompatibility issue with WordPress 5.3.
  • Fix the BUG when copy and pasting images under some browsers.
  • Fix the inaccuracy of the is_ssl() method when refer to static files on jsdelivr.
  • Fix the malfunction issue of the sm.ms image hosting service.

WP Editor.md Version 10.0.7

08 Oct 10:53
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.0.7.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.0.7.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。

更新内容:

  • 移除富文本文章转换 markdown 文章功能
  • 新增 mathjax 支持,编辑器暂未实现。

WP Editor.md Version 10.0.6

16 Sep 14:06
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.0.6.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.0.6.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。

更新内容:

  • 功能渲染转义问题修复
  • 新增富文本文章转换 markdown 文章功能

WP Editor.md Version 10.0.5

15 Sep 15:25
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.0.5.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.0.5.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。

更新内容:

  • 功能渲染转义问题修复

WP Editor.md Version 10.0.4

10 Sep 00:40
Compare
Choose a tag to compare

WordPress Editor.md Plugin(插件):
WP-Editor.md-10.0.4.zip

Editor.md Resource Extension Package(资源扩展包):
WP-Editor.md-Assets-10.0.4.zip

注:资源扩展包是自定义编辑器静态资源所需要的文件。如果你没有这个需求请无视。

更新内容:

  • 修复思维导图地址错误问题
  • code 块内 katex 公式不解析的问题
  • 修复多媒体无法插入附件的问题
  • 更新编辑器依赖文件和功能核心文件