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

    Formatting text instructions into html?

    IT Discussion
    markup html documentation markdown
    5
    10
    932
    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.
    • 1
      1337
      last edited by 1337

      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

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

          I love markdown for this.

          How are these files being presented?

          That really determines how you need to design it.

          1 1 Reply Last reply Reply Quote 2
          • 1
            1337 @JaredBusch
            last edited by 1337

            @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.

            1 1 Reply Last reply Reply Quote 0
            • 1
              1337 @1337
              last edited by 1337

              @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.

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @1337
                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
                • stacksofplatesS
                  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.

                  1 1 Reply Last reply Reply Quote 2
                  • 1
                    1337 @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
                    • 1
                      1337 @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.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @1337
                        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
                        • 1 / 1
                        • First post
                          Last post