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.janetin the same directory wherejwno.exeresides. -
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:
- Tutorial.janet is an interactive tutorial implemented as a single config file. (Download)
- Example-config.janet contains comprehensive practical config suitable for daily use. (Download)
- Minimal-config.janet showcases only the most basic operations, without any optional features. (Download)
To try out any 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 or minimal-config.janet.