partridgejiang / Kekule.js

A Javascript cheminformatics toolkit.
http://partridgejiang.github.io/Kekule.js
MIT License
250 stars 61 forks source link

get data into smilee format from ckeditor text area using kekule cdn. #118

Open Aksh0377 opened 5 years ago

Aksh0377 commented 5 years ago

I am using CKEditor plugin with Kekule cdn, when I draw a chemical structure and try to save it as smilee format it downloads the file, instead, I want that file to give data in smilee format when i fetch text from ckeditor.

partridgejiang commented 5 years ago

A easy approach is just copying the text content in the "save as" dialog then pasting it into CKEditor?