https://github.com/videoly/ember-trix-next
https://github.com/videoly/ember-trix-next
addon ember ember-addon ember-cli emberjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/videoly/ember-trix-next
- Owner: videoly
- License: mit
- Created: 2022-02-27T08:27:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T08:54:09.000Z (about 4 years ago)
- Last Synced: 2025-04-12T09:52:32.456Z (about 1 year ago)
- Topics: addon, ember, ember-addon, ember-cli, emberjs
- Language: JavaScript
- Homepage: https://videoly.github.io/ember-trix-next/
- Size: 2.39 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
@videoly/ember-trix-next
==============================================================================
[](https://github.com/videoly/ember-trix-next/actions/workflows/ci.yml)
A simple trix editor wrapper
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above
Installation
------------------------------------------------------------------------------
```
ember install @videoly/ember-trix-next
```
Usage
------------------------------------------------------------------------------
In the most cases it would be enough just to use the inline variant of the component:
```hbs
```
Or you can customize the markup:
```hbs
Some HTML before toolbar
Some HTML between toolbar and editor
Some HTML after editor
```
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).