People in this thread may also find GmailTex useful. It's a browser plugin which enables using LaTeX syntax in Gmail and GChat.<p><a href="http://alexeev.org/gmailtex.html" rel="nofollow">http://alexeev.org/gmailtex.html</a><p>P.S.: This Socrates thing is pretty fantastic. Is there a keyboard shortcut for switching to the compiled view?
I tested it on Chromium (the FOSS version of Google Chrome), and in that browser, the math uses a much smaller font than the Firefox version. (Firefox looks "right.")<p>I'm using Linux Mint 14 (the most recent version), the default version of Chromium from the distribution's repo; all packages are up-to-date, and I don't have any browser extensions or any intense customization.
I recommend upgrading to the latest release of marked ( <a href="https://github.com/chjj/marked/tree/v0.2.8" rel="nofollow">https://github.com/chjj/marked/tree/v0.2.8</a> ). It has a few improvements as well as GFM tables.
This is cool. I wanted to do a blog post on some real estate appraisal topics, which requires math examples. Is this open source? Where I can I find socrates.io - it goes straight to the interface.
I wrote a LaTeX Markdown plugin as well, but it served a different purpose. It was geared for offline documents.<p><a href="https://github.com/justinvh/Markdown-LaTeX" rel="nofollow">https://github.com/justinvh/Markdown-LaTeX</a><p>It generates inline/base64-encoded images with a small file-cache for the generated images. Try it out!
I've been working on something just like this! It is a mashup of Ghost<john.onolan.org/ghost/>, and a editor like this. If you was to see the uncompleted version its here: <a href="http://quaz3l.github.com/ghost/g-admin/posts.html" rel="nofollow">http://quaz3l.github.com/ghost/g-admin/posts.html</a>
Oh man, this is really cool. Great job. I'm the co-founder of <a href="http://SpanDeX.io" rel="nofollow">http://SpanDeX.io</a> (which I see someone already commented about) and we love seeing this kind of stuff. Great to see LaTeX getting implemented in a really useful way!
I wish it had better support for live editing, but this is really a limitation of MathJax / TeX in general. Still, I wonder if it might be possible to improve the experience a bit by e.g. only updating when I close a $$ block, etc.