@wfpena/angular-wysiwyg
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -53,3 +53,8 @@ import { UploadResponse } from './angular-editor.service'; | ||
imageResizeSensitivity?: number; | ||
/** | ||
* @description Enable or disable text patter checks example '> ' and '* ' | ||
* @default true | ||
*/ | ||
textPatternsEnabled?: boolean; | ||
} | ||
export declare const angularEditorConfig: AngularEditorConfig; |
{ | ||
"name": "@wfpena/angular-wysiwyg", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A rich WYSIWYG text editor for Angular 13+. Rich Text editor component for Angular built using Angular 17.", | ||
@@ -5,0 +5,0 @@ "author": "Wilson Pena <wilsonf.pena@gmail.com>", |
<p align="center"> | ||
<img width="150px" src="projects\angular-editor-app\src\assets\angular-wysiwyg-logo2.PNG" alt="AngularEditor logo"/> | ||
<img width="150px" src="https://raw.githubusercontent.com/wfpena/angular-wysiwyg/HEAD/projects/angular-editor-app/src/assets/angular-wysiwyg-logo2.PNG" alt="AngularEditor logo"/> | ||
</p> | ||
@@ -7,3 +7,3 @@ | ||
Rich text editor Whay You See Is What You Get created using Angular 17. | ||
Rich text editor What You See Is What You Get created using Angular 17. | ||
@@ -21,3 +21,3 @@ Easy to use and customize. | ||
<p align="center"> | ||
<img width="800px" src="projects\angular-editor-app\src\assets\wysiwyg-demo-1.gif" alt="AngularEditor logo"/> | ||
<img width="800px" src="https://raw.githubusercontent.com/wfpena/angular-wysiwyg/HEAD/projects/angular-editor-app/src/assets/wysiwyg-demo-1.gif" alt="AngularEditor logo"/> | ||
</p> | ||
@@ -39,4 +39,3 @@ | ||
> 🤔 | ||
> Requires `HttpClientModule` for the image upload. | ||
> 🤔 Requires HttpClientModule for the image upload. | ||
@@ -193,2 +192,3 @@ ```js | ||
|uploadWithCredentials|false| | ||
|textPatternsEnabled|true | ||
|width|auto| | ||
@@ -195,0 +195,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6112
991315
27