Importing .TXT files as lists only takes absolute filepaths, unlike file import macros (`%include ./relative/path/...`). The syntax would be dead simple. `list list_name "./filepath.txt"` `list type list_name "../filepath.txt"` Thanks!