Using the markdown FT
-
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.
-
@Christoph-Hart I get it now, thanks :)
-
@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...
-
What's the method to escape special characters in HISE markdown? For example * and #
-
Hmm, good point. Normally I wrap them into a code block
like * this!=[]
. Is there a Markdown standard for escape characters? -
Depends on the standard. Github uses backslashes, I've seen others use
<
or>
and reference to using|
-
@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...
-
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? -
@ustk if I remember you can set an index for every .md, to sort, like
-
@ulrik Oh cool! Checking asap ;)
-
Use the documentation tutorial as a template, it has everything you need, including a tutorial :p
-
@d-healey Oh! How could I miss it...
-
@d-healey Thanks, David! I learned a lot ;)
-
@ulrik any example of this?
-
@Jay Look at my last reply.
-
@d-healey I look but I don't see it
-
@Jay it's called "DocumentationTutorial", here https://github.com/christophhart/hise_tutorial/tree/master/DocumentationTutorial
Download it and open it in Hise and you will get a lot of information from it
-
@ulrik Thank you
-
Has anyone gotten images to display within the markdown panel? I can't get this to work.
-
@dustbro Markdown panel is broken at the moment. I have a video on patreon about it and its current issues.