-
Notifications
You must be signed in to change notification settings - Fork 6
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
plugin request : Action Bar #70
Comments
Hi Kevin, thanks for the request! I will give it a try! Edit: Let's see how it goes: imjoy-team/ImageJA.JS@dc76d11 |
Thanks Wei that was fast! Sorry I tried things from there but I don't really know what I'm doing right now x) |
I will need to trigger the CI rebuild on this repo, then you will get it at ij.ImJoy.io |
That's awesome! |
@kwolbachia It's now deployed, however, due to browser caching you need to use incognito mode in Chrome to open https://ij.imjoy.io There is another issue, I got an error and it seems that actionbar try to save to @mutterer Can we save it to another path? E.g. you can write to |
There is one problem, I didn't see that the github rep of Action Bar is not udated, the real last version is there : |
Ok, I will update that then. |
Hi @oeway @kwolbachia , |
@kwolbachia I just updated: imjoy-team/ImageJA.JS@3c8924c Will take some time to comiple and then I will trigger an update on imagej.js site. |
Thanks again @oeway ! |
@kwolbachia It's ready now. @mutterer With the latest version we still get the error with "Erro Install Action Bar in plugins/ActionBar/" mostly due to the reason I mentioned above. Do you have any idea on how to fix that? |
This is awesome, the fromString way work perfectly! : http://tiny.cc/imagejJS_ActionBar |
Hi @oeway , |
Hi @oeway, @kwolbachia enabling writing action bars to /files/ could be made to work, but I don't think it makes a lot a sense, as those would be lost across browser sessions. I'd rather suggest replacing the createAB.txt macro content by a simple message to the Log window that in ImageJ.JS, the recommended method to create ActionBars are to host the bar code on e.g. github. and maybe point to some example code: The createAB.txt could be:
Either please replace the file above, or let me know where I can make the PR. Thanks! |
@mutterer @kwolbachia The incognito mode won't be needed if I bump there version, and I just did it, could you try it and see if it works? You might need to refresh the page once. |
Hi @oeway, |
Hi @oeway , |
Hi @oeway |
Hello,
I think the Action Bar plugin would be very usefull for tool sharing and testing via imageJ.js
it creates personnalized buttons that can run macros or beanshell scripts.
the bars can be integrated to imageJ main bar or sticked to opened image or free floating.
it has the possibility to generate a bar from a simple string , for example optained from a raw gist URL.
It really is a great way to make macro scripts user friendly!
links :
https://figshare.com/articles/dataset/Custom_toolbars_and_mini_applications_with_Action_Bar/3397603/12?file=26749979
https://github.com/mutterer/ActionBar
and an example bar that I'd like to share in imagej.js
https://forum.image.sc/t/new-tool-colorblind-bar/53634
Hope you'll like the idea,
Best,
Kevin
The text was updated successfully, but these errors were encountered: