0.0.13 • Published 12 months ago

open-rich-text-editor v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Open Rich Text Editor (OPEN RTE)

Are you searching for a powerful and versatile rich text editor for your projects? Look no further! Open Rich Text Editor is the next-generation solution designed to meet your needs. Whether you're a developer, content creator, or simply someone in search of a feature-rich text editing experience, our editor is here to elevate your work. While still in development, we're excited to announce that Open Rich Text Editor will be available free of charge for everyone!

Uses

"npm i open-rich-text-editor" will install Open RTE in your workspace.

import { OpenRteModule } from 'open-rte';

Import Module

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { OpenRteModule } from 'open-rte';

import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    OpenRteModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Call with template

Coppy below code and past in your template, do not forget to use config setting from next section.

<open-rte [config]="config" (editorData)="onTxtEditorData($event)"></open-rte>

Config

Open RTE config needs below config parms to work.

config= {
    id: "test-open-rte", height: 100, max_char: 1000, min_char:200, data: ""
}

Get OpenRTE data when change as below

onTxtEditorData(data: object) {
  console.log(data);
}

License and Agreement

Open Source and free for everyone.

Developer & Support

This library is developed and maintained by Indu Chaube. Please feel free to contact for help and support at prakash.indu@gmail.com.

About Author

A professional software engineer, experience in the software development industry, working with leading companies such as SAMSUNG and Cisco, I bring a wealth of knowledge and expertise to every project. As an idea broker, I excel at facilitating the translation of complex concepts into actionable plans that drive successful outcomes. My passion for technology and commitment to delivering innovative solutions make me a valuable asset to any team.