Comments on: Markdown for Muggles http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Irwin http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-296249 Sat, 29 Aug 2015 20:07:54 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-296249

@ Elena: I installed Pandoc using its installer and installed the Writage plugin for Word. When I try to save a document as an MD file, writage complains that Pandoc is not installed. I have tried rebooting, moving pandoc.exe to another directory and installing a shortcut in the Start menu (Win 7).

Is there some magic I am missing?

Reply  |  Quote
]]>
By: Elena http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-263865 Fri, 08 May 2015 12:25:20 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-263865

Actually you don’t need to convert .md files into .doc format to be able to open it in Word. You can install a Writage plugin for MS Word and open and edit .md files as any other document.

Also you could save any Word document which you receive from you colleague as Markdown file and continue to work with your favorite Markdown tool

Reply  |  Quote
]]>
By: sky_y http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-59512 Wed, 11 Dec 2013 11:09:53 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-59512

Sorry for my dirty comment.
Here is the link to my MarkdownMenu.
GitHub: sky-y/MarkdownMenu

Reply  |  Quote
]]>
By: sky_y http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-59511 Wed, 11 Dec 2013 11:07:43 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-59511

Thanks to Luke, I wrote another script of MarkdownMenu in a bat file and uploaded to GitHub.
I checked it on Windows 8.

Markdown to Word: generates a Word file (.docx)
Markdown to ODT: generates a LibreOffice/OpenOffice.org writer file (.odt)
Markdown to HTML: generates a HTML file (.html)

I removed Markdown to PDF because I thought installing LaTeX is too difficult for Japanese beginner users (pdfTeX cannot generate Japanese).

Reply  |  Quote
]]>
By: theperfectnose http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-23900 Tue, 06 Nov 2012 12:14:45 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-23900

hahaha so many nice things here (as usual). Scrivener is a good ‘un for bare bones wording. Although I just had a look at the latest version and there seem to be buttons up there(!). I’m a Mac person so I use Pages (it’s not great) for work/ Uni as it works well with Endnote. Totally agree with you on people sticking with Word (and everything else associated with that thing-i.e. Office) for no other reason but laziness.. So many other cool things I wanted to discuss (including stuff in the comments but it’s late now so I’m off).

Reply  |  Quote
]]>
By: Dr. Azrael Tod http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-22511 Thu, 28 Jun 2012 10:55:19 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-22511

might be interesting for some here…
i wrote me some small bash-script that displays markdown via html
i use it to monitor output in one dtvm-pane, while i write with vim in another

https://gist.github.com/3010621

Reply  |  Quote
]]>
By: Dirk http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-22422 Fri, 15 Jun 2012 10:09:56 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-22422

@ST/op, @Kris:
Pandoc can read several formats: Markdown, RST, Textile and subsets of HTML and
LaTeX. It can write many more formats than it can read. Actually the .doc
that it writes looks like stripped-down HTML but it seems that MS-Word is happy
with it. In between sits what is called “native format”: everything goes
input-native-output. More readers and writers get added every now and then.

Pandoc’s Markdown has been extended so that almost anything that native format
can accommodate can be represented in Pandoc-Markdown, but the way I test
whether my favourite feature is present is to use the export-to-HTML option of
Word (or whatever) shove that through Pandoc with HTML output, and compare the
two HTML versions in my browser. In many cases the HTML output can also make
an acceptable PDF, especially if you have installed wkhtmltopdf.

But for really nice PDFs, whether via TeX or via HTML, you will need a style
file (.sty for LaTeX, .css for HTML) that you have customized to your own
needs.

Reply  |  Quote
]]>
By: Kris http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-22320 Sat, 02 Jun 2012 00:51:41 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-22320

I’ve been considering MultiMarkdown for a large 400 page document but like @Greg I also have concerns with the numerous sections and chapters the document has. How are complex documents usually handled with markdown. What about ToCs?

I was thinking maybe tracking revisions with a git repo?

Reply  |  Quote
]]>
By: ST/op http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-22294 Tue, 29 May 2012 12:16:10 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-22294

@ Greg:
You may want to try reStructuredText or MultiMarkdown for more advanced markup, like footnotes, citations, etc.
The reText editor has support for (basic) Markdown and reStructuredText.

Reply  |  Quote
]]>
By: Hugo Paceli http://www.terminally-incoherent.com/blog/2012/05/25/markdown-for-muggles/#comment-22288 Tue, 29 May 2012 02:21:28 +0000 http://www.terminally-incoherent.com/blog/?p=11896#comment-22288

I am actually quite used to writing on the Windows Notepad. But I think I’ll try this markdown thing. Thing is, I write mostly poems, and I do not use bold or italicized words on them. Perhaps I should.

Reply  |  Quote
]]>