Hello,

On Tue, 19 Jan 2021 at 12:11, Hans Hagen <j.hagen@xs4all.nl> wrote:
On 1/19/2021 11:57 AM, Floris van Manen wrote:
>
>
> On 18/01/2021 19:20, Hans Hagen wrote:
>> You can run
>>
>>    meta-imp-punk.mkxl
>>
>> to get an idea. There's also a typescript:
>>
>>    type-imp-punk.mkxl
>
>
> How to run these?
Normally with:

context --global <that filename>

when file has \continueifinputfile{<file>} line. Below the command there is an example. Didn't know the --global switch. It searches the file in the distribution, but runs it in any actual folder, so one doesn't have to do a local copy of the source file.
 
type-imp-punk.mkxl is a regular typescript file, which can be enabled by \setupbodyfont[punk] in any of your documents.

Jano