• Resolved Li-An

    (@li-an)


    Hello,
    I like very much the concept of the plugin and plan to use it. As there is no editor possibility for description, I tried to use Markdown with

    add_action('init', 'my_custom_init');
    function my_custom_init() {
        add_post_type_support( 'snippets', 'wpcom-markdown' );
    }

    but it does not seem to work at all. I needed to insert an URL to the source of the code.

    https://wordpress.org/plugins/codesnips/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pat O’Brien

    (@obrienlabs)

    The meta box does use wp_editor() as the editor for the description, but it’s not Jetpack Markdown. I haven’t used Jetpack’s Markdown editor, so I’ll have to research this.

    Thread Starter Li-An

    (@li-an)

    There is no “specific” Jetpack Markdown Editor. It’s just the same editor but you can work in Markdown language 🙂 Strange.

    Plugin Author Pat O’Brien

    (@obrienlabs)

    I just updated codeSnips to 1.1.3 which adds support for Jetpack’s WordPress.com Markdown support. You can now add the markdown in the codeSnips description editor. It should be good to go. Let me know if you have any problems!

    Thread Starter Li-An

    (@li-an)

    It works nice 🙂 I will make a review about your plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Markdown Jetpack and codeSnip’ is closed to new replies.