rdkit-js icon indicating copy to clipboard operation
rdkit-js copied to clipboard

A powerful cheminformatics and molecule rendering toolbelt for JavaScript, powered by RDKit .

Results 96 rdkit-js issues
Sort by recently updated
recently updated
newest added

# npm i @rdkit/rdkit, future directions Preparing [slides](https://docs.google.com/presentation/d/1PeFYr8eW7n9n0UpVlaxBr_QLfU3A4UFRelbnil3EVj8/edit?usp=sharing) for [RDKit UGM 2023](https://github.com/rdkit/UGM_2023) got me thinking more seriously about this project's future directions. While there was not a lot of hands...

epic

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** I want to a activate dark mode or any type of dark background with...

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** I wish to draw some polygons using rdkitjs like in the image below. In...

**Is your feature request related to a problem? Please describe.** We can only use `RDKit.js` inside a web worker in a legacy way: ```js // worker.js, a classic worker importScripts("./RDKit_minimal.js")...

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Right now, it looks like rdkit-js only have the ability to do the Substructure...

I've been struggling to get running the javascript example on the documentation. As it is well known, since [ES2022](https://262.ecma-international.org/13.0/#prod-AwaitExpression), we can use [top level await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#top_level_await) in javascript [modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). I can...

Do you have a version of rdkit-js that is strictly javascript that does not require a wasm-module? I currently use smiles-drawer, however it lacks many features that rdkit-js has.

Hi @ptosco. Any chance of access to the atoms and their properties? Specifically, I am developing an application that does a SMARTS match and then looks at the matching atoms....