-
Notifications
You must be signed in to change notification settings - Fork 330
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
Markdown not shown on Linux #83
Comments
I confirm that both of these issues persist on Linux but not on Windows. This must be an issue with wxpython. |
I did not bind any event on "Snap, Load, >>" yet, [snap] is designed to snap the current status, and [load] to reload the status snapped befor. about the markdown not show on linux. may be because the 'math supportting' befor, I found the js did not run withing the SetPage, So I write the html to a file (in imagepy/data/index.html, and delete it when form loaded). so does your path need a sudo? |
It's OK that there is no action for Yes, I observed that you write into |
I would have a look when I use linux next time. |
I test markdown works on Mac. did you install python-markdown-math? |
Unfortunately, I couldn't try it because the demo file throws an error: 'WebView' has no attribute 'MSWSetEmulationLevel' This is because I have wxPython version 4.0.7.post2, and |
Markdown files are not rendered on Linux. The title of the wxwidgets window is shown but not the content. No exception is thrown. I observed that both the LoadURL method
imagepy/imagepy/ui/mkdownwindow.py
Line 54 in c0804fa
imagepy/imagepy/ui/mkdownwindow.py
Line 55 in c0804fa
I am not sure whether it's related but clicking on the icons (
Snap
,Load
,>>
, and the user-defined buttons) in a Workflow has no effect, as if the callback was not called. However, the mouse-over works: the documentation box is updated.The text was updated successfully, but these errors were encountered: