Using the markdown FT
-
@Christoph-Hart great! :)
-
@Christoph-Hart there is 2 things I just can't figure out:
-
How do I get a new tab in the documentation at the same level as the first? (Documentation), see pict
-
How do I set a new colour for the different tabs, using
colour: #FF5500FF
this will only works on the top most document "Readme.md"
I guess the questions are related, if I manage to create a new tab at the same level as the "Readme.md" (Documentation)
it will also allow me to set another colour for that document and it's children, right?
-
-
Can github be used to host the cached files for auto-updating?
-
Hmm not sure but you just need to upload it on any FTP server with SSL enabled so why not putting it on https://docs.librewave.com/cache?
-
@Christoph-Hart Sounds like a good idea to me :)
-
BTW, this way you can also create offline HTML docs from the same source files.
HISE just went doxygen :)
-
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
-
@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? -
@ustk Yeah but it says for an
online manual
when the user iswithout 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/
-
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