Altarok228 downloadsRenders SMILES chemical notations as crisp SVG diagrams.
Chemtrails is a lightweight, zero-overhead Obsidian plugin that renders SMILES (Simplified Molecular Input Line Entry System) chemical notations into crisp, responsive vector SVG diagrams natively within your notes.
Huge credit goes to smilesDrawer of the reymond-group. My contribution simply serves to bridge the gap to Obsidian.
For a full documentation on how your molecules get drawn, read their README.md. Feel free to read their original paper published by the Journal of Chemical Information and Modeling: 10.1021/acs.jcim.7b00425
smiles — no external image generation servers or APIs required.
Simply wrap any standard SMILES string inside a smiles Markdown code block:
```smiles
CN1C=NC2=C1C(=O)N(C(=O)N2C)C
```