cliffparnitzky/tiny-mce-text-pattern

This package is abandoned and no longer maintained. No replacement package was suggested.

Special TinyMCE plugin that matches special patterns in the text and applies formats or executed commands on these text patterns.

Installs: 3 011

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:contao-module

1.1.0 2018-09-19 21:55 UTC

This package is auto-updated.

Last update: 2023-09-14 19:32:30 UTC


README

Latest Version on Packagist Installations via composer per month Installations via composer total

Contao Extension: TinyMceTextPattern

Special TinyMCE plugin that matches special patterns in the text and applies formats or executed commands on these text patterns.

The sources of this plugin could be found here.

Installation

Install the extension via composer: cliffparnitzky/tiny-mce-text-pattern.

If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/TinyMceTextPattern/releases

Tracker

https://github.com/cliffparnitzky/TinyMceTextPattern/issues

Compatibility

  • Contao version >= 4.4.0

Dependency

  • To load this plugin and add it to the configuration the extension [TinyMcePluginLoader] has to be installed.

Screenshot

Screenshot

Additional information

Special notes

There is nothing special to pay attention to.

Available patterns

  • *text* ... format text italic
  • **text** ... format text bold
  • # text ... format text as h1
  • ## text ... format text as h2
  • ### text ... format text as h3
  • #### text ... format text as h4
  • ##### text ... format text as h5
  • ###### text ... format text as h6
  • 1. text ... start creating an ordered list
  • * text ... start creating an unordered list
  • - text ... start creating an unordered list

Information in the wiki

Create a new ...

Installation hints

Bug report hints