The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
21 views

Markdown Workflows for wordpress.com Hosted Bogs? [closed]

Is there a semi-easy way to work with markdown in Wordpress.com hosted blogs? If not — are there any conversion scripts for the WordPress plain-text format to/from Markdown? Bonus question: What ...
1
vote
1answer
27 views

How to use MarkDown in a custom textarea field?

I've created a custom metabox with a textarea in it. How would I go about using Markdown in this textarea? I've seen some WP plugins but they seem to only be for the main editor.
1
vote
1answer
47 views

How to deal with the confliction between PHP-Markdown and MathJax?

I use PHP-Markdown plugin in WordPress. In order to show the formula beautifully, I add some code to use MathJax. Like this: <script type="text/javascript" ...
0
votes
0answers
27 views

How to create link to posts in WP-Markdown

I am using WP-Markdown plugin for writing posts. In one post I wanted to add a link to another post, but since I am using Markdown editor I had to add the URL (permalink using month and name) of the ...
0
votes
0answers
28 views

using wp-markdown with short codes

I added the plugin wp-markdown. The problem is when I add a shortcode to the editor, the info inside the shortcode gets messed up and I dont know how to make markdown ignore a line. i have a ...
0
votes
0answers
18 views

WP-markdown plugin 1.1.6 loses URLs when editing via wordpress web site

I love the WP-markdown plugin. Our sysadmin has installed WP-markdown 1.1.6. All works well except for one use case. I create a post with a URL in it. For example, let's say <a ...
0
votes
0answers
15 views

JsFiddle output does not work with WP-Markdown

I have been using this plugin called WP-Markdown in my blog. I want to show jsfiddle output on my post. Earlier I used to simply use this option <iframe width="100%" height="300" ...
4
votes
1answer
102 views

Numbering sections and block-level elements in wpautop(); Wordpress as CMS for long-form writing;

I am starting to learn how to write plugins for Wordpress. I'm interested in using WP as a CMS for long essays (6000-9000 words or more). My problem is what I call the Kindle problem, which is how do ...
1
vote
1answer
116 views

Use MarkItUp as editor and not the default

Does anyone know if it is possible to use this editor as my WordPress editor and not the default. If so, how?
4
votes
1answer
114 views

Migrating Markdown (from Drupal)

I'm in the process of migrating my blog from Drupal to Wordpress. I have made liberal use of Markdown in the original posts (and Geshi syntax highlighting). In see that the WP-Markdown plugin ...
4
votes
2answers
264 views

Enable / Add Custom Keyboard Shortcuts To Work With WordPress' HTML Editor

I use Markdown in my posts, and the plugin I use for that purpose requires the Visual editor be disabled. The HTML editor is pretty much just a text box. To make writing easier, I would like to ...
2
votes
1answer
384 views

Markdown in WordPress 3.2?

I found the question Create posts using markdown? about using Markdown on WordPress, however the plugins referred to haven't all been upgraded to WordPress 3.0 or higher. Since I happen to be a bit ...
2
votes
2answers
119 views

What's the easiest way to periodically (automatically) read static Markdown content into a WP page?

I'd like to sync my theme's README.markdown into a page on my site and would love to be able to only have to update that text a single time -- namely, when I commit my code up to BitBucket. I have my ...
18
votes
3answers
608 views

Create posts using markdown?

Can I replace the WYSIWYG editor with a markdown editor? If so, what plugin can I use?