Markdown software recommendation WYSIWYG What You See Is What You Get

I am now going to document the large SoilWater-ToolBox SoilWater-ToolBox by attempting to use Documenter and I am looking for a Markdown software free or paid. I use VsCode but there does not seem to be any extensions which will meet the following requirements.

  • Can handle LaTex
  • User friendly where one can easily see all the different format options
  • Allows personalisation of the website
  • WYSIWYG

Many thanks for providing me your preferences?

Pick your poison: You Should Try These Markdown Text-Editors

3 Likes

@PetrKryslUCSD Which one was less of a poison for you?

For markdown I actually stick to VS code (when I program in VS code), or sublime text (when I program in sublime text). I sometimes switch between those two. Sublime text has a package for writing markdown. VS code has an extension for the same, which also does nice preview in VS code.

2 Likes

Personally I like “Markdown Preview Enhanced” in VS Code. But if you really want WYSIWYG… Maybe Typora?

7 Likes

FYI, I would like to add Mark Text to the list. It is an open-source WYSIWYG Markdown editor.

4 Likes

Without starting a war or hijacking the thread, which one do you like for Julia? do you also program Julia in Sublime?

@amrods I program in VsCode but I am sure that there are users who enjoy Sublime so if there is Markdown software in Sublime it is fair to provide feedback.

1 Like

I admit that I like ST (I use ST4 at this point). But in some aspects VSCode is at this point ahead in terms of functionality. For instance code evaluation or debugging.

1 Like

Why would you want wysiwyg?

4 Likes

Not all in my team are programmers and therefore I would need a writing tool to document the large program which is user friendly I guess. :roll_eyes:

Indeed… by design, in Markdown the code itself is almost WYSIWYG…

5 Likes

If they can’t edit as simple source as markdown, they shouldn’t be touching the documentation.

4 Likes

That is a bit harsh, isn’t it? Markdown is a nice and simple format in theory but it is also underspecified (in fact the original author refused to specify it) and parsers can behave in surprising ways.

Speaking of surprising, people can be surprisingly set in their ways in terms of using computers. So if you want an expert in their field write some docs for you, you should let them do it their way. Especially if their time is expensive. In the end you can also let them write in Word and convert to Markdown via Pandoc.

TL;DR: Don’t judge people for not knowing the tool du jour even if it is simple.

13 Likes

FWIW, one of Typora Markdown editor’s strength is that it can import / export docx files in the GUI by calling pandoc. LaTeX-like math expressions in Markdown will be converted to MS Word math expressions as well. (I’ve not tested the other way around)

This simplifies the workflow a little bit when I (writing LaTeX-like math expressions in Markdown) and my collogues (using MS Word) have to exchange documents.

1 Like

TYPORA seems to be the preferred markdown editor. Has TYPORA got versioning control to facilitate the collaboration of scientist working simultaneously on the document?

I would argue markdown is so simple, it has about the same learning curve as any wysiwyg alternative. It’s not about judging people, it’s about not spending energy dumbing down a task that arguably shouldn’t be done by someone who can’t operate a text editor. If someone can’t write markdown source, they can’t read Julia source, and so they shouldn’t be documenting the latter.

No, but one could use git for version control.

1 Like

Another option is Dropbox Paper. Much better than Google Docs, it’s markdown-based and WYSIWYG. Support LaTeX and syntax highlighting, and you can export pdf, docx, or markdown. And you can “comment” the same way as in Google docs.

Really, it’s weird to me that anyone would prefer Google docs over this.

2 Likes

One caveat for Dropbox Paper: Though you can use latex environments that create multi-line equations, the LaTeX input currently seems to be required to have no newlines:

This may be out of date; if not, I hope they’ll add multi-line LaTeX input before long.