Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Formatting text instructions into html?

    IT Discussion
    documentation html markdown markup
    5
    10
    151
    Loading More Posts
    • 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.
    • P
      Pete.S last edited by Pete.S

      I want to create readme, installation and configuration instructions using a text editor that can be read as text. But also having the option of converting the text file into nice looking static html files.

      What format should I use and what tools are available to convert text files into static html?

      I'm thinking maybe something like markdown? I've only really used different types of markup in a wiki context, not as standalone files.

      1 Reply Last reply Reply Quote 0
      • F
        flaxking last edited by

        Joplin

        P 1 Reply Last reply Reply Quote 1
        • JaredBusch
          JaredBusch last edited by

          I love markdown for this.

          How are these files being presented?

          That really determines how you need to design it.

          P 1 Reply Last reply Reply Quote 2
          • P
            Pete.S @JaredBusch last edited by Pete.S

            @JaredBusch said in Formatting text instructions into html?:

            I love markdown for this.

            How are these files being presented?

            That really determines how you need to design it.

            Text files are *.md but I want to convert them to html and put them on a webserver as well. I was hoping there is some utility that can turn *.md into *.html, perhaps with a CSS file for styling.

            P 1 Reply Last reply Reply Quote 0
            • P
              Pete.S @Pete.S last edited by Pete.S

              @Pete-S said in Formatting text instructions into html?:

              @JaredBusch said in Formatting text instructions into html?:

              I love markdown for this.

              How are these files being presented?

              That really determines how you need to design it.

              Text files are *.md but I want to convert them to html and put them on a webserver as well. I was hoping there is some utility that can turn *.md into *.html, perhaps with a CSS file for styling.

              Actually I'm kind of stupid. I see now standalone editors for markdown actually have export to html and pdf and what not as options already. So I can use that to generate html files.

              scottalanmiller 1 Reply Last reply Reply Quote 1
              • scottalanmiller
                scottalanmiller @Pete.S last edited by

                @Pete-S said in Formatting text instructions into html?:

                @Pete-S said in Formatting text instructions into html?:

                @JaredBusch said in Formatting text instructions into html?:

                I love markdown for this.

                How are these files being presented?

                That really determines how you need to design it.

                Text files are *.md but I want to convert them to html and put them on a webserver as well. I was hoping there is some utility that can turn *.md into *.html, perhaps with a CSS file for styling.

                Actually I'm kind of stupid. I see now standalone editors for markdown actually have export to html and pdf and what not as options already. So I can use that to generate html files.

                Yeah, that's how MD is normally used, if not in a wiki. Otherwise, the wiki itself is the markdown to html converter.

                1 Reply Last reply Reply Quote 1
                • stacksofplates
                  stacksofplates last edited by

                  I prefer asciidoc to markdown. Asciidoc has actual standards for things. Antora will build a pretty nice site with your projects written in Asciidoc as well.

                  Ifyou just want a single page, Asciidoctor will build a site as well.

                  P 1 Reply Last reply Reply Quote 2
                  • P
                    Pete.S @flaxking last edited by

                    @flaxking said in Formatting text instructions into html?:

                    Joplin

                    Thanks for sharing that. It's not what I'm looking for right now but I can see using it in other situations.

                    1 Reply Last reply Reply Quote 0
                    • P
                      Pete.S @stacksofplates last edited by

                      @stacksofplates said in Formatting text instructions into html?:

                      I prefer asciidoc to markdown. Asciidoc has actual standards for things. Antora will build a pretty nice site with your projects written in Asciidoc as well.

                      Ifyou just want a single page, Asciidoctor will build a site as well.

                      I had a look at asciidoc and it looks very nice, especially for larger documentation projects.

                      stacksofplates 1 Reply Last reply Reply Quote 0
                      • stacksofplates
                        stacksofplates @Pete.S last edited by stacksofplates

                        @Pete-S said in Formatting text instructions into html?:

                        @stacksofplates said in Formatting text instructions into html?:

                        I prefer asciidoc to markdown. Asciidoc has actual standards for things. Antora will build a pretty nice site with your projects written in Asciidoc as well.

                        Ifyou just want a single page, Asciidoctor will build a site as well.

                        I had a look at asciidoc and it looks very nice, especially for larger documentation projects.

                        I have a couple projects in an Antora site. We had a ton more at work, but I can't show it on here. You can include multiple projects and have them appear at the bottom left, each with versions. We used it so that teams could create documentation for tools (or really whatever they wanted) and then that documentation could be scraped and included in the central site. I just have a few projects included in my site, but Antora makes that pretty easy.

                        Here's my very bad/basic example.

                        https://docs.hooks.technology

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post