epam / ketcher

Web-based molecule sketcher
https://lifescience.opensource.epam.com/ketcher/demo.html
Apache License 2.0
505 stars 174 forks source link

Hope to have functions that can extract Solvents(molcule) or Catalyst or Temperture(text like object) of Reaction #1523

Open Pandaaaa906 opened 2 years ago

Pandaaaa906 commented 2 years ago

image

Is your feature request related to a problem? Please describe. might be something related with #1404 when we drawing a reaction, we used to draw solvents(molcule) or catalyst or temperture above the arrow to distinguish reactants, like above

we would like to have some functions could recognize those structs or text above reaction arrows, either generate Image, generate cml format, or other formats

Pandaaaa906 commented 2 years ago

So at this point, to achive my desired feature, we might have to parse our own data from ketcher.editor.struct() right?

Alena-Guznischeva commented 2 years ago

Hi @Pandaaaa906,

we've included the ability to assign and distinguish reactants and reaction conditions to the Ketcher roadmap to definitely implement it in one of the future versions. Right now you can use existing abilities to create Text or molecule above the arrow. As you've mentioned they can be retrieved using ketcher.editor.struct() Let us know if any other questions will appear.

Regards, Ketcher team