https://github.com/fostercommerce/redactor-alphalist
Redactor plugin for creating ordered list with letters instead of numbers.
https://github.com/fostercommerce/redactor-alphalist
redactor-plugin
Last synced: 20 days ago
JSON representation
Redactor plugin for creating ordered list with letters instead of numbers.
- Host: GitHub
- URL: https://github.com/fostercommerce/redactor-alphalist
- Owner: FosterCommerce
- Created: 2019-09-10T11:42:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T01:50:16.000Z (over 4 years ago)
- Last Synced: 2025-10-19T06:57:28.877Z (10 months ago)
- Topics: redactor-plugin
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Redactor Alphalist Plugin
Redactor allows you to create ordered lists and unordered lists, but you can't change the list style types.
Numbered list:
```
1. Item
2. Item
3. Item
```
Lettered list:
```
A. Item
B. Item
C. Item
```
This plugin creates a Redactor toolbar button (added after the lists button) for lettered lists. Use the button just like you would use the ordered list or unordered list dropdown items in the toolbar.
## To install in Craft CMS 3:
*Requirements: Craft CMS 3 with Redactor plugin; custom Redactor config(s).*
1. Download the repository.
2. Move or copy the `alphalist` directory into the `config/redactor/plugins` directory in your Craft site.
3. To use the plugin in a Redactor config, include it in the plugins list: `"plugins": [ "alphalist"]`.
## Roadmap
1. Custom icon for the button.
2. Refactor JS.
3. Make this a Craft plugin?
4. Allow mixing letters, numbers, and bullets at different list levels.
## Credits
Developed by Katie Fritz for [Foster Commerce](https://fostercommerce.com).