-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support MathJax #8
Comments
@allenyllee, I have implemented preliminary MathJax support at commit 2737095. Since I'm not a MathJax guy, could you please test this beta on your end? I only tested with this page which you pointed out. If you have any issue please let me know the URL with exact selection (screenshots would be appreciated as this is important for debugging). Thanks. |
new beta (0.4.1) is available. |
@0x6b Awesome! very thanks! I think this is the first addon on firefox to support copy as markdown for MathJax. But I still find some bugs, here is the list:
issue1:derivative - Backpropagation with Softmax / Cross Entropy - Cross Validated unexpected line breakexpectedissue2:LDA(Latent Dirichlet Allocation)主题模型 - CSDN博客 unexpected messed listexpectedissue3:卷积神经网络(CNN)在句子建模上的应用 | Jey Zhang unexpected spaceexpectedissue4LDA(Latent Dirichlet Allocation)主题模型 - CSDN博客 unexpected messed list(multi-level)expectedissue5LDA(Latent Dirichlet Allocation)主题模型 - CSDN博客 unexpected: these lines can not be copiedexpected
|
@allenyllee much appreciate your efforts! Let me see. |
Also implement paragraphBeforeScriptNode rule to fix part of #8 (issue1).
issue2 seems to be difficult to fix with current addon implementation due to unexpected and ugly DOM structure. Still finding a way to mitigate the situation. |
Hi, could you merge this version (0.4.1) into current version (0.5.2)? Or I have to install these two versions, one for mathjax and one for update. Thanks! |
Alright @allenyllee. I will release this initial mathjax support as new release (possibly opt-in feature). Give me some time as I'm extreme busy recently. Thanks for your patience! |
Also implement paragraphBeforeScriptNode rule to fix part of #8 (issue1).
Hi @allenyllee, thank you for your patience. I've released v0.6.0. Grab the update from your Add-on manager, check Enable experimental MathJax support, then hit Save to enable this. Thanks! |
Finally, it is very handy for me, very thanks! |
From #1 (comment).
The text was updated successfully, but these errors were encountered: