Synap Editor version 2.5.0 with improved DOC, DOCX and HWP import preview and table editing interface has been released.

Partial import feature for word type documents (DOC, DOCX and HWP) has been added and the improved excel function and table editing UXs will allow you more convenient use.

For more details, please refer to the below.

Major Improvements



1. Partial Import Feature for DOC, DOCX and HWP Has Been Added

var synapEditorConfig = {
	'editor.import.selectArea.word': true
};


2. Improved Excel Function Editing UX and UI


3. Improved Table Handle UX and UI


4. In Line with Text Feature for Image, Video and Layer Has Been Added



5. Automatic Hyperlink Insertion Option Has Been Added

var synapEditorConfig = {
	'editor.autoLink': true
};



6. Improved Expression for HTML TAG That Does Not Support Load HTML



7. Option to Maintain Div When HTML Is Imported Has Been Added

var synapEditorConfig = { 
	'editor.buildOption.html': {
		'peelOffDiv': true         // true by default: Filter the unnecessary div
	}
};



8. Option to Maintain Attribute When HTML Is Imported Has Been Added

var synapEditorConfig = { 
	'editor.buildOption.html': {
		'allowAttrList': ['attributename', 'attributename2', '...']
	}
};