martin-lueders / ML_modules

free modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
90 stars 18 forks source link

Add URLs to individual module manuals #66

Closed AndrewBelt closed 3 years ago

AndrewBelt commented 3 years ago

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"]
    },
martin-lueders commented 3 years ago

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