martin-lueders/ML_modules

Add URLs to individual module manuals

Closed this issue · 1 comments

VCV Rack and the VCV Library support per-module manual URLs. Simply add a "manualUrl" property to each module object in the plugin.json manifest. https://vcvrack.com/manual/Manifest#modules-manualurl If you change your wiki manual to use headers (e.g. ### FreeVerb) instead of bullet points, you can link directly to that section on the page. Example:

    {
      "slug": "FreeVerb",
      "name": "FreeVerb",
      "moduleUrl": "https://github.com/martin-lueders/ML_modules/wiki#freeverb",
      "description": "VCV Rack implementation of the good old Freeverb",
      "tags": ["Effect","Reverb"]
    },

Thanks for the comment. This is done now since the last release.