├── README.md ├── changelog.json ├── readme-images ├── align.png ├── count.png ├── definedlinks.png ├── properties.png └── superscript.png └── redactorextras ├── redactorExtrasPlugin.php ├── resources ├── icon.svg └── plugins │ ├── alignment.css │ ├── alignment.js │ ├── counter.js │ ├── definedlinks.js │ ├── limiter.js │ ├── properties.js │ └── scriptbuttons.js └── templates └── _settings.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/README.md -------------------------------------------------------------------------------- /changelog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/changelog.json -------------------------------------------------------------------------------- /readme-images/align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/readme-images/align.png -------------------------------------------------------------------------------- /readme-images/count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/readme-images/count.png -------------------------------------------------------------------------------- /readme-images/definedlinks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/readme-images/definedlinks.png -------------------------------------------------------------------------------- /readme-images/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/readme-images/properties.png -------------------------------------------------------------------------------- /readme-images/superscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/readme-images/superscript.png -------------------------------------------------------------------------------- /redactorextras/redactorExtrasPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/redactorExtrasPlugin.php -------------------------------------------------------------------------------- /redactorextras/resources/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/icon.svg -------------------------------------------------------------------------------- /redactorextras/resources/plugins/alignment.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/alignment.css -------------------------------------------------------------------------------- /redactorextras/resources/plugins/alignment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/alignment.js -------------------------------------------------------------------------------- /redactorextras/resources/plugins/counter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/counter.js -------------------------------------------------------------------------------- /redactorextras/resources/plugins/definedlinks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/definedlinks.js -------------------------------------------------------------------------------- /redactorextras/resources/plugins/limiter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/limiter.js -------------------------------------------------------------------------------- /redactorextras/resources/plugins/properties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/properties.js -------------------------------------------------------------------------------- /redactorextras/resources/plugins/scriptbuttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/resources/plugins/scriptbuttons.js -------------------------------------------------------------------------------- /redactorextras/templates/_settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elliotlewis/Redactor-Extras/HEAD/redactorextras/templates/_settings.html --------------------------------------------------------------------------------