jaxsonwang/wp-hypermd

该软件包已被弃用,不再维护。没有建议的替代软件包。

这可能是在WordPress中非常好用的Markdown插件

安装次数: 4

依赖项: 0

建议者: 0

安全性: 0

星标: 39

关注者: 6

分支: 9

类型:wordpress-plugin

dev-master 2018-12-19 07:06 UTC

This package is not auto-updated.

Last update: 2020-01-15 12:43:04 UTC


README

GitHub issues GitHub forks GitHub stars GitHub license Latest Unstable Version composer.lock

说明 Description

该插件仍处于开发中,部分功能尚未完善,如果有特殊需求请使用WP-Editor.md插件

WP HyperMD是一个既美观又实用的在线Markdown文档编辑器。

WP HyperMD是一个漂亮且实用的Markdown文档编辑器。

基于HyperMD构建对WordPress平台的支持。

HyperMD上构建对WordPress平台的支持。

使用WordPress Jetpack 的Markdown模块来解析和保存内容。

该插件使用WordPress Jetpack 的Markdown模块进行内容解析和保存。

WordPress 插件 下载

WordPress 插件库 下载

特征 Feature

  • 实时预览,代码语法高亮;
  • 支持 Emoji
  • 支持WordPress的多媒体插入
  • 支持Toc
  • 支持GFM任务列表
  • 支持 KaTeXMathJAX
  • 支持 Mermaid
  • 支持图像粘贴

使用说明 ReadMe

英文文档

中文文档

Markdown

KaTeX

Mermaid

思维导图

开发 Development

使用npm安装静态资源依赖文件:

npm install # 安装依赖文件
npm minify # 压缩assets/src/* 目录下配置文件
npm watch # 监视项目并且执行编译任务

其他命令:

npm postinstall # 复制依赖文件到assets/
npm clean assets # 清理assets/目录下文件

安装 Installation

  1. WP-HyperMD 目录上传到 /wp-content/plugins/ 目录;

  2. 在后台插件菜单中激活该插件;

  • Upload the WP-HyperMD directory to the /wp-content/plugins/ directory;

  • Enable the WordPress Plugins

截图 Screenshots

更新日志 ChangeLog

请见更新日志

许可协议 License

GPLv3

WP-HyperMD遵循GNU通用公共许可证版本3或更高版本。

WP-HyperMD is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

WP-HyperMD is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with WP-HyperMD.  If not, see <https://gnu.ac.cn/licenses/>.