[editor] Add TextEditor NodeView extensions and improve file structure
The NodeViews are for the TextEditor to render Angular components, which now serve as preview instead of the old backslash escaped characters. All extensions are now placed in a specialized directory. Except the NodeView stuff which is kept together.
Showing
- projects/editor/src/app/app.module.ts 7 additions, 0 deletionsprojects/editor/src/app/app.module.ts
- projects/editor/src/app/text-editor/extensions/bullet-list.ts 1 addition, 1 deletion...ects/editor/src/app/text-editor/extensions/bullet-list.ts
- projects/editor/src/app/text-editor/extensions/font-size.ts 1 addition, 1 deletionprojects/editor/src/app/text-editor/extensions/font-size.ts
- projects/editor/src/app/text-editor/extensions/hanging-indent.ts 0 additions, 0 deletions...s/editor/src/app/text-editor/extensions/hanging-indent.ts
- projects/editor/src/app/text-editor/extensions/indent.ts 0 additions, 0 deletionsprojects/editor/src/app/text-editor/extensions/indent.ts
- projects/editor/src/app/text-editor/extensions/orderedList-extension.ts 1 addition, 1 deletion...r/src/app/text-editor/extensions/orderedList-extension.ts
- projects/editor/src/app/text-editor/extensions/paragraph-extension.ts 1 addition, 1 deletion...tor/src/app/text-editor/extensions/paragraph-extension.ts
- projects/editor/src/app/text-editor/node-views/drop-list-component-extension.ts 33 additions, 0 deletions...p/text-editor/node-views/drop-list-component-extension.ts
- projects/editor/src/app/text-editor/node-views/nodeview-drop-list.component.ts 24 additions, 0 deletions...pp/text-editor/node-views/nodeview-drop-list.component.ts
- projects/editor/src/app/text-editor/node-views/nodeview-text-field.component.ts 18 additions, 0 deletions...p/text-editor/node-views/nodeview-text-field.component.ts
- projects/editor/src/app/text-editor/node-views/nodeview-toggle-button.component.ts 18 additions, 0 deletions...ext-editor/node-views/nodeview-toggle-button.component.ts
- projects/editor/src/app/text-editor/node-views/text-field-component-extension.ts 33 additions, 0 deletions.../text-editor/node-views/text-field-component-extension.ts
- projects/editor/src/app/text-editor/node-views/toggle-button-component-extension.ts 33 additions, 0 deletions...xt-editor/node-views/toggle-button-component-extension.ts
- projects/editor/src/app/text-editor/rich-text-editor.component.html 6 additions, 6 deletions...ditor/src/app/text-editor/rich-text-editor.component.html
- projects/editor/src/app/text-editor/rich-text-editor.component.ts 33 additions, 12 deletions.../editor/src/app/text-editor/rich-text-editor.component.ts
Loading
Please register or sign in to comment