Wei Ouyang

Results 197 comments of Wei Ouyang

> @oeway the issue related to the FileFontStrike class was solved with today's build of cheerpj: 20200831 Thank you! I confirm that it works now.

I just tired 20200831, it seems the touch support haven't change much, the menu item still not clickable, buttons as well (NOTE: many of the generated buttons are actually ``).

Hi, thank you for your interest in using the tool. I am not sure what cause the crash, can you try with another browser? say FireFox for Android? Getting a...

Thanks for reporting, also noticed that on iOS. I might be able to set some css rules to fix this. Will let you know. On Mon 9 Nov 2020 at...

OK, thanks for the report, I have reported the issue to cheerpj. In the meantime, I can bring the swing menu back.

@mutterer This issue has been partly fixed with the latest version (reload twice), at least for the dev menu, it won't go outside the screen. I will leave this issue...

Hi @mutterer I think that's a great idea! We can basically automatically wrap the imagej macro/commands/plugins into modules. I had this demo plugin for blockly you might have seen before:...

Thank you @LauLauThom We will need to fix this by using another syntax highlighting library, one of the candidate is [prism](https://prismjs.com/). Please expect some delay on this issue, but I...

I started [this branch](https://github.com/imjoy-team/imagej.js/tree/use-prism-live) a while ago, the goal is to use prism-live to replace codemirror. @gywgithub could you take a look at this issue?

I made a new code editor here: https://ij.imjoy.io/?plugin=https://gist.github.com/oeway/9c78d23c101f468e723888d05b6fac6d# Our previous solution was to use js/css/html to patch the generated code editor, it's really painful to work. Despite a lot of...