PHPackages                             nichestudio/acf-markdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. nichestudio/acf-markdown

ActiveWordpress-plugin[Parsing &amp; Serialization](/categories/parsing)

nichestudio/acf-markdown
========================

Markdown-enhanced ACF textarea

1.1.1(8y ago)12.6k1MITPHPPHP &gt;=5.4

Since May 21Pushed 8y agoCompare

[ Source](https://github.com/nichestudio/ACF-Markdown)[ Packagist](https://packagist.org/packages/nichestudio/acf-markdown)[ Docs](https://github.com/nichestudio/ACF-Markdown)[ RSS](/packages/nichestudio-acf-markdown/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

ACF Markdown Field
==================

[](#acf-markdown-field)

Markdown-enhanced ACF textarea.

Works with repeaters and even frontend forms using [Advanced Forms](https://github.com/advancedforms/advanced-forms).

Uses
----

[](#uses)

- [Inscryb/inscryb-markdown-editor](https://github.com/Inscryb/inscryb-markdown-editor) for the editor
- [cebe/markdown](https://github.com/cebe/markdown) to render the output

Requires:
---------

[](#requires)

- PHP &gt;=5.4
- Composer
- ACF v5

Installation
------------

[](#installation)

```
composer require nichestudio/acf-markdown

```

Customise Editor
----------------

[](#customise-editor)

Override the [Inscryb editor options](https://github.com/Inscryb/inscryb-markdown-editor#configuration):

```
acf.add_filter( 'niche_markdown/inscrybmde_args', function ( args, field ) {

	if ( field.o.id === 'field_xxxx' ) {
		args[ 'placeholder' ] = 'Enter your content using Markdown';
	}

	return args;
} );
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3001d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1870204?v=4)[Lachlan Arthur](/maintainers/LachlanArthur)[@LachlanArthur](https://github.com/LachlanArthur)

---

Top Contributors

[![LachlanArthur](https://avatars.githubusercontent.com/u/1870204?v=4)](https://github.com/LachlanArthur "LachlanArthur (1 commits)")

---

Tags

acf-fieldmarkdownwordpress-plugin

### Embed Badge

![Health badge](/badges/nichestudio-acf-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/nichestudio-acf-markdown/health.svg)](https://phpackages.com/packages/nichestudio-acf-markdown)
```

###  Alternatives

[cebe/markdown-latex

A super fast, highly extensible markdown parser for PHP, that converts markdown files into latex

51785.2k8](/packages/cebe-markdown-latex)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37121.3k](/packages/dniccum-nova-documentation)[p3k/xray

X-Ray returns structured data from any URL

9417.8k2](/packages/p3k-xray)[sproutcms/cms

Enterprise content management and framework

242.6k4](/packages/sproutcms-cms)[softark/creole

Creole Wiki parser for PHP extended from cebe/markdown

1448.2k2](/packages/softark-creole)[hyn/frontmatter

Markdown including meta information parsing from frontmatters

1039.6k3](/packages/hyn-frontmatter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
