The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

How can Google Docs and markdown play nice? [migrated]

I love Google Docs. I write notes, essays, correspondences, invoices, journal entries, business ideas, planning documents- everything on there. I also love the markdown format. I'm a programmer so ...
0
votes
0answers
28 views

How can I make IE stop “correcting” 'int i;' to 'int I;' when I type code on SE sites?

Gagh! It'd be funny if it weren't so infuriating. I like spell-checking for English. It's really nice when you can't quite remember whether there is 1 'r' or 2 in "assurance", say. But after I've ...
2
votes
1answer
212 views

How to use markdown in notepad++

I am used to writing text in markdown, and I love notepad++ for its light weight behavior. I am looking for a hint as how can I write markdown text in notepad++, which simulates using a markdown ...
1
vote
2answers
158 views

Is there an extension that previews markdown instantly?

In vim, there is a plugin called vim-instant-markdown that displays markdown output; and it supports GFM! In emacs, I know there is a markdown-mode that can be used when we write markdown, and we can ...
0
votes
0answers
78 views

Looking for markdown text editor with drag/drop image insert (auto-upload)?

I use Notational Velocity for keeping notes. I love the speed and simplicity but I'd like to make adding images easier and less relient on a local file system. I've tried to use Evernote but it's just ...
0
votes
2answers
143 views

Editor of txt files for Windows with syntax highlight and foldable/collapsible sections for Markdown [closed]

I asked the same for Notepad++, but in fact I don't mind changing of software. I am interested in managing txt files that contain Markdown. I would like to find an editor of txt files for Windows ...
3
votes
0answers
279 views

Foldable/collapsable notepad++ markdown syntax

I am using Notepad++ for writing texts using Markdown syntax. I know there exists at least one Notepad++ style file to hightlight Markdows texts (see MultiMarkdown in Notepad ++ and ...
0
votes
1answer
50 views

vim mail mode with markdown syntax

I've recently switched to Mutt, and am using vim as my main editor, which is working quite well. My only minor annoyance is that I would like to, in addition to the various highlights and such done my ...
2
votes
1answer
98 views

Auto-load gfm-mode

I have installed markdown-mode.el as described here. How do I get Emacs (specifically, Aquamacs) to load gfm-mode rather than markdown-mode for .markdown files? In case it's important, the relevant ...
2
votes
0answers
49 views

Creating multipart/alternative mails in mutt?

I'd like to create a text/plain message using Markdown formatting and transform that into a multipart/alternative message where the text/html part has been generated from the Markdown. I've tried ...
1
vote
0answers
57 views

Sublime Settings — Syntax Specific: “show_panel_on_build” not overriding with Markdown syntax

I am trying to turn off the build panel showing on build when using markdown syntax. I am on OSX and using Marked for markdown preview and I don't want the build panel popping up with a pointless ...
0
votes
0answers
35 views

Similar to markdown type of file with links and a tag system

Before I start, if someone knows of a system that does this, or has done something similar, I'd appreciate any source of information regarding ... I would like to make a markdown text file, and to ...
1
vote
1answer
137 views

What are some alternatives to word processing with Markdown?

I've used MS Word-style editors for a long time, but I never got used to how unintuitive and cumbersome they are. I'm not talking specifically about MS Word, but also other editors that seem to mimic ...
3
votes
2answers
336 views

VIM with iA Writer type formatting?

I've been Googling for a while now. I would like to have iA Writer-like (or a bit like StackExchange) formatting in Vim. Since I love the way it formats my texts, but I'm constantly pressing "w" to ...
6
votes
2answers
894 views

Org-mode to Markdown converter?

I have an org-mode file that is mostly just an outline, and want to convert it to Markdown. But it is a long and big file, so is there a piece of software that can do this for me? I use Mac OS X, but ...
1
vote
1answer
94 views

Upload images and give list of URLs? [closed]

Does anyone know of a good tool/service that will allow me to upload a bunch of images to some free hosting service and then automatically provide me with a list of all the image URLs? imgur.com is ...
0
votes
0answers
197 views

What regex can I pass to this vba function to mimic markdown syntax? [closed]

I'm working on trying to get regex to mimick the markdown syntax (perl) within the confines of vba. Here is the function I found to perform regex: 'public function markdown_vb(MDstring as string) as ...
1
vote
0answers
56 views

Good documentation tool that is not Latex? [closed]

I am far from being a expert in Latex but I'm ok to document my projects with it. Though I would seldom find people in the corporate word eager to learn latex and going along with the documentation. ...
2
votes
0answers
143 views

using markdown and latex in email

Is there a fast and easy way to use both, Markdown LaTeX in emails? I love the way to format questions the way it is supported on StackExchange. I want to use both, because I love the simple way ...
2
votes
0answers
327 views

Converting Markdown to PowerPoint presentations

I really like to use Markdown markup for quickly drafting my presentations with a text editor. When the presentation is in a good shape, I have to finalize it as a PowerPoint file. Currently I ...
1
vote
1answer
110 views

create multiple files from single text file based on headings

I have what I think is a really simple problem to solve (preferably with OS X / *nix terminal tools rather than windows command line). I have a manuscript formatted in markdown with # (H1) denoting ...
2
votes
1answer
437 views

Markdown “single page” PHP web application with live preview? [closed]

I would like to know if there is a PHP web application, such that When called with something like http://example.com/index.php?inputfile=mymarkdownfile.txt; it will open the file mymarkdownfile.txt ...
1
vote
0answers
293 views

Writing corporate documentation in Markdown and pandoc [closed]

Background I have had a few friends that turned me on to markdown and pandoc for writing documentation. At my current job, we use Microsoft Word for writing unstructured, one-off howto documents for ...
3
votes
2answers
1k views

Standalone wysiwyg markdown editor

I seek a markdown editor (on unix/linux) with the following features: standalone – must edit local files (so probably not in javascript), wysiwyg – can write into the formatted output, editor – open ...
1
vote
2answers
847 views

Markdown to MS Word - Retain Heading tags

I want to be able to write in Markdown and convert to Microsoft Word and have Word recognise the H1 in Markdown as Heading 1, body font as body font etc. I would usually avoid Word but this is a ...
1
vote
3answers
324 views

Creating a private wiki [closed]

I want to create a simple, private wiki, but am really struggling to find what I need. I require the following features: Private wiki. Only I will read or write it. Some formatting capability: ...
6
votes
2answers
891 views

How to convert Markdown files to Dokuwiki, on a PC

I'm looking for a tool or script to convert Markdown files to Dokuwiki format, that will run on a PC. This is so that I can use MarkdownPad on a PC to create initial drafts of documents, and then ...
1
vote
1answer
111 views

Existing software for a gist-like intranet? [closed]

Recently I been thinking about how a intranet could use markdown for their documents. Which these documents can be modified and use git for version control so they are like a gist on github (each ...
0
votes
1answer
143 views

Any program to convert html snippets to markdown-friendly format?

In the spec of markdown: For any markup that is not covered by Markdown’s syntax, you simply use HTML itself. There’s no need to preface it or delimit it to indicate that you’re switching from ...
0
votes
1answer
247 views

How to make my Jekyll convert .html.md file?

I just installed Jekyll and when I run jekyll on a directory contains some .html.md file. But it didn't convert it into .html file. Jekyll just copied th files into _site directory as is. I added ...
0
votes
1answer
148 views

Richtext enabled software that can save in a markdown

How can I copy text from a webpage (ex. this one) and use it to answer a question on SuperUser while retaining formatting? What software can act as an intermediary to convert a document (MS word ...
3
votes
1answer
234 views

How do I set pandoc as a 'compiler' for markdown files in SciTE?

I've begun writing stuff in markdown lately, and edit my files in SciTE. I work in Windows, so this means I'm simultaneously running a Windows command prompt to generate output files at various stages ...
3
votes
2answers
403 views

An alternative to Markdown or LaTeX to create Word documents with headings?

In work I got assigned to do some translation work, I prefer working in vim rather than word and style it later. Is there a program that will let me use Markdown style syntax to create Word ...
0
votes
1answer
241 views

How to get the python-markdown command?

I'm trying to use python-markdown. I've already followed these steps of installation: http://www.freewisdom.org/projects/python-markdown/Installation, but the command still is unavailable. I'm ...
2
votes
1answer
263 views

Windows Markdown editor with auto-bulleting lists

I'm looking a text editor on Windows that can handle Markdown syntax. Specifically, I would like it to automatically insert bullets when adding to a bulleted list (so I don't have to manually type the ...
2
votes
2answers
554 views

What is a good word processor that supports markdown? [duplicate]

Possible Duplicate: Are there any text editors which are Markdown aware and provide spell checking features? I love markdown and hate, hate, hate MS Word. For me, markdown it is a perfect ...
3
votes
1answer
453 views

Could lightweight markup text files and a version control system replace MS Word?

In every organization and program I've worked in, on, or for, Microsoft Word has been the ubiquitous means of capturing prose--be it engineering memos, documentation, white papers, specifications, ...
1
vote
1answer
344 views

MacVim IM INSERT MODE

While using MacVim to edit markdown files, when I enter the insert (i) or append (a) mode and type the grave ` character to start or end a line of code, MacVim switches to IM INSERT MODE and sometimes ...
10
votes
2answers
1k views

Multimarkdown table formatting in Vim

I've recently moved from using TextMate to using Vim a lot more (because I split my time between Mac and Linux). One thing I miss is the wonderful MultiMarkdown bundle which, amongst other features, ...
0
votes
1answer
249 views

Free Markdown JS viewer

I'd like to use Markdown for documents to be exchanged with a colleague of mine. The ideal workflow would be IMHO editing the source in any plaintext editor while simultaneously viewing it in a ...
55
votes
7answers
10k views

File extension for Markdown files?

Is there an official file extension for standalone Markdown files?
0
votes
0answers
2k views

Windows text editor with live Markdown preview [duplicate]

Possible Duplicate: Are there any text editors which are Markdown aware and provide spell checking features? I've looked for the past couple hours trying to find something without luck, so ...
26
votes
9answers
6k views

Are there any text editors which are Markdown aware and provide spell checking features? [closed]

I'm looking for a text editor that supports Markdown and has a spell check function. I would prefer a Windows program, although I can deal with a Linux solution. I don't own a Mac. EDIT: Do any of ...
3
votes
2answers
1k views

markdown2pdf latex error

I created a markdown document in emacs. The document is in Ukrainian, so it has some cyrillic letters. I'm trying to convert it to pdf using pandoc mode. But it fails with: markdown2pdf: ! LaTeX ...
1
vote
2answers
844 views

Why would RTF files created with Pandoc be opened as plain text?

I'm experimenting with Pandoc, in particular the markdown to RTF function. When I run the converter, the resulting RTF is opened in both Word and OpenOffice as plain text (where the text looks like ...
2
votes
2answers
856 views

Multimarkdown syntax plugin for vim

I notice vim as of 7.3 has builtin support for markdown syntax. Is there anywhere available a syntax plugin for multimarkdown?
16
votes
5answers
6k views

How should I convert Markdown (or similar) to a Word Document?

Here's the deal: In school I want to write my actual content in Markdown (using [Q10] or Notepad++) in school so that I can actually focus on writing without the ugliness of Word 2000 on my screen, ...
48
votes
12answers
16k views

Markdown Live Preview Editor?

I am currently using Textmate to create Markdown documents, but it requires me to press CtrlOptionCmd + P everytime I want to 'update' the Markdown output window. Essentially I am using it like a ...
7
votes
4answers
2k views

Markdown to Word/PDF converter for Linux

Does anyone know of a good Markdown to Word COnverter? It would be great if it also converts to PDF.
1
vote
1answer
279 views

Markdown plugin for jEdit?

I want to use markdown syntax for taking notes in class, so I looked around and I found this as a partial answer. I'm now wondering if there is a good Markdown plugin (specifically, as opposed to a ...

1 2