question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Future Request: Support Pandoc

See original GitHub issue

Description

Hi. keito940. Pandoc is a useful tool to convert to various document files, but it seems that Mark Text does not support it now. If you support Pandoc you can also support markdown for Pandoc If Pandoc is supported, it will be compatible with text files other than HTML and PDF (of course, with specifications that can be used without Pandoc) and can be converted to various document files. So please support.

Versions

  • Mark Text:v0.12.25
  • OS: Windows 10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fxhacommented, Jan 20, 2019

@anishmittal2020 Yes, you can import files like Word documents but exporting is not yet supported via GUI. pandoc is required and must be set in the environment path. The flatpak package is an exception and doesn’t support pandoc yet or you have to manually add pandoc to the sandbox.

Full List:

  'html',
  'docx',
  'latex',
  'tex',
  'ltx',
  'rst',
  'rest',
  'org',
  'wiki',
  'dokuwiki',
  'textile',
  'opml',
  'epub'

OK, we have to update the file extension list soon, for example because OpenOffice/LibreOffice is missing.

0reactions
fxhacommented, Jan 21, 2019

to render the markdown as html inside the editor

So you can see HTML instead of markdown, for example in the source code mode? What would be the benefits for doing so? BTW you can always use HTML in markdown documents (raw HTML and HTML blocks).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pandoc User's Guide
Pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native...
Read more >
Pandoc Markdown - Data Science with R
Standard Markdown syntax does not require a blank line before a header. ... In addition to standard indented code blocks, pandoc supports fenced...
Read more >
Pandoc and Ulysses III - Google Groups
Do any body know if there are plans for Pandoc to support the markdown variant that ... markup styles in Version 1.1, and...
Read more >
Haskell Pandoc: a call to arms - Reddit
I've got a few PM's from redditors with further questions about Pandoc, ... Until recently, Pandoc did not support column and row spans, ......
Read more >
Install and Use Pandoc - Typora Support
Those features require Pandoc (≥ v2.0) to be installed. ... But we may support more extended markdown syntax in future.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found