Plugin Directory

Changeset 2685598


Ignore:
Timestamp:
02/27/2022 02:47:54 PM (4 years ago)
Author:
jackworkshop
Message:

Refactored based on block editor for easier development and use

Location:
wp-reliablemd/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-reliablemd/trunk/README.md

    r2076798 r2685598  
    66Requires at least: 4.9.8
    77Tested up to: 5.0
    8 Stable tag: 0.5-dev
     8Stable tag: 0.9-dev
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1414# WP-ReliableMD
    1515
    16 ## 简介
     16[English document](README.md) [中文文档](README_zh_CN.md)
    1717
    18 一个可靠、美观、功能强大的WordPress的markdown插件,同时支持支持编辑和渲染,为了替换一只猫的编辑器而开发,成为下一代markdown编辑器
     18[![Gitter](https://badges.gitter.im/WP-ReliableMD/community.svg)](https://gitter.im/WP-ReliableMD/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Quality Gate](https://sonarcloud.io/api/project_badges/quality_gate?project=jackworkshop:WP-ReliableMD)](https://sonarcloud.io/dashboard?id=jackworkshop%3AWP-ReliableMD) [![PHP Composer](https://github.com/jackworkshop/WP-ReliableMD/workflows/PHP%20Composer/badge.svg)](https://github.com/jackworkshop/WP-ReliableMD/actions)
    1919
    20 编辑器正在开发中,未正式发布,不建议使用
     20## brief introduction
    2121
    22 ## 发布状态
     22A 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.
    2323
    24 **未发布**
     24It 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.
    2525
    26 ## 特性
     26Editor is under development, not officially released, not recommended
    2727
    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
     46You can participate as follows:
     471. Give us suggestions through issus or problems encountered in using the plug-in
Note: See TracChangeset for help on using the changeset viewer.