所有分类
  • 所有分类
  • WordPress主题模版
  • 企业官网
  • 创意设计
  • 零售业务
  • 电子商务
  • 博客论坛
  • 网络科技
  • 视频娱乐
  • 公益教育
  • 其他主题
  • Shopify主题模版
  • SaaS主题模版
  • 购物商城
  • 图像媒体
  • 社交网络
  • 其他主题
  • WordPress主题插件
Ultimate Markdown – WordPress 的 Markdown 插件

Ultimate Markdown – WordPress 的 Markdown 插件

资源下载
下载价格79
在线演示立即购买
推荐购买建站套餐,独立站主题免费使用。

此插件包含多个实用程序,可帮助您使用 Markdown 语法 在 WordPress 的背景下。

使用此插件添加的强大功能来加快您的发布工作流程。Ultimate Markdown 带有 Markdown 编辑器、块编辑器集成(带有 Markdown 文件的导入器和导出器)、用于执行批量作的专用菜单(批量导入或批量导出 Markdown 文件)以及专用的 REST API 端点,允许高级用户从外部应用程序或其他插件创建或读取 Markdown 文档。

精简版

这 精简版 Ultimate Markdown 允许您使用插件的部分功能。立即从 WordPress.org 插件存储库获取。

编辑器侧边栏部分

以下是添加到 WordPress 块编辑器的 Markdown 实用程序的详细信息。

导入 Markdown

此侧边栏部分包括一个文件上传器,您可以使用它从本地存储在设备上的 Markdown 文件快速创建 WordPress 文章。

加载 Markdown

此功能在帖子编辑器中可用,允许您从之前添加到插件内部文档的 Markdown 文档生成帖子。

提交 Markdown

此功能可让您使用专用文本区域快速将 Markdown 文本转换为格式完美的编辑器块。

导出 Markdown

使用此功能将当前编辑的文章下载为 Markdown 文件。

Markdown 编辑器

使用包含的 Markdown 编辑器直接在插件中创建 Markdown 文档。我们使用 标记的 JavaScript 解析器 提供编辑后的 Markdown 文本的精确快速预览。

进口商

从上传的 Markdown 文件创建帖子

在插件的专用管理页面上,您可以上传无限的 Markdown 文档并将其转换为帖子。

此外,从插件选项中,您可以配置帖子类型,并可选择从 Markdown 文件生成的帖子类别。

从上传的 Markdown 文件创建插件文档

使用此功能从上传的 Markdown 文件创建 Markdown 文档(存储在插件的 Markdown 文档内部存档中)。

出口商

批量导出帖子、页面或自定义帖子类型

此功能允许您批量导出 WordPress 网站的帖子。在提供的表单中,您可以选择帖子类型、类别和用作导出作来源的标签。请注意,此作会生成 Markdown 文件的压缩存档 (.zip)。

批量导出插件的内部文档

使用此功能,您可以快速导出所有 Markdown 文档(存储在插件的 Markdown 文档内部存档中)。导出的文档将作为 Markdown 文件的压缩存档 (.zip) 提供。

前置

该插件支持 Front Matter,这是放置在 Markdown 文档顶部的键值内容块。您可以使用 Front Matter 配置帖子元数据,例如帖子标题、帖子日期、帖子状态、摘录、类别、标签等。

Hugo、Jekyll 等流行出版平台都采用了 Front Matter。但是,它仍然不适用于 WordPress 用户。借助 Ultimate Markdown,您现在可以利用 Front Matter 快速设置文章的各个方面。

以下示例演示了如何使用 Front Matter 配置 WordPress 帖子的帖子标题、摘录和状态:

---
title: The post title
excerpt: The post excerpt
status: private
---

## First Heading

Paragraph Content.

支持的密钥的完整列表可在 前言部分 插件文档的。

REST API

该插件将两个 REST API 端点添加到您的 WordPress 站点。您可以从插件选项中配置使用这些端点所需的身份验证类型。

有关详细信息,请参阅端点的文档 这里.

端点

导入文件

通过向插件创建的专用 REST API 端点提交 HTTP 请求来创建 WordPress 帖子或 Markdown 文档。

列出文档

该插件还附带一个 REST API 端点,允许您读取存储在插件中的 Markdown 文档。

附加功能

用于导入作的 Markdown 解析器

该插件可以使用以下解析器之一执行 Markdown 导入作:

  • 解析
  • 解析额外
  • Cebe 降价

请注意,您可以从插件选项中配置您最喜欢的解析器。

用于导出作的 Markdown 解析器

当您从帖子编辑器或从专用插件菜单批量导出单个文章时,该插件将使用 HTML 到 PHP 的 Markdown 解析 器。

自动上传 Markdown 文档中引用的图像

当您在导入的 Markdown 文档中引用公共 URL 中可用的图像时,插件可以自动将它们上传到 WordPress 媒体库并更新其 URL 以反映此更改。

我们实现此功能是为了允许快速上传完整的文章,而无需手动上传图像。您可以从插件选项中打开或关闭此功能。

自定义 REST API 身份验证方法

选择访问插件创建的 REST API 端点所需的身份验证类型。插件选项中可用的身份验证方法包括:

  • 饼干
  • REST API 密钥
  • 没有

配置所需的功能

您可以配置访问插件菜单所需的 WordPress 功能。例如,使用此功能,您可以允许具有编辑者角色的用户创建 Markdown 文档,但不能批量导入和导出它们。

年度计划

您也可以购买 1、5 或 25 个网站的年度计划。有关更多信息,请参阅 终极降价定价部分 在我们的门户网站上。

更新

27.07.2025 - v1.22
  - Front matter can now be optionally included in all Markdown export operations
  - Added two new options to enable and configure the front matter included in exported files
  - Improved sanitization of front matter fields during import operations
  - Bug fix: Files exported through the Tools menu now use the file extension defined in the plugin settings
  - Bug fix: Categories and tags in the block editor are now correctly updated based on the imported front matter data
17.07.2025 - v1.21
  - Added the League CommonMark and League CommonMark GitHub Markdown parsers
  - Added REST API Markdown parser options
  - Added an option to configure the post type used as a destination for documents submitted via the REST API
  - Modified settings used to control the behavior of the Markdown preview when using PHP parsers
  - The block editor now shows notification messages indicating whether Front Matter and Markdown content were parsed successfully or if errors occurred
  - After submitting content from a sidebar section tool, the focus now stays on the Post/Page tab.
  - Removed JavaScript deprecation warnings
  - Improved option help text and tooltips
  - Minor improvements to the block editor features
  - Minor improvements to the live preview feature in the Documents menu
05.07.2025 - v1.20
  - Bug Fix: Fixed an issue where the options version was not updated in 1.19, preventing new settings values from being upgraded.
04.07.2025 - v1.19
  - Added Editor and Live Preview Markdown parser options.
  - The Live Preview feature in the Documents menu editor can now use PHP-based parsers.
  - Added new settings to control the behavior of the Markdown preview when using PHP parsers.
  - Notification messages are now displayed in the block editor when Front Matter or Markdown content cannot be parsed.
  - The REST API endpoint for submitting Markdown documents no longer accepts unauthenticated requests.
  - The Markdown preview in the Documents menu now displays a header indicating the active Markdown parser and, if applicable, a refresh button.
  - Bug fix: Markdown code was altered in specific scenarios due to improper use of sanitize_textarea_field().
09.05.2025 - v1.18
  - Fixed JavaScript deprecation notices for back-end functionality
  - The slug Front Matter field is now correctly applied when importing posts through the Import menu using the Documents option
21.04.2025 - v1.17
  - Bug fix applied to PluginUpdateChecker class, updated to version 1.0.11.
  - Fixed PHP notice caused by early use of translation functions
27.12.2024 - 1.16
  - The PharData PHP class is now used as an additional fallback method to create compressed file archives
  - The functionalities used to apply seamless updates have been refactored
  - Fixed JavaScript deprecation notices for back-end functionality
  - Resolved CSS style issues
05.11.2024 - v1.15
  - Added support for seamless updates delivered directly from our server.
  - The PclZip class is now used to create zip archives when the native PHP class ZipArchive is not available.
  - Renamed a PHP class to prevent conflict with the same class that is available in the free version.
08.07.2024 - v1.14
  - Initial release

您关心您网站的 SEO 吗?

改进您的内部链接结构并在您的 WordPress 网站上获得更多访问量 互连管理器 插件。

资源下载
下载价格79
推荐购买建站套餐,独立站主题免费使用。
原文链接:https://www.hrdweb.com/52164.html,转载请注明出处~~~
0
广告位招租

评论0

请先
显示验证码
没有账号?注册  忘记密码?