How to create a help system for own Xojo desktop app(WIN)

I made a window that mimics the xojo help window.
then a sqlite database with one table, storing the help topics
one field for the help topic id, it’s name, it’s content as markdown, then generate the html content of the markdown, store it also in the same table.
display the html of the help topic in an htmlviewer.
simple, and the table can be stored in the app, in the sqlite database, or shared in a network database.


2 Likes