https://github.com/archonic/ckeditor5-heading-with-id
A fork of @ckeditor/ckeditor5-heading which supports and generates unique IDs for all headers
https://github.com/archonic/ckeditor5-heading-with-id
Last synced: about 1 year ago
JSON representation
A fork of @ckeditor/ckeditor5-heading which supports and generates unique IDs for all headers
- Host: GitHub
- URL: https://github.com/archonic/ckeditor5-heading-with-id
- Owner: archonic
- License: other
- Created: 2021-12-13T20:12:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T00:01:58.000Z (over 3 years ago)
- Last Synced: 2025-02-11T10:31:14.804Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
CKEditor 5 headings feature with ID
========================================
This package implements the headings feature for CKEditor 5 and allows ID as an attribute. A random hash will populate the ID attribute when the header is created.
## Demo
Check out the [demo in the heading feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/headings.html#demo).
## Documentation
See the [`@ckeditor/ckeditor5-heading` package](https://ckeditor.com/docs/ckeditor5/latest/api/heading.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
## License
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).