TheMcnafaha

Results 13 comments of TheMcnafaha

I'm interested in adding this feature, but I think my skills would limit me to only adding a UI facade of folders. If anyone has used Anki here, you'd know...

Alright. I'll work on building a basic prototype that will have this 2 features: - [ ] allow for only one level of nesting - [ ] editing the parent...

> @johannesjo First of all I should mention that the tool is great as is :D So thank you so much for maintaining this awesome project! > > In order...

Thanks for the feedback @maiieul > on the naming, I think we've started adopting the dot syntax. Yes, the components should be moved to the dot syntax. > Please, could...

Roadmap, in order of how I want to progress: - [x] Make component use visual focus instead of normal focus were the W3 spec says so (affects most of current...

Calling it "hacks" is a bit of an exaggeration. It's all standard JS patterns that are also used in other repos like shadcn. I would also strongly advise against basing...

is this the desired result? ![image](https://github.com/user-attachments/assets/eff31dec-a08d-4f43-99c2-bd9436d502d8)

Then you actually have a good blueprint to use. The big picture is that you need to implement the active item code from the qwikui TOC (look at the useActiveItem...

I'll try to use node instead of bash since we are a node project already.

TypeDoc is way overkill for what we need and is much slower. Closing PR for custom solution,