Tim K
Tim K
The issue still exists on `v3.0.2`...
As a temporary solution, I added a JS snippet to `src/gatsby-theme-docz/wrapper.js` to scan all links in the main container and fix them: ```tsx const Wrapper = ({ children, doc })...
There is no way to set the log level currently, but that's definitely something Chonky should support in the future.
Hi, the styling documentation is missing at the moment because Chonky v2.x has very limited support for custom styles. This is a known issue and it stems from some bugs...
Hi, at present this is not supported, there is some discussion on the topic in https://github.com/TimboKZ/Chonky/issues/31. The long-term plan is to treat List view and Grid view as two completely...
Hi, at the moment this is not a supported feature. I think the best solution for you right now is to fork Chonky and customise it as necessary. Can you...
Hi @rogiervandenberg, your use case is very common, so I'm very keen to add support for it. That said, I still haven't pinned down the best way to implement this....
Hello, apologies for the late reply, I had a mini-vacation. The reason file search only searches the "directory" right now is because Chonky doesn't have access to the global file...
**Small announcement:** I have just released Chonky `v2.0.0`, and updated the documentation website to reflect the most recent changes. You can find it here: https://chonky.io/
Thanks @TheAksh! Moving files to the parent directory using drag & drop is not supported yet, but I'm planning to work on this soon. I'll use the mechanism suggested in...