2017 © Pedro Peláez
 

silverstripe-module silverstripe-markdowntextareafield

Supercharged textarea with markdown preview for Silverstripe CMS

image

robbieaverill/silverstripe-markdowntextareafield

Supercharged textarea with markdown preview for Silverstripe CMS

  • Friday, November 24, 2017
  • by robbieaverill
  • Repository
  • 3 Watchers
  • 6 Stars
  • 1,161 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 5 Open issues
  • 17 Versions
  • 1 % Grown

The README.md

Markdown capable TextareaField for Silverstripe CMS

Packagist Packagist Code quality via Scrutinizer CI Build Status, (*1)

Features

  • Live preview (toggle)
  • Extendable toolbar with common markdown functions
  • Support for both regular markdown and extra functions

Screenshot

Markdown editor screenshot, (*2)

Credits and Authors

Requirements

Installation

  • Use composer to install composer require robbieaverill/silverstripe-markdowntextareafield:*
  • Run /dev/build?flush=1

Instructions

You can use the MarkdownText data type for regular markdown or MarkdownTextExtra for added syntax features:, (*3)

class Page extends SiteTree {

    private static $db = array(
        'MarkdownContent' => 'MarkdownTextExtra',
    );

    public function getCMSFields() {
        $fields = parent::getCMSFields();

        $markdownfield = MarkdownTextareaField::create('MarkdownContent');
        $markdownfield->enableExtra(); // Enables extra syntax support for fields live preview.

        $fields->addFieldToTab('Root.Main', $markdownfield);        
        return $fields;
    }
}

Template:

It is also possible to override/use markdown syntax in templates:, (*4)



$MarkdownContent
$MarkdownContent.MarkdownAsHTML
$MarkdownContent.MarkdownExtraAsHTML
        // Render JSON content
        $MarkdownContent.MarkdownAsJS
        // or
        $MarkdownContent.MarkdownExtraAsJS
    

Notes

  • Bug reports and ideas more than welcome.

The Versions

24/11 2017

dev-master

9999999-dev

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

11/08 2016

2.0.x-dev

2.0.9999999.9999999-dev

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

11/08 2016

2.0.0-beta.2

2.0.0.0-beta2

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

15/07 2016

2.0.0-beta

2.0.0.0-beta

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

15/07 2016

2.0.0-alpha.2

2.0.0.0-alpha2

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

13/07 2016

dev-bugfix/fix-tests-cms-dependency

dev-bugfix/fix-tests-cms-dependency

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

13/07 2016

dev-bugfix/20-syntax-error-2

dev-bugfix/20-syntax-error-2

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

06/07 2016

2.0.0-alpha.1

2.0.0.0-alpha1

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

26/06 2016

2.0-alpha

2.0.0.0-alpha

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

28/04 2016

1.1.4

1.1.4.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

21/04 2016

1.1.3

1.1.3.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

11/04 2016

1.1.2

1.1.2.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

11/04 2016

dev-hotfix/multiple-editors-fix

dev-hotfix/multiple-editors-fix

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

20/02 2016

1.1.1

1.1.1.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

20/02 2016

1.1.0

1.1.0.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Robbie Averill
by Priit Hansen

module cms markdown silverstripe

02/08 2013

0.9.2

0.9.2.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Priit Hansen

module cms markdown silverstripe

02/08 2013

0.9.1

0.9.1.0

Supercharged textarea with markdown preview for Silverstripe CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Priit Hansen

module cms markdown silverstripe