CFS - Markdown Add-On
A Simple Markdown Add-On for Custom Field Suite
★ 5stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/robneu/cfs-markdown/archive/refs/heads/master.zipDeclares an update source (https://github.com/robneu/cfs-markdown), so updates arrive through the plugin's own updater.
From the readme
Custom Field Suite Markdown Add-On
A simple Markdown add-on for Custom Field Suite
Requires: CFS 2.4, WordPress 4.1.1
This is a small add-on for Custom Field Suite which adds a Markdown field type. The field works similarly to the standard textarea input except that it accepts Markdown syntax. In addition to being able to parse and display markdown correctly on the front end, the field also features a WYSIWYG-ish toolbar and a live Markdown preview window to make adding Markdown easier.
Markdown support is added using the Parsedown class by Emanuil Rusev.
Markdown preview and WYSIWYG toolbar uses a modified version of Meltdown
Installation
Click the "Download ZIP" button on the right side of this GitHub page.
Upload the unzipped folder into the /wp-content/plugins/ directory, OR
Upload the zip file into WordPress (Plugins Add New Upload)
Activate the plugin (CFS must also be active)
Git
Clone this repository in /wp-content/plugins/:
git clone https://github.com/robneu/cfs-markdown.git
Then go to the Plugins screen in your WordPress admin panel and click the Activate link under
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.