-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To see the whole scope of changes see the result primary version changelog, here some of the major updates... BREAKING CHANGE: #512, #519 - Replace ACE editor with CodeJar + PrismJs BREAKING CHANGE: #525 - rework UIP general livecycle
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# UIP Editor | ||
|
||
**UIPEditor** - custom element, code editor for changing current markup. It allows user to manually configure | ||
the component inside [UIPPreview](src/core/README.md). Extends [UIPPlugin](src/core/README.md#uip-plugin). | ||
**UIPEditor** - UIP module to provide live-editor for current playground content. | ||
Extends [UIPPlugin](src/core/README.md#uip-plugin). | ||
|
||
## Description | ||
**UIPEditor** is based on [Codejar](https://medv.io/codejar/) editor. We also use [Prism.js](https://prismjs.com/) for highlighting. | ||
**UIPEditor** is based on [Codejar](https://medv.io/codejar/) editor. | ||
Use [Prism.js](https://prismjs.com/) for code highlighting by default. | ||
|
||
## Example | ||
```html | ||
<uip-root> | ||
<uip-preview></uip-preview> | ||
<uip-editor></uip-editor> | ||
<uip-root> | ||
``` |