This project generates 2D and 3D chemical structure flashcards for consumption with Anki.
- 2D rendering (SmilesDrawer)
- Substructure highlighting
- 3D rendering (3dmol)
- ESP maps
- Fetch from Pubchem API
- Works with Ankidroid and desktop Anki
- Caches results from PubChem
TODO
I didn't streamline the installation yet because I originally created this project as a personal project.
- Clone the repo
npm install
npm run build
dist/
contains minified HTML that should be copy-pasted to Anki.
I promise I will fix this mess.