xenharmonic-devs / scale-workshop

Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
MIT License
73 stars 10 forks source link

Basic URL API #575

Open frostburn opened 5 months ago

frostburn commented 5 months ago

Human writable URLs for quick links to common types of scales.

frostburn commented 2 months ago

recently materializedToday at 2:42 AM

how do I include a scaleworkshop link in a wiki page? the ~~~ in the link is replaced with my signature and tags disable the link entirely (this is on a user page)

fredg999Today at 2:45 AM

You could re-enable the link manually using [ ] brackets outside the nowiki tag, and if that doesn't work, try HTML tags ()

recently materializedToday at 3:02 AM

I have already tried [<nowiki>...</nowiki> ...], <a href="...">...</a>, <a href="<nowiki>...</nowiki>">...</a>, and <nowiki><a href="...">...</a></nowiki>, and none of them worked. (This text is also an argument to a template, so no pipe | characters allowed.)

frostburnToday at 8:48 AM

What kind of links are allowed in the wiki syntax? What kind of links could the wiki auto-generate? Can someone collaborate with me to make Scale Workshop more useful in this context?

fredg999Today at 8:48 AM

Ideally avoid character sequences reserved in wiki markup, including the most frequent ones presented here: https://www.mediawiki.org/wiki/Cheatsheet As to what the wiki could generate, if a Lua module can generate it, then we should be able to do it.