cheminfo / openchemlib-js

JavaScript port of OpenChemLib
https://cheminfo.github.io/openchemlib-js/index.html
BSD 3-Clause "New" or "Revised" License
71 stars 21 forks source link

Expose Generic* stuff to JavaScript #136

Open targos opened 1 year ago

targos commented 1 year ago
### Tasks
- [ ] Improve custom cursors (they are too big + do not support dark mode)
- [ ] Implement dark mode
- [x] Fix bug with toolbar button highlighting
- [ ] Implement dialogs
- [ ] Create custom elements / shadow root (dialogs and main element)
- [ ] Include documentation as self-contained HTML
- [ ] Implement popup menu
- [ ] Center dialogs on editor div
- [ ] Implement drawRectangle
- [ ] Change highlight colour to blue
- [ ] Dialog: OK on the right
- [ ] Copy RXN to clipboard
targos commented 1 year ago

To do after https://github.com/cheminfo/openchemlib-js/pull/135