Skip to content

Commit

Permalink
Readme update (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeterinaSvetlana authored Apr 19, 2024
1 parent 80ad424 commit 51856d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
ember-flexberry-tinymce
==============================================================================

[Short description of the addon.]
`ember-flexberry-tinymce` - аддон для [ember-flexberry](https://github.com/Flexberry/ember-flexberry/tree/develop) с WYSIWYG HTML редактором.

Installation
Установка
------------------------------------------------------------------------------

```
ember install ember-flexberry-tinymce
```


Usage
Использование
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]
`ember-flexberry-tinymce` - аддон для [ember-flexberry](https://github.com/Flexberry/ember-flexberry/tree/develop), позволяющий встроить в свое приложение WYSIWYG HTML редактор.

WYSIWYG (является аббревиатурой от англ. What You See Is What You Get, «что видишь, то и получишь») — свойство прикладных программ или веб-интерфейсов, в которых содержание отображается в процессе редактирования. Также широко используется понятие «визуальный редактор».

Contributing
Редактор представляет из себя поле для ввода текста и функциями его редакирования, а также включает в себя получившуюся html разметку. Выглядит это следующим образом:
![Example](image.png)

Разработка
------------------------------------------------------------------------------

### Installation
### Установка

* `git clone <repository-url>`
* `cd ember-flexberry-tinymce`
Expand All @@ -38,13 +42,13 @@ Contributing
* `npm run lint:hbs` - run linter for templates
* `npx update-todo-errors` - update list of todo errors

### Running tests
### Тестирование

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions

### Running the dummy application
### Запуск приложения

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
Expand Down
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51856d6

Please sign in to comment.