Live data from Hacker News

Myst Markdown – Markdown for technical/scientific document

mystmd.org

11–20 of 47 posts

Re: Myst Markdown – Markdown for technical/scientific document

#11
post #4

After reading the introductory page, I don't see any benefit over Quarto, and in fact some limitations in comparison.

I was going to ask about comparison with quarto. I just managed to get a good quarto setup with typst to typeset documents and I'm curious about this alternative.

Re: Myst Markdown – Markdown for technical/scientific document

#12
Is there a way to write a myst markdown file for one page, a tex file for another linked page, and have them both compile to html seamlessly? I have been doing this with markdown + pandoc for my web page, and I wonder if there is something richer than plain markdown to use for my non-latex content.

Re: Myst Markdown – Markdown for technical/scientific document

#13
I note that it provides a different dialect of md compared to Obsidian, especially the syntax for admonitions. If one would stray that far, why not AsciiDoc?

Myst provides an AST-spec, but I doubt it would be easy to integrate that into Obsidian. Maybe other can shed light on it?

Re: Myst Markdown – Markdown for technical/scientific document

#16

I note that it provides a different dialect of md compared to Obsidian, especially the syntax for admonitions. If one would stray that far, why not AsciiDoc? Myst provides an AST-spec, but I doubt it would be easy to integrate that into Obsidian. Maybe other can shed light on it?

Instead of AsciiDoc, it originates from the Sphinx/ReStrucuredText ecosystem. See https://mystmd.org/guide/background

Re: Myst Markdown – Markdown for technical/scientific document

#17
post #3

No relation to the best-selling 90's PC game "Myst", in case anyone was wondering like I was.

I miss playing that game. My father bought the special edition which came with a journal that you could write your notes in it. And we played together taking notes and figuring out the puzzles.

Re: Myst Markdown – Markdown for technical/scientific document

#19
post #3

No relation to the best-selling 90's PC game "Myst", in case anyone was wondering like I was.

I miss playing that game. My father bought the special edition which came with a journal that you could write your notes in it. And we played together taking notes and figuring out the puzzles.

I really enjoyed the recent VR remaster re-release of Riven.

Re: Myst Markdown – Markdown for technical/scientific document

#20
As a notorious Markdown critic, I have to say, their syntax really looks like a decent attempt of support for technical and scientific documents. Having used reStructuredText for a thesis with a lot of bells and whistles, and having used org-mode mostly ever since, I am not just admitting it willy-nilly. Then of course some of its syntax and syntax concepts are straight out of reStructuredText's book, so it makes sense, that it would inherit the capabilities as well.

What I haven't seen at a quick glance is the ability to link to any place in the document (sink) from withing the document itself (source). Maybe I did not look far enough in the examples. reStructuredTex can do this, and org-mode can do that too. And I don't mean just linking to existing headings. The other required things like footnotes and citations and so on seem to be there. Now if this reaches mainstream and we start writing documentation in it, there is great potential to have finally good documentation, not limited by the likes of github markdown. Of course same is true for reStructuredText and org-mode. From that perspective, one could ask, why yet another format was necessary, rather than improving tooling for lets say reStructuredText.

Post reply on HN