Changeset 2685598
- Timestamp:
- 02/27/2022 02:47:54 PM (4 years ago)
- Location:
- wp-reliablemd/trunk
- Files:
-
- 1 added
- 1 edited
-
README.md (modified) (2 diffs)
-
README_zh_CN.md (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-reliablemd/trunk/README.md
r2076798 r2685598 6 6 Requires at least: 4.9.8 7 7 Tested up to: 5.0 8 Stable tag: 0. 5-dev8 Stable tag: 0.9-dev 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 14 14 # WP-ReliableMD 15 15 16 ## 简介 16 [English document](README.md) [中文文档](README_zh_CN.md) 17 17 18 一个可靠、美观、功能强大的WordPress的markdown插件,同时支持支持编辑和渲染,为了替换一只猫的编辑器而开发,成为下一代markdown编辑器 18 [](https://gitter.im/WP-ReliableMD/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://sonarcloud.io/dashboard?id=jackworkshop%3AWP-ReliableMD) [](https://github.com/jackworkshop/WP-ReliableMD/actions) 19 19 20 编辑器正在开发中,未正式发布,不建议使用 20 ## brief introduction 21 21 22 ## 发布状态 22 A reliable, beautiful and powerful markdown plug-in of WordPress supports editing and rendering. It is developed to replace [WPEditor.md](https://wordpress.org/plugins/wp-editormd/) editor and become the next generation of markdown editor. 23 23 24 **未发布** 24 It is developed based on the block editor, trying to make great use of the powerful extensibility brought by the block editor, here I would like to express my thanks to the block editor developers of wordpress. 25 25 26 ## 特性 26 Editor is under development, not officially released, not recommended 27 27 28 - [x] 基础Markdown 29 - [ ] 支持公式渲染 30 - [x] Katex 31 - [ ] MathJax 32 - [x] 前端+后端,二次渲染支持 33 - [ ] 可扩展 定制主题 34 - [ ] 支持UML 35 - [ ] 支持mermaid 36 - [x] 支持自带的UML绘制 37 - [ ] 插件兼容 38 - [ ] WP Editor.md 39 - [ ] WP HyperMD 40 - [x] 支持图标绘制 41 - [x] 表格扩展 42 - [x] 支持shortcode解析markdown 43 - [x] 支持前端渲染结果走后端缓存,替换后端预渲染结果缓存的功能 44 - [x] 支持缓存时间过期 28 29 30 ## Release status 31 32 **DEV test** 33 34 ## Feature support 35 36 - [x] Basic markdown 37 - [x] Support Latex rendering 38 - [x] Support UML 39 - [x] Support Icon drawing 40 - [x] Table expansion 41 - [x] Developed based on block editor 42 43 44 ## Community participation 45 46 You can participate as follows: 47 1. Give us suggestions through issus or problems encountered in using the plug-in
Note: See TracChangeset
for help on using the changeset viewer.