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 3w 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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

2956d 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

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[cebe/markdown-latex

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

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

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

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

X-Ray returns structured data from any URL

9417.6k2](/packages/p3k-xray)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[json-mapper/laravel-package

The JsonMapper package for Laravel

25188.9k3](/packages/json-mapper-laravel-package)

PHPackages © 2026

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