Malte Bonart

Results 8 comments of Malte Bonart

I have experienced the same issues of skipped sections during navigation. I made a small change in `layouts/partials/footer.html` and it solved the navigation issues for my projects (see https://github.com/bonartm/hugo-theme-learn/commit/2583aaab832e7ef36bb9e625845f34c4c5b44220). But...

Thanks! Let's continue discussion here: https://github.com/bonartm/quizdown-js/issues/53

`init` only created an app on page load by looking and converting all `.quizdown` elements. In your function you should use the `createApp` method. It needs the raw quizdown text,...

I don't think it's possible but I've never tried though. It but it would be nice to be able to easily get some more insights into the quiz from outside...

No, I don't have time to work on that. I'll leave the issue open for someone else to help us with it.

Thanks a lot, Kristian, for your work and suggestions. I will look into it in the upcoming weeks.

I can navigate through the page with `Tab` (next focus) `Shift+Tab` (previous focus) and `space` (select item, click button). When clicking the "next" button with the keyboad I'm still inside...

It's not implemented yet. Also related to #12.