2017 © Pedro Peláez
 

library ace

An ACE editor for Cruddy.

image

cruddy/ace

An ACE editor for Cruddy.

  • Tuesday, December 22, 2015
  • by lazychaser
  • Repository
  • 1 Watchers
  • 0 Stars
  • 190 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ACE editor support for Cruddy with special markdown editor., (*1)

Installation

composer require cruddy/ace:~0.5.*

Include a service provider:, (*2)

'Kalnoy\Cruddy\Ace\AceServiceProvider',

Publish assets and config files:, (*3)

php artisan vendor:publish --provider="Kalnoy\Cruddy\Ace\AceServiceProvider"

Usage

$schema->code('description')->mode('html');

Setting the height of the editor:, (*4)

$schema->code('description')->height(300);

Toggling off wordwrap mode:, (*5)

$schema->code('description')->wordwrap(false);

Markdown editor:, (*6)

$schema->markdown('description');

The Versions

22/12 2015

dev-master

9999999-dev

An ACE editor for Cruddy.

  Sources   Download

The Requires

 

by Alexander Kalnoy

markdown cruddy ace

22/12 2015

v0.5.0

0.5.0.0

An ACE editor for Cruddy.

  Sources   Download

The Requires

 

by Alexander Kalnoy

markdown cruddy ace