Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Can we use MarkDown to create articles on CodeProject?

Can we use MarkDown to create articles on CodeProject?

Scheduled Pinned Locked Moved Article Writing
question
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _Noctis_
    wrote on last edited by
    #1

    Sometimes the online editor is a bit ... difficult ... I couldn't find any way to use MarkDown to easily create one ... was wondering if it's possible, or am I missing something? Is there any markdown to codeproject converter out there ?

    C 1 Reply Last reply
    0
    • _ _Noctis_

      Sometimes the online editor is a bit ... difficult ... I couldn't find any way to use MarkDown to easily create one ... was wondering if it's possible, or am I missing something? Is there any markdown to codeproject converter out there ?

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #2

      Not yet, but we've been discussing allowing it for some time. The issue is there's no WYSIWYG editor (that I can find) for Markdown. Plenty of live previewers, but I'd prefer to have a WYSIWYG option for novices. What issues are you seeing with the current editor?

      cheers Chris Maunder

      _ A D 3 Replies Last reply
      0
      • C Chris Maunder

        Not yet, but we've been discussing allowing it for some time. The issue is there's no WYSIWYG editor (that I can find) for Markdown. Plenty of live previewers, but I'd prefer to have a WYSIWYG option for novices. What issues are you seeing with the current editor?

        cheers Chris Maunder

        _ Offline
        _ Offline
        _Noctis_
        wrote on last edited by
        #3

        Of the top of my head: - For many things I need to stop typing and then click on the icons on the top. - I usually end up going into the HTML view to actually fix/add/remove some tags. Not a biggie if you know HTML, but if you don't you'll be lost. - Examples: - formatting something from normal to header to code might end up with multiple rubbish empty tags. - fine control of images, needs html view as well. - Uploading images is broken is the system goes into sleep and comes back. I find it much easier to work locally, and then just upload everything, which I hoped I could achieve with markdown and some of it's editors. (out of curiosity, what's the problem with live previwes ws WYSIWYG?)

        C 1 Reply Last reply
        0
        • _ _Noctis_

          Of the top of my head: - For many things I need to stop typing and then click on the icons on the top. - I usually end up going into the HTML view to actually fix/add/remove some tags. Not a biggie if you know HTML, but if you don't you'll be lost. - Examples: - formatting something from normal to header to code might end up with multiple rubbish empty tags. - fine control of images, needs html view as well. - Uploading images is broken is the system goes into sleep and comes back. I find it much easier to work locally, and then just upload everything, which I hoped I could achieve with markdown and some of it's editors. (out of curiosity, what's the problem with live previwes ws WYSIWYG?)

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          So it seems more a desire to avoid HTML, which I get. My experience in Markdown is that you spend a hell of a lot of time (at first) fighting to do things like spacing around blocks to activate a paragraph formatting directive or getting list numbering working. I love having my Notepad style notes convert nicely into HTML, but when I'm formatting for publishing (and not just for note taking) I always fall back to HTML. However, I'm not everyone. My desire for WYSIWYG is that, ultimately, the debate shouldn't be Text vs Markdown vs HTML. It should be "Edit the article as you want it to look".

          cheers Chris Maunder

          _ 1 Reply Last reply
          0
          • C Chris Maunder

            So it seems more a desire to avoid HTML, which I get. My experience in Markdown is that you spend a hell of a lot of time (at first) fighting to do things like spacing around blocks to activate a paragraph formatting directive or getting list numbering working. I love having my Notepad style notes convert nicely into HTML, but when I'm formatting for publishing (and not just for note taking) I always fall back to HTML. However, I'm not everyone. My desire for WYSIWYG is that, ultimately, the debate shouldn't be Text vs Markdown vs HTML. It should be "Edit the article as you want it to look".

            cheers Chris Maunder

            _ Offline
            _ Offline
            _Noctis_
            wrote on last edited by
            #5

            well, HTML is good and bad ... :) Didn't have that much experience with markdown, but i'm using MarkdownPad2 atm and the following seems to be formatted ok and it's easy to work with: ##some header## 1. hello **world**. 2. seems fine 3. *some italic* Anyways, the bottom line seems to be: Either use the editor, or export to html, paste that in, and just edit it afterwards :).

            1 Reply Last reply
            0
            • C Chris Maunder

              Not yet, but we've been discussing allowing it for some time. The issue is there's no WYSIWYG editor (that I can find) for Markdown. Plenty of live previewers, but I'd prefer to have a WYSIWYG option for novices. What issues are you seeing with the current editor?

              cheers Chris Maunder

              A Offline
              A Offline
              Antonino Porcino
              wrote on last edited by
              #6

              Not having markdown is what holds me writing more articles. Using current editor is fine but too much time consuming.

              1 Reply Last reply
              0
              • C Chris Maunder

                Not yet, but we've been discussing allowing it for some time. The issue is there's no WYSIWYG editor (that I can find) for Markdown. Plenty of live previewers, but I'd prefer to have a WYSIWYG option for novices. What issues are you seeing with the current editor?

                cheers Chris Maunder

                D Offline
                D Offline
                Daniel Vaughan
                wrote on last edited by
                #7

                In case you're interested, I just published Authoring CodeProject Articles in Markdown. I've created a markdown parser for Markdown Monster that produces HTML compatible with the article submission wizard. Ultimately it would be great if there was an API for article submission. That way you could author and upload an article directly with a tool such as Markdown Monster. Cheers, Daniel

                Daniel Vaughan LinkedIn | Twitter | Blog | Microsoft MVP | Codon | Outcoder

                S 1 Reply Last reply
                0
                • D Daniel Vaughan

                  In case you're interested, I just published Authoring CodeProject Articles in Markdown. I've created a markdown parser for Markdown Monster that produces HTML compatible with the article submission wizard. Ultimately it would be great if there was an API for article submission. That way you could author and upload an article directly with a tool such as Markdown Monster. Cheers, Daniel

                  Daniel Vaughan LinkedIn | Twitter | Blog | Microsoft MVP | Codon | Outcoder

                  S Offline
                  S Offline
                  Sean Ewington
                  wrote on last edited by
                  #8

                  Amazing. Thank you kindly for the article!

                  Thanks, Sean Ewington CodeProject

                  D 1 Reply Last reply
                  0
                  • S Sean Ewington

                    Amazing. Thank you kindly for the article!

                    Thanks, Sean Ewington CodeProject

                    D Offline
                    D Offline
                    Daniel Vaughan
                    wrote on last edited by
                    #9

                    Cheers Sean!

                    Daniel Vaughan LinkedIn | Twitter | Blog | Microsoft MVP | Codon | Outcoder

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups