Hi
Trying to get the hang of Kirby, I’m playing around and expermienting.
So, I’d like to just comment out variantes that I’ve tested rather than deleting them (just like in program code).
First of all this applies to “things” like .txt files in the content/ folder. Can you do it there? I couldn’t find a way.
But talking of… the scheme could be useful in other areas like on the filesystem level as well. For instance, I found that apparently it’s always the last .txt file in a content folder that’s being used, in case there are several.
Thus, I can actually comment out a file by prepending ‘#’, e.g. ‘content/3_about/about.txt’ to ‘content/3_about/#about.txt’. But that seems conincidental and probably won’t work where Kirby might want to access all files in a folder (not sure where this actually applies - I’m talking about the scheme).
Thus, the question here is whether there’s already a way to achive this (or whether it might be something for the wish list…)?
Thanks
Dieter