Ruzal Sitdikov263 downloadsPerform chemical substructure searches across your Obsidian vault.
Chemical substructure search plugin
Vault-wide chemical substructure search and inventory management. Perform vault-wide substructure searches, track physical container stock.
Add physical containers to your local database without relying on external web portals:
#inventory and populated with structured YAML metadata (CAS, Barcode, Location, Supplier, Expiry).Run essential calculations instantly without an internet connection using the built-in offline atomic weight engine:
Calcd for C7H8: C, 91.25; H, 8.75. Found: [ ]).To use the structural drawing features (Substructure Search), you must install one of the compatible chemical drawing plugins:
If a drawing plugin is not installed, ChemSearch will fall back to accepting manual SMILES string inputs.
Because ChemSearch saves your inventory with structured YAML and the #inventory tag, you can build powerful dashboards using the Dataview plugin.
View your entire inventory:
TABLE cas AS "CAS No.", supplier AS "Supplier", container_size AS "Size", mw AS "MW"
FROM #inventory
SORT name ASC
Track expiring reagents:
TABLE expiry_date AS "Expiry", location AS "Location"
FROM #inventory
WHERE expiry_date != null
SORT expiry_date ASC
Manual Installation:
main.js, manifest.json, and styles.css (if applicable) from the Releases page.chemsearch inside your vault's .obsidian/plugins/ directory.ChemSearch focuses on substructure searching, inventory management, and offline chemoinformatics. Depending on your workflow, you may also find these Obsidian plugins useful:
| Plugin | Description |
|---|---|
| ChemEdit | Native chemical structure editor and viewer powered by Ketcher and SmilesDrawer. |
| ChemEdit Universal | Cross-platform (Desktop & Mobile) chemical structure editor. |
| Chem | Render SMILES structures locally using SmilesDrawer and RDKit.js. |
| LaTeX Suite | Makes writing chemistry equations easier with LaTeX packages such as mhchem and chemfig. |
| TikZJax | Render TikZ diagrams directly inside Obsidian, including figures created with chemfig. |
MIT License.