线上分子式编辑器
本站网上收集了几款常见的开源分子式编辑器,能够满足日常科研文稿编辑,点击链接即可线上使用,由于编辑内容都存储在本地浏览器,请注意定时保存文件:
ketcher编辑器
- 目前比较好用的插件,可以导入/导出各种常用的文件格式,版面整洁合理。插件加载有点慢,请耐心等待一会。
JSME编辑器
- 小巧且功能插件可调,导入导出方便。
帮助教程
molview2D/3D分子模型
- 功能强悍,模型可以内嵌网页,且可以查询分子相关信息。
kekule化学工具
- 自由的编辑分子式,导出为svg等格式。
indraw结构式在线编辑软件
- 该司提供的免费线上使用,非开源,导出的格式比较少,可绘制实验仪器,比较类似chemoffice,中文支持比较好,该司也有商业版的电子实验本和线上商城。
marvinjs分子式
- 免费使用,界面前卫,支持的格式也比较多,group比较全,平面3D效果也很炫。
在线化学结构编辑器
- 使用体验挺好,界面简洁,该有的常见功能都有。
示例页面:
JSME_minimal.html
minimalistic example how to incorporate JSME into a web page
JSME_test.html
Example containing description of various program options
JME_to_JSME_simple.html
Adapt a page with the JME Java applet to use JSME
JME_to_JSME.html
Adapt a page with the JME Java applet to use JSME
JSME_dnd_demo.html
Example illustrating JSME drag-and-drop capabilities
JSME_atom_highlight_demo.html
Example of atom highlighting
JSME_smiles_atom_highlight.html
Example of atom highlighting inside a SMILES
JSME_chemical_resolver_demo.html
JSME can communicate with the
Chemical Identifier Resolver service
at NIH and automatically retrieve pasted molecules
JSME_callback_and_mark.html
JavaScript callback for structure modification. Atom marking
JSME_access_internal_data.html
Access the chemical data of the structures and reactions depicted in the editor
JSME_resize.html
Resize the applet
JSME_autoresize.html
Resize the applet when the window size changes
JSME_depict_smiles.html
JSME in depict mode initialized with a SMILES
JSME_Rgroups.html
Handling of R groups
JSME_depict_edit_toggle.html
Toggle between depict and edit mode
JSME_smiles_atom_highlight.html
Show SMILES with atom highlight
JSME_depict_action.html
Depict mode with action enabled dynamically
JSME_additional_data.html
JSME_save custom data into atoms and bonds, custom background coloring
JSME_parent_and_metabolites.html
Setup for metabolites generation that uses custom templates
JSME_template.html
Creation of custom templates
JSME_template_aminoacids.html
Attempt to create a peptide builder
JSME_functional_group_coloring.html
Show how to create a custom background color palette for atoms
JSME_alternative_look.htmll
Customization of the JSME look
JSME_custom_x_shortcuts.html
Create custom keyboard shortcuts
JSME_inchi_direct.html
Show how to use the provided InChI library
JSME_inchi_direct_interactive.html
Another example to show how to use the provided InChI library
JSME_test_api.html
Test JSApplet.JSME.replaceAllAppletsByJSME
JSME_SVG.html
SVG generation
JSME_editor_plus_SVG.html
SVG generation
JSME_hidden.html
JSME in a hidden div
JSME_dojo.html
Example showing how to dynamically load JSME with another dynamic loading library