Ruzal Sitdikov143 downloadsChemistry and molecular 3D viewer. Visualize proteins, molecules, and chemical structures from PDB, CIF, MOL, SDF, XYZ, and other formats.
Bring interactive 3D molecules to Obsidian.
ChemRender3D brings the Mol* molecular viewer directly into your vault. Visualize and explore proteins, crystal structures, and small molecules without leaving your notes.
.pdb, .cif, .mol, .sdf, .xyz, and other supported molecular files.🗂️ New Feature: Folder Grid Preview Want to see all your molecules at a glance? You can now generate a beautiful, responsive gallery of all 3D molecules in a specific folder. Just use this code block:
```3dmol-grid
folder: Assets/Molecules
```
example:
Embed a supported file directly in your note:
![[hemoglobin.pdb]]
![[caffeine.sdf]]
ChemRender3D automatically replaces the file embed with an interactive 3D viewer.
Use a 3dmol code block:
```3dmol
CC(=O)OC1=CC=CC=C1C(=O)O
```
Note: The 3D coordinates from SMILES are generated for visualization and are not intended for geometry optimization or computational analysis.
Alternatively, reference a molecular file inside a 3dmol block:
```3dmol
[[aspirin.mol]]
```
ChemRender3D is powered by Mol*, an open-source toolkit for visualization and analysis of large-scale molecular data.