HISE Logo Forum
    • Categories
    • Register
    • Login

    Using the markdown FT

    Scheduled Pinned Locked Moved General Questions
    35 Posts 6 Posters 2.2k Views
    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.
    • d.healeyD
      d.healey @Christoph Hart
      last edited by

      @Christoph-Hart Sounds like a good idea to me :)

      Free HISE Bootcamp Full Course for beginners.
      YouTube Channel - Public HISE tutorials
      My Patreon - HISE tutorials

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        BTW, this way you can also create offline HTML docs from the same source files.

        HISE just went doxygen :)

        1 Reply Last reply Reply Quote 1
        • d.healeyD
          d.healey
          last edited by d.healey

          I'm slightly confused about this part of the documentation tutorial

          An embedded documentation is nice, but you probably also want some sort of online manual so that users without internet connection (or possible customers who want to check out your software) can also read your documentation.

          If the user doesn't have internet how can they access the online manual? And how did they download my plugin :p

          Free HISE Bootcamp Full Course for beginners.
          YouTube Channel - Public HISE tutorials
          My Patreon - HISE tutorials

          ustkU 1 Reply Last reply Reply Quote 0
          • ustkU
            ustk @d.healey
            last edited by

            @d-healey That's actually useful when you want the doc as bedside book.
            @Christoph-Hart Is there a way to create a PDF from the .md file?

            Hise made me an F5 dude, browser just suffers...

            d.healeyD 1 Reply Last reply Reply Quote 0
            • d.healeyD
              d.healey @ustk
              last edited by d.healey

              @ustk Yeah but it says for an online manual when the user is without internet connection. Does it mean you can create an online version which the user can then download and have as an offline version? And if this is the case can't they access the offline version inside the plugin anyway.

              Something like this to convert to PDF - https://www.markdowntopdf.com/

              Free HISE Bootcamp Full Course for beginners.
              YouTube Channel - Public HISE tutorials
              My Patreon - HISE tutorials

              1 Reply Last reply Reply Quote 1
              • Christoph HartC
                Christoph Hart
                last edited by

                No I meant if the user doesn't have internet on the system where he runs the plugin which happens more often than you would think, some people are really paranoid about their studio computers.

                In this case he can still read the docs on his iPad or whatever device he has internet access to :)

                I really despise PDFs as user manual. They never fit the aspect ratio of the screen and their ridiculous page layout distracts the reading process. As if anyone would ever print that LOL.

                d.healeyD ustkU 2 Replies Last reply Reply Quote 0
                • d.healeyD
                  d.healey @Christoph Hart
                  last edited by

                  @Christoph-Hart I get it now, thanks :)

                  Free HISE Bootcamp Full Course for beginners.
                  YouTube Channel - Public HISE tutorials
                  My Patreon - HISE tutorials

                  1 Reply Last reply Reply Quote 0
                  • ustkU
                    ustk @Christoph Hart
                    last edited by

                    @Christoph-Hart I get you for the PDF, but some people (like me 😜) like to keep all the manuals in one place like iBook or anything else in PDF form. But as we can convert the markdown to PDF, it's a good option to have on top of the online version for users...

                    Hise made me an F5 dude, browser just suffers...

                    1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey
                      last edited by

                      What's the method to escape special characters in HISE markdown? For example * and #

                      Free HISE Bootcamp Full Course for beginners.
                      YouTube Channel - Public HISE tutorials
                      My Patreon - HISE tutorials

                      ustkU 1 Reply Last reply Reply Quote 0
                      • Christoph HartC
                        Christoph Hart
                        last edited by

                        Hmm, good point. Normally I wrap them into a code block like * this!=[]. Is there a Markdown standard for escape characters?

                        1 Reply Last reply Reply Quote 0
                        • d.healeyD
                          d.healey
                          last edited by

                          Depends on the standard. Github uses backslashes, I've seen others use < or > and reference to using |

                          Free HISE Bootcamp Full Course for beginners.
                          YouTube Channel - Public HISE tutorials
                          My Patreon - HISE tutorials

                          1 Reply Last reply Reply Quote 0
                          • ustkU
                            ustk @d.healey
                            last edited by ustk

                            @d-healey said in Using the markdown FT:

                            What's the method to escape special characters in HISE markdown? For example * and #

                            @Christoph-Hart Any news on this?

                            Also, @ulrik shows above that we can have tree menus in the TOC, but I can only get one level, not two, no matter how many # I use...

                            Untitled.jpeg

                            Hise made me an F5 dude, browser just suffers...

                            1 Reply Last reply Reply Quote 0
                            • ustkU
                              ustk
                              last edited by

                              Ok so I managed to find a solution by placing different .md in separate folders.

                              Although the only way I found to get them in a logical order is adding a number in front of the keywords.
                              Is there a more elegant way to class them without adding numbers?

                              Untitled.jpeg

                              Hise made me an F5 dude, browser just suffers...

                              ulrikU 1 Reply Last reply Reply Quote 0
                              • ulrikU
                                ulrik @ustk
                                last edited by

                                @ustk if I remember you can set an index for every .md, to sort, like
                                Skärmavbild 2020-03-17 kl. 09.41.45.png

                                Hise Develop branch
                                MacOs 15.3.1, Xcode 16.2
                                http://musikboden.se

                                ustkU 1 Reply Last reply Reply Quote 2
                                • ustkU
                                  ustk @ulrik
                                  last edited by

                                  @ulrik Oh cool! Checking asap ;)

                                  Hise made me an F5 dude, browser just suffers...

                                  1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey
                                    last edited by

                                    Use the documentation tutorial as a template, it has everything you need, including a tutorial :p

                                    https://github.com/christophhart/hise_tutorial

                                    Free HISE Bootcamp Full Course for beginners.
                                    YouTube Channel - Public HISE tutorials
                                    My Patreon - HISE tutorials

                                    ustkU 2 Replies Last reply Reply Quote 2
                                    • ustkU
                                      ustk @d.healey
                                      last edited by

                                      @d-healey Oh! How could I miss it... 🤓

                                      Hise made me an F5 dude, browser just suffers...

                                      1 Reply Last reply Reply Quote 0
                                      • ustkU
                                        ustk @d.healey
                                        last edited by

                                        @d-healey Thanks, David! I learned a lot ;)

                                        Hise made me an F5 dude, browser just suffers...

                                        1 Reply Last reply Reply Quote 1
                                        • JayJ
                                          Jay @ulrik
                                          last edited by

                                          @ulrik any example of this?

                                          Joansi Villalona

                                          d.healeyD 1 Reply Last reply Reply Quote 0
                                          • d.healeyD
                                            d.healey @Jay
                                            last edited by

                                            @Jay Look at my last reply.

                                            Free HISE Bootcamp Full Course for beginners.
                                            YouTube Channel - Public HISE tutorials
                                            My Patreon - HISE tutorials

                                            JayJ 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            32

                                            Online

                                            2.0k

                                            Users

                                            12.7k

                                            Topics

                                            109.9k

                                            Posts