Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/froala/wysiwyg-editor-dotnet-sdk
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
https://github.com/froala/wysiwyg-editor-dotnet-sdk
froala-editor rich-text-editor wysiwyg wysiwyg-dotnet wysiwyg-editor wysiwyg-html-editor
Last synced: 2 days ago
JSON representation
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
- Host: GitHub
- URL: https://github.com/froala/wysiwyg-editor-dotnet-sdk
- Owner: froala
- License: mit
- Created: 2016-11-22T19:24:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T10:33:42.000Z (10 days ago)
- Last Synced: 2025-01-08T18:07:26.574Z (10 days ago)
- Topics: froala-editor, rich-text-editor, wysiwyg, wysiwyg-dotnet, wysiwyg-editor, wysiwyg-html-editor
- Language: JavaScript
- Homepage: https://www.froala.com/wysiwyg-editor
- Size: 4.9 MB
- Stars: 28
- Watchers: 10
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Froala WYSIWYG Editor .NET SDK
Easing the [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-editor) server side integration in .NET projects.
## Dependencies
.NET Core 1.0 or .Net Framework version 4.5.2+ is required.
## Installation
1. Clone this repo or download the zip.
2. Load `src` project directory in your project and import it.
3. To run .NET examples:
* Open `FroalaEditorSDK.sln` in Visual Studio.
* Run `demo` or `demo-core` project.## Import lib
* Visual Studio -> Right click on your project -> Add -> Reference... -> Select `src` project.
## Documentation
* [Official documentation](https://www.froala.com/wysiwyg-editor/docs/sdks/dotnet)
## Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? [Contact Froala Support team](http://froala.com/wysiwyg-editor/contact).## License
The Froala WYSIWYG Editor .NET SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.
Froala Editor has [3 different licenses](http://froala.com/wysiwyg-editor/pricing) for commercial use.
For details please see [License Agreement](http://froala.com/wysiwyg-editor/terms).