Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syncfusionexamples/blazor-rte-paste-cleanup

The Rich Text Editor includes a feature for pasting content from Microsoft Office or other websites, filtering out unnecessary formatting like styles and attributes. This ensures seamless integration with the document's structure.
https://github.com/syncfusionexamples/blazor-rte-paste-cleanup

blazor blazorwebapp paste-cleanup rich-text-editor

Last synced: 29 days ago
JSON representation

The Rich Text Editor includes a feature for pasting content from Microsoft Office or other websites, filtering out unnecessary formatting like styles and attributes. This ensures seamless integration with the document's structure.

Awesome Lists containing this project

README

        

# Blazor-RTE-Paste-Clean-up
A quick-start project that helps you how to enable Paste Clean-up in Blazor Rich Text Editor Component.

Online examples: https://blazor.syncfusion.com/demos/rich-text-editor/paste-cleanup?theme=fluent

# Project prerequisites
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.

# How to run this application?
• To run this application, you need to first clone the blazor-rte-paste-cleanup repository and then open it in Visual Studio 2022.

• Register the syncfusion license key in the Program.cs file, if you have any doubts check the documentation link: https://blazor.syncfusion.com/documentation/getting-started/license-key/how-to-register-in-an-application

• Now, simply build and run your project to view the output.