zenmotion/process-abbreviate

This module helps to mark up all abbreviations

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

Language:JavaScript

Type:pw-module

1.0.2 2017-05-22 06:14 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:31 UTC


README

Easily mark up and manage abbreviations

This module helps you to easily mark up all your used abbreviations. Them will be collected after any page were saved.

Read the How to use section for further informations.

How to install

  1. Place the module files in /site/modules/ProcessAbbreviate/
  2. In your admin, click Modules > Check for new modules
  3. Click "install" for Abbreviate (base module)
  4. Move the plugins/abbr folder to InputfieldCKEditor module in your site
  5. Enable the plugin on your CKEditor field and add them to your toolbar
  6. Now go to Setup > Abbreviations and start defining your abbreviations!

Install via composer

composer require "zenmotion/process-abbreviate:*"

After that, you can follow How to install from step 4.

How to use

Please make sure that you have completed the How to install section first. Then in your admin, go to Setup > Abbreviations.

On this setup page you can add or edit all your abbreviations manually. The functions are very common and should be self explained.

After saving any page the base module extract all marked up abbreviations in textarea fields and will add them to database.

Copyright 2014-2017 by Sven Schüring