-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create custom top toolbar buttons #1838
Comments
Hi, @mwojcikowski! |
Hi @Nitvex! Could you elaborate more on the timeline? Not getting it in 2022 should be fine, I think. Could you elaborate more on the timeline? Would you say it's probable to get it done in Q1 2023? |
Sorry, but, unfortunately, we can not provide you a concrete deadline. Let's stay in touch. |
Hi @mwojcikowski, thank you for reaching out. We are thinking about possible solutions and are currently leaning towards the following one:
Does this sound like something you're looking for? Which exact functions you will need in API? |
As a Developer, I want to easily create custom buttons for the Ketcher application through configuration, so that I can extend the functionality of Ketcher with specific actions that are executed via JavaScript on a button click. Acceptance Criteria:
|
* Custom buttons draft * Fixed build and remove custom buttons to make sure tests are passing * Updated top toolbar snapshot
New AC are added, confirmed with @AlexanderSavelyev:
|
* Custom buttons draft * Fixed build and remove custom buttons to make sure tests are passing * Updated top toolbar snapshot
I'd like to be able to add custom top toolbar icon, which could be linked with certain functionality, preferably custom script.
Currently it looks like I'm only able to toggle on/off the preselected tools. It would be great if you could add more to the right or any other order specified in drawer config.
The click action should be able to grab the current selection so that the operations are performed only on certain bonds/atoms.
In particular I'm interested in setting Molfile reacting center status on bonds using single button click for all selected bonds. Now it requires at least 3 additional clicks, after the user has selected bonds.
The text was updated successfully, but these errors were encountered: