All Projects → yahch → kwig

yahch / kwig

Licence: other
KIWG is a WYSIWYG editor for WinForm based on summernote.

Programming Languages

HTML
75241 projects
C#
18002 projects

Projects that are alternatives of or similar to kwig

jodit-vue
Vue wrapper for Jodit Editor
Stars: ✭ 60 (+66.67%)
Mutual labels:  wysiwyg, richeditor
summernote-plugins
Some summernote plugins
Stars: ✭ 37 (+2.78%)
Mutual labels:  wysiwyg
vscode-markdown-editor
A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
Stars: ✭ 249 (+591.67%)
Mutual labels:  wysiwyg
wysihtml5-rails
A wysiwyg text editor for use in the Rails asset pipeline
Stars: ✭ 28 (-22.22%)
Mutual labels:  wysiwyg
ErrorControlSystem
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
Stars: ✭ 30 (-16.67%)
Mutual labels:  winform
phpjasperxml
This is a php wysiwyg report library
Stars: ✭ 37 (+2.78%)
Mutual labels:  wysiwyg
eclipse-asciidoctor-editor
An eclipse editor for asciidoctor files
Stars: ✭ 45 (+25%)
Mutual labels:  wysiwyg
cazary
jQuery plugin of WYSIWYG editor that aims for fast, lightweight, stylish, customizable, cross-browser, and multi-language.
Stars: ✭ 12 (-66.67%)
Mutual labels:  wysiwyg
vscode-md
VSCode markdown extension
Stars: ✭ 33 (-8.33%)
Mutual labels:  wysiwyg
summernote-templates
Summernote Toolbar Buttons to Add Page and Block Templates.
Stars: ✭ 21 (-41.67%)
Mutual labels:  wysiwyg
ed
Text editing with media widgets
Stars: ✭ 56 (+55.56%)
Mutual labels:  wysiwyg
bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io
Stars: ✭ 541 (+1402.78%)
Mutual labels:  wysiwyg
django-quill
Easily use Quill.js in your django admin.
Stars: ✭ 54 (+50%)
Mutual labels:  wysiwyg
yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+119.44%)
Mutual labels:  wysiwyg
draftjs-filters
Filter Draft.js content to preserve only the formatting you allow
Stars: ✭ 53 (+47.22%)
Mutual labels:  wysiwyg
tiny-editor
A tiny HTML rich text editor written in vanilla JavaScript
Stars: ✭ 58 (+61.11%)
Mutual labels:  wysiwyg
mead
Mead - Dead simple markdown editor for Windows, Linux and Mac
Stars: ✭ 20 (-44.44%)
Mutual labels:  wysiwyg
am-editor
A rich text collaborative editor framework that can use React and Vue custom plug-ins. 一个富文本实时协同编辑器框架,可以使用React和Vue自定义插件。
Stars: ✭ 542 (+1405.56%)
Mutual labels:  wysiwyg
RabbitMQDemo
🌵 基于EasyNetQ操作RabbitMQ的Demo项目
Stars: ✭ 75 (+108.33%)
Mutual labels:  winform
tui editor
Implementiert den TOASTUI Markdown Editor
Stars: ✭ 21 (-41.67%)
Mutual labels:  wysiwyg

KWIG

!!! NOT IN MAINTENANCED.but accept pr.

KIWG is a WYSIWYG editor for WinForm based on summernote.

Instructions:

  1. Add a reference to kwig.dll

  2. Add KEditor control to your form

  3. Buid & Run

Events:

// open file button event
Void OnOpenButtonClicked();
// save button event
Void OnSaveButtonClicked();
// Insert picture button event
Void OnInsertImageClicked();
// Editor loads success event
Void OnEditorLoadComplete();
// editor error event
Void OnEditorErrorOccured(Exception ex);

Attributes:

// editor version, same as summernote version number
KEditor.Version
// Set or get the editor Html content
KEditor.Html

Methods:

// editor clear reset
KEditor.Reset();
// insert html code
KEditor.InsertNode(string html)
// insert text
KEditor.InsertText(string text)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].