villeodell
villeodell
Here's some AppleScript for this for use with Apple Music: ``` tell application "Music" set loved of current track to true reveal current track activate end tell ```
Ordinarily yes, but I've got a pretty full plate right now and was only exploring the possibility of using the node module. Sorry to raise the issue and then not...
I had luck using the Windows PowerShell Compatibility feature, e.g. `Import-Module -Name 'AzureADPreview' -UseWindowsPowerShell` > When the first module is imported using Windows PowerShell Compatibility feature, PowerShell creates a remote...
Just for additional context, even though most people's use case for this is footnotes, the following minimal example is parsed fine by commonmark.js ([see here](https://spec.commonmark.org/dingus/?text=%5B%5E1%5D%0A%0A%5B%5E1%5D%3A%20%2Furl)) ```markdown [^1] [^1]: /url ```...