2017 © Pedro Peláez
 

wordpress-plugin acf-markdown

Markdown-enhanced ACF textarea

image

nichestudio/acf-markdown

Markdown-enhanced ACF textarea

  • Monday, May 21, 2018
  • by LachlanArthur
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 33 % Grown

The README.md

ACF Markdown Field

Markdown-enhanced ACF textarea., (*1)

Works with repeaters and even frontend forms using Advanced Forms., (*2)

Uses

Requires:

  • PHP >=5.4
  • Composer
  • ACF v5

Installation

composer require nichestudio/acf-markdown

Customise Editor

Override the Inscryb editor options:, (*3)

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;
} );

The Versions

21/05 2018

dev-master

9999999-dev https://github.com/nichestudio/ACF-Markdown

Markdown-enhanced ACF textarea

  Sources   Download

MIT

The Requires

 

21/05 2018

1.1.1

1.1.1.0 https://github.com/nichestudio/ACF-Markdown

Markdown-enhanced ACF textarea

  Sources   Download

MIT

The Requires

 

21/05 2018

1.1.0

1.1.0.0 https://github.com/nichestudio/ACF-Markdown

Markdown-enhanced ACF textarea

  Sources   Download

MIT

The Requires

 

21/05 2018

1.0.1

1.0.1.0 https://github.com/nichestudio/ACF-Markdown

Markdown-enhanced ACF textarea

  Sources   Download

MIT

The Requires

 

21/05 2018

1.0.0

1.0.0.0 https://github.com/nichestudio/ACF-Markdown

Markdown-enhanced ACF textarea

  Sources   Download

MIT

The Requires