-
Notifications
You must be signed in to change notification settings - Fork 2
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
MarkdownPanel no longer works on MatLab 2021 or older. #1
Comments
I just released v2.0.0 which should work on newer versions of MATLAB. Let me know if it works for you, thanks! |
It's working on my R2022a. Thx u for that. |
Thanks for the feedback, I'm working on a GUIDE version now and should have one to test out in the next day or two. Ideally it will allow the user of either |
@DoHaiSon I just pushed v2.2.0 to the File Exchange which reverts to using GUIDE but also ensures support for recent versions of MATLAB. If you can try it out and let me know how it works for you, I would appreciate the feedback. Thanks |
Thx Jonathan, For R2022a, the new version seems to clearly improve the performance when it loads the demo function. At least two times faster. |
On that machine are you able to download the following file? https://cdn.rawgit.com/showdownjs/showdown/1.3.0/dist/showdown.min.js |
Oh, I see. That machine cannot automatically download the .js file from the internet like R2022 can do. |
Dear author,
I'm happy to find out your repo.
However, from what I have, your util is not working on MatLab 2021 and 2022.
I check that It's working on MatLab 2018,
But on MatLab 2021,
MarkdownPanel.demo()
is stuck at rendering HTML output.On MatLab 2022, this error appears instantly:
The error caused by
self.htmlComponent.executeScript(jscript);
, the method executeScript no longer exists on MatLab 2022.So could you please update your script, I found a new uihtml that intro by MatLab (Introduced in R2019b): https://www.mathworks.com/help/matlab/ref/uihtml.html
But I need something like your script which is written in Java and support from 2014 and older.
The text was updated successfully, but these errors were encountered: