-
When I use smiles to generate structs,i use this function:
Kekule.OpenBabel.enable(() => {
chemComposer.getEditor().setChemObjData('{"format": "smi", "data": "'+ smiles +'"}');
});
it will lo…
-
## Steps to Reproduce
1. Go to demo site: http://partridgejiang.github.io/Kekule.js/demos/demoLauncher.html?id=chemEditor
2. Clear out the canvas to make it empty
3. Create the molecule:
![imag…
-
Hi, We are trying to load rxn (reaction files) and v3000 files via the chem composer. the file is loading but the molecules are pushed to bottom left corner and garbled. do you now what could be the r…
-
Any plan in supporting SVG output in the near future?
_
-
Hi
Tried to insert a 3D model through moodle atto editor plugin. It inserts base64/png with black background. But the image is static and does not allow to rotate the image. Probably Three.js is not …
-
Currently MMSchema does not handle multi-conformers (whereas OpenFF toolkit does). What is the best way to handle this disrepancy?
1 - Add another dimension to `Molecule.geometry` ? This would make…
-
Hi there,
I might have found a small bug. When I use these smiles as input to load, let Kekule draw them and then output/save as a SMILE again, the SMILE-code changes:
`CC\C=C/CC` changes to `CC/C…
-
I am working on a project with the Eshelman School of Pharmacy at UNC, and we were considering using your open-source Kekule.js(specifically the Chem Composer).
I want to find the location of the …
-
When an electron pushing arrow is started on a lone pair, the arrow object is an Arc in the object inspector and in the exported JSON. I think it should be an ElectronPushingArrow. In addition it wo…
-
If you customize the Chem Composer to only have some of the Style Tool Components, the manipulate and atom buttons start throwing errors in the console log. Using the manipulate button also causes wei…