Niche ACF Markdown
Markdown-enhanced ACF textarea
★ 1stars
1forks
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/nicheonline/acf-markdown/archive/refs/heads/master.zipDeclares an update source (https://github.com/nicheonline/ACF-Markdown), so updates arrive through the plugin's own updater.
From the readme
Niche ACF Markdown
Markdown-enhanced ACF textarea field.
Composer: niche/acf-markdown
Repo: https://github.com/nicheonline/ACF-Markdown
Works with repeaters and frontend forms using Advanced Forms.
Uses
- Inscryb/inscryb-markdown-editor for the editor
- cebe/markdown to render the output
Requires
- PHP = 7.4
- Composer
- ACF v5+
Installation
Formerly published as nichestudio/acf-markdown (GitHub org redirect: nichestudio → nicheonline).
Customise Editor
Override the Inscryb editor options:
Changelog
1.2.0
- Renamed Composer package to niche/acf-markdown
- Declared MarkdownField::$pluginsettings (PHP 8.2+ dynamic property deprecation)
- Raised PHP requirement to 7.4+