saidtorres3-template-editor
v0.0.36
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.4.
Downloads
15
Readme
TemplateEditor
This project was generated with Angular CLI version 13.0.4.
This project is intended to facilitate the creation of docx templates with handlebars.
Explanation
The code of this proyect is something difficult to read, so, lets explain some parts:
Editable Phrases & Viewable Phrases
At the left, there are a lot of editable phrases. All of these editable phrases you can edit them, write and erace. At the right, there are viewablePhrases, their function is only to hightlight handlebars and complex syntaxis like if statements and loop statements (broken at this time).
Data
Here is the JSON data representated as a tree. If you hover and click one blue property, it will paste the path of the property as a handlebar whereas the caret is; i.e: {root.item.value}.