TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mdmath – LaTeX Math for Markdown inside of Visual Studio Code

225 pointsby fangoover 8 years ago

18 comments

nerdponxover 8 years ago
I wonder if Pandoc being written in Haskell is what's stopping it from being the default Markdown engine everywhere. Or am I misunderstanding the technical needs here?
评论 #13222344 未加载
评论 #13222446 未加载
sabootover 8 years ago
Oh man, this is PERFECT for me. Previously I would just run VS Code and periodically build my current markdown document while writing LaTeX in it, and have a browser window refresh on changes (using the LivePage addon for Chrome). This saves a lot of trouble for me, very excited!
wangchowover 8 years ago
Very awesome. However, the $ signs indicate financial stuff. It would be nice to have a different delimiter like the code blocks use back-tics. For example using back-ticks couple with single-quotes? It doesn&#x27;t work since it clash with the code block just for example more legible:<p>`&#x27; x^2 + 4<i>x + 4 &#x27;`<p>Remember: the whole idea behind markdown is it should be </i>first and foremost* legible from plain-text. One idea behind typography is it shouldn&#x27;t be noticed at all to the reader.
评论 #13222702 未加载
评论 #13222964 未加载
评论 #13222790 未加载
评论 #13227456 未加载
评论 #13223769 未加载
IshKebabover 8 years ago
I have looked into markdown editors a lot, and the best I found was this plugin for Atom:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shd101wyy&#x2F;markdown-preview-enhanced" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shd101wyy&#x2F;markdown-preview-enhanced</a><p>I know Atom kind of sucks, but this plugin is amazing. Mostly because it supports PlantUML which is also amazing.<p>Highly recommended.
评论 #13225546 未加载
nowover 8 years ago
Couldn’t you just write your “LaTeX Math” for LaTeX instead?
评论 #13224381 未加载
pflatsover 8 years ago
This is really cool for quick things, but for anything short of quick notes, I don&#x27;t want to have to manually number my equations. I generally don&#x27;t write top-to-bottom, I write subsections at a time.<p>Labels seem straightforward enough, but I&#x27;m at a loss for a markdown-y way to do a ref.<p>$$\exist 0 \in R \mathrm{s.t.} a + 0 = a \forall a \in R$$ (eqn:addid)<p>In addition to a zero as per (*eqn:addid), one must also show the existence of an inverse.<p>It&#x27;s decent, but I don&#x27;t love it. And further overloading the splat will be miserable.
akvarover 8 years ago
Oh wow! Man this is so rad. This can help me kick my dependence on Typora &#x2F; Dropbox Paper for class notes and continue the VSCode loving.
karldingover 8 years ago
I&#x27;ve been using the free-tier of Classeur [1] for taking notes during class, which I then export to a PDF. It&#x27;s basically an online Math&#x2F;Mardown editor with pretty much the same feature-set.<p>Maybe I&#x27;ll try this out and see how I like it.<p>[1] <a href="http:&#x2F;&#x2F;classeur.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;classeur.io&#x2F;</a>
nickysielickiover 8 years ago
Neovim users can do something similar:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;donRaphaco&#x2F;neotex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;donRaphaco&#x2F;neotex</a><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=zCdDgtlBaTU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=zCdDgtlBaTU</a>
jwtadviceover 8 years ago
This is wonderful. However, I always loved markdown because of its being so simple and fast.<p>Isn&#x27;t Latex Turing-Complete?
评论 #13223394 未加载
评论 #13223076 未加载
rkevingibsonover 8 years ago
Surprised I haven&#x27;t seen anyone post Markdeep here yet: <a href="https:&#x2F;&#x2F;casual-effects.com&#x2F;markdeep&#x2F;" rel="nofollow">https:&#x2F;&#x2F;casual-effects.com&#x2F;markdeep&#x2F;</a><p>Seems to cover a lot of the same ground, though it&#x27;s not restricted to visual studio code.
lenkiteover 8 years ago
I really wish the author had chosen asciidoc which has well defined semantics for latex math incorporation and also supports asciimath
S4Mover 8 years ago
That&#x27;s neat, but I managed to do something similar (except for the graphics, I haven&#x27;t tried that) with Markdown + Mathjax.
评论 #13222697 未加载
kevinwangover 8 years ago
Is there a latex editor that can show the end product side by side while you&#x27;re writing the document?
评论 #13222603 未加载
评论 #13222984 未加载
评论 #13223789 未加载
评论 #13223034 未加载
评论 #13222588 未加载
评论 #13222573 未加载
评论 #13223583 未加载
评论 #13222754 未加载
评论 #13222575 未加载
评论 #13222618 未加载
smilekzsover 8 years ago
Nitpick: Title should indicate VSCode
carlcortrightover 8 years ago
Can someone do this for atom?
mrcactu5over 8 years ago
i would appreciate something like this for Atom.
legulereover 8 years ago
doesn&#x27;t understand \boldsymbol :&#x2F;