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

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



5. Automatic Hyperlink Insertion Option

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

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



8. Option to maintain Attribute When HTML is Imported

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