Earlier quoted context omitted.
But then I have to keep a Mac around, just to convert documents. Not ideal.
You can do this via iCloud too (through the browser).
Pandoc
191–200 of 213 posts
Re: Pandoc
#192Earlier quoted context omitted.
everytime I see a project using google groups, i think it is already dead. Gladly yours seems to be used quite often. At least you can search it even years later, compared to an irc or slack channel.
IRC channels and mailing list are excellent for informal questioning about a project. You can search for guidance, see if a feature would be well received, and receive a green light before starting to implement something. Other day I thought about contributing to Yarn, the Javascript package manager, but the only way that I found to communicate with the developers were issues in GitHub. Since I didn't know if the fea…
Re: Pandoc
#193Earlier quoted context omitted.
BUT that is what makes Pandoc powerful. You convert your latex or your whatever into: (Can we please add Racket's Scribble? It is by far the reason why Racket has the best documentation of any language. https://docs.racket-lang.org/scribble/ ) Markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Vimwiki markup, OPML, Emacs Org-Mode, Emacs Muse, txt2ta…
Well, except LaTeX probably isn't the best base format to write in -- Pandoc's LaTeX parser isn't very good, it doesn't parse (from a quick check) any of the papers I've written. They've tried hard, but I think it's a losing battle, particularly once people start using a large range of packages. That's not surprising -- it's basically impossible to "parse" LaTeX, as it's defined by execution.
This works for everything except table notes a la ```threeparttable```
Re: Pandoc
#194i have been using catdoc and pdftotext to convert doc and pdf files, respectively. nice to see that there's an alternative that also includes a library, will be checking this out. a couple questions i have, seems firstly that old school .doc files are not supported, docx yes. unfortunately i still get a lot of docs in .doc format which seems to be microsoft's proprietary format (docx seems to be more open). my second…
1. yes, only docx is supported. 2. for Go pandoc filters, this seems to work: https://github.com/oltolm/go-pandocfilters
Re: Pandoc
#195Earlier quoted context omitted.
You'd only need to install Haskell if you wanted to build Pandoc. Pandoc the executable is a binary. I install it on Debian via: `apt install pandoc`.
although the version in the default repo is usually quite old. You can grab a binary from https://github.com/jgm/pandoc/releases/latest
Re: Pandoc
#196Earlier quoted context omitted.
IRC channels and mailing list are excellent for informal questioning about a project. You can search for guidance, see if a feature would be well received, and receive a green light before starting to implement something. Other day I thought about contributing to Yarn, the Javascript package manager, but the only way that I found to communicate with the developers were issues in GitHub. Since I didn't know if the fea…
That seems a little bit extreme, why not just open the issue?
i'm not the parent, but that is the main reason i try to abstain from posting on public forums unless its under a pseudonym, which my github account isn't.
I'm not trying to say that my anonymity is guaranteed with irc, its just unlikely that future employers and similar link it to me.
Re: Pandoc
#197Earlier quoted context omitted.
I get that request a lot, so I'll have to write something about it :) All I can offer right now is my raw notes, which are in Spanish. This is a structural analysis of Angels and Demons, The da Vinci Code, and The Lost Symbol: https://imgur.com/bX6ByJA This is an one-page treatment of the three books, with the "blanks" filled appropriately for each: https://imgur.com/LlDVUKn I doubt any of this is groundbreaking. Sto…
Very interesting! Could you maybe provide those links in text form, so that we may run them through Google Translate? ;-)
Re: Pandoc
#198Re: Pandoc
#199i have been using catdoc and pdftotext to convert doc and pdf files, respectively. nice to see that there's an alternative that also includes a library, will be checking this out. a couple questions i have, seems firstly that old school .doc files are not supported, docx yes. unfortunately i still get a lot of docs in .doc format which seems to be microsoft's proprietary format (docx seems to be more open). my second…
You could use Libreoffice's command line interface to convert from .doc to a more manageable format. lowriter --convert-to odt some-document.doc odt is not the only supported target, but doc --libreoffice--> odt --pandoc--> plain seems to give better results than e.g. doc --libreoffice--> txt or doc --libreoffice--> docx --pandoc--> plain.
Re: Pandoc
#200Earlier quoted context omitted.
Hey. Can you give us some more context of your novel writing in Markdown? I'd be interested in your process.
Sure. The technical side of things is explained here: http://www.gabrielgambetta.com/tgl_open_source.html (same link as above). If you're more interested in the creative aspect, I wrote a bit here: http://www.gabrielgambetta.com/tgl_swiss_trains.html . If you're interested in anything not covered there, feel free to ask, I'll be happy to share :)
EDIT One more question. How do you write dialogues in MD?