Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-ipsum-autocomplete
Easily insert Lorem Ipsum in Flarum post composer
https://github.com/clarkwinkelmann/flarum-ext-ipsum-autocomplete
Last synced: about 2 months ago
JSON representation
Easily insert Lorem Ipsum in Flarum post composer
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-ipsum-autocomplete
- Owner: clarkwinkelmann
- License: mit
- Created: 2022-08-16T11:06:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T11:11:26.000Z (over 2 years ago)
- Last Synced: 2024-11-16T05:24:38.309Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/31423
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lorem Ipsum Autocomplete
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clarkwinkelmann/flarum-ext-ipsum-autocomplete/blob/master/LICENSE.txt) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-ipsum-autocomplete.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-ipsum-autocomplete) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-ipsum-autocomplete.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-ipsum-autocomplete) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This extension offers auto-completion of Lorem Ipsum style text in the Flarum post composer.
Type `lorem` or `ipsum` for the control to appear.
Press Enter to apply.
Use the Up and Down keys to change the number of paragraphs before applying.Alternatively, you can include the number of paragraphs in the text before pressing Enter, example `lorem10` + Enter.
This package isn't really intended to be used in production, but it should be safe enough to include on publicly accessible demo websites.
## Installation
composer require clarkwinkelmann/flarum-ext-ipsum-autocomplete
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-ipsum-autocomplete)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-ipsum-autocomplete)
- [Discuss](https://discuss.flarum.org/d/31423)