This thing is certainly needed (vide this discussion: https://hackpad.com/New-scientific-markup-language-utAjFcYuv... ), but what would be really convincing is examples (or I am missing them?). As a side note, a lot of Markdown + LaTeX + Code can be done in IPython Notebook. (Though, there are some things absent, like referencing citations or other equations).
I read your link and, per my main comment, I'm pretty sure AsciiDoc answers 99% of your needs. http://www.methods.co.nz/asciidoc/#_overview_and_examples
A Scholarly Markdown
31–40 of 97 posts
Re: A Scholarly Markdown
#32Earlier quoted context omitted.
The way I see it, the main feature is being able to plug math formulas in, rather than formatting documents. It allows you to focus on your content (one feature of Markdown) while still being able to write mathematics.
"It allows you to focus on your content (one feature of Markdown) while still being able to write mathematics." That's what LaTeX does too. Its markup, generally, is semantic.
Re: A Scholarly Markdown
#33Earlier quoted context omitted.
I read your link and, per my main comment, I'm pretty sure AsciiDoc answers 99% of your needs. http://www.methods.co.nz/asciidoc/#_overview_and_examples
Cool! Any examples of using AsciiDoc for math or scientific notes? (I.e. with formulae, references...)
http://www.noteshare.io/section/the-fundamental-class-of-projective-space
http://asciidoctor.org/docs/user-manual/#using-multiple-stem-interpreters
http://www.methods.co.nz/asciidoc/latex-filter.html
http://dblatex.sourceforge.net/example/dblatex/example_mathml.pdf
As for references, it has it's own lightweight bibliography system out of the box, but there's a plugin[0] for BibTeX too, and DocBook has full-on support for BibTeX so it's just a matter of tooling. AsciiDoc gives you DocBook, and DocBook gives you pretty much everything.[1] The whole thing is completely extensible at multiple levels (macros, XSL stylesheets), so adding any essential features it doesn't already have is certainly much simpler than starting from scratch! [0]: https://github.com/petercrlane/asciidoc-bib
[1]: http://pub.hdcrd.com/kb/Dev/Documention/LaTeX/Tool/Dblatex%20%28DocBook%20to%20LaTeX%20Publishing%29/0.3/manual.pdfRe: A Scholarly Markdown
#34Why? This really feels like cramming a square peg into a round hole. Anytime anyone wants something more complex than simply lightly formatted text they will have to use other tool (LaTeX), so why not just use LaTeX in the first place?
Re: A Scholarly Markdown
#35My spontaneous reaction is: Why don't use the existing MediaWiki syntax? It has gone through the test of years (decades?) of real-life needs, has support for (latex) formulae, everything you might need around images and references etc, one of the most powerful template systems I've ever seen, and the list goes on and on. Additionally there is a very stable, performant and flexible reference implementation implemented…
Nobody likes MediaWiki syntax, not even its own users. It's awful. The only reason it's still used at Wikipedia is because there's too much content to reasonably convert.
Re: A Scholarly Markdown
#36Of course, having spent the past few months writing an app that basically reinvents this same wheel (http://www.eqeditor.com/writer/) I suppose I'm in good company.
Re: A Scholarly Markdown
#37Earlier quoted context omitted.
I'm in fundamental disagreement with the principle behind CommonMark. They prioritize standardization over practical usability, and for that reason people will keep splintering markdown. For example, they do not plan to add syntax highlighting blocks (the ```some code``` on GitHub) to their implementation, because they believe that it is outside the scope of markdown. Then, because a lot of people actually need this…
"For example, they do not plan to add syntax highlighting blocks (the ```some code``` on GitHub) to their implementation, because they believe that it is outside the scope of markdown." To correct the record, fenced code blocks have been there from the beginning: http://spec.commonmark.org/0.18/#fenced-code-blocks .
Re: A Scholarly Markdown
#38Alot of interesting work, judging from the site, but this still feels like reinventing the wheel to me. In addition to AsciiDoc, there's MultiMarkdown ( http://fletcherpenney.net/multimarkdown/features/ feature list is nearly identical), and probably another 3-4 that I haven't come across. Of course, having spent the past few months writing an app that basically reinvents this same wheel ( http://www.eqeditor.com/wri…
Re: A Scholarly Markdown
#39Re: A Scholarly Markdown
#40There should be a nice ScholarlyMarkdown -> LaTeX cross compiler for starting simple documents in TeX and then sharing with collaborators (pick some obvious defaults or allow a config file to get fancy). But more importantly, if I am joining a project that already has a bunch of LaTeX wizardry going on, I should be able to seamlessly and implicitly edit the text parts in ScholarlyMarkdown without my collaborators knowing.
Can ScholarlyMarkdown do this? If not then I'm not really interested.