K.V.
K.V.
I tried to check out the code by @mvultgmr, but the link was dead. One of the things on my QuestJS to-do list is to add the hamburger-style menu for...
It works using `git` in WSL, though. ```console kv@DESKTOP-FOOBAR2:/mnt/c/Users/kv/Documents/GitHub/QuestJS.wiki$ git clone https://github.com/ThePix/QuestJS.wiki.git Cloning into 'QuestJS.wiki'... remote: Enumerating objects: 7703, done. remote: Total 7703 (delta 0), reused 0 (delta 0), pack-reused...
Can't have `:` in a Windows filename. That looks like the issue.  --- 
I have renamed all the files and attached a ZIP of the entire wiki. [QuestJS.wiki.zip](https://github.com/user-attachments/files/17882419/QuestJS.wiki.zip)
Can we do that? Create a PR for the wiki? I never even considered that, haha, but I sent a message to ThePix. I just noticed I missed a file,...
`?` is an issue when I try now. --- Just found this: https://docs.github.com/en/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages#about-wiki-filenames > Don't use the following characters in your wiki page's titles: `\ / : * ? "...
https://github.com/ThePix/QuestJS/blob/f9680fb53365b0b79583d1cdb67e4e345a622605/lib/item-links.js#L217-L221 This is what I changed to fix it: ```js //return formatList(list, {lastSep:lang.list_or, nothing:lang.list_nowhere}); return formatList(list, {lastSep:lang.list_or, nothing:''}); ```
I remember @ThePix saying there was no work-around for this quite a few times, when he was just trying to make it work for the sake of seeing if he...
I was completely mistaken. JavaScript *will* allow spaces in object names. I think Pixie maybe disallowed spaces due to things like hyper-links(?). Anyway, I commented out this one line, and...
I got lost in finding out why no spaces were allowed in QuestJS and lost track... You are talking about converting games with names with spaces. Sorry about that, haha....