Jwno needs a config file to work. It's a text file containing some Janet code, which gets evaluated when you launch Jwno. There are multiple ways to specify a config file:

  • By default, Jwno looks for a file named jwno-config.janet in the same directory where jwno.exe resides.
  • You can drag-n-drop a config file from anywhere to jwno.exe.
  • When running Jwno from the command line or a shortcut, pass a path to jwno.exe: jwno.exe path\to\your\config.janet

Here are some examples:

To try out either of them, just download the file, then drag-n-drop it to jwno.exe. I recommend going through the tutorial first, before trying out example-config.janet. You can build your own config based on example-config.janet afterwards.