Replies: 3 comments 17 replies
This comment has been hidden.
This comment has been hidden.
-
Stepping through code and fragment are both reveal.js native feature. Quarto only handles the support and improved markdown syntax. It seems those two features don't work well together and I don't know if something like is possible in reveal.js. Maybe using reveal.js hooks, something can be built in JS 🤔 One trail to follow would be to look into reveal.js community if someone has made something like that working. If so we could support, otherwise it would need to be develop. Thanks for the idea! |
Beta Was this translation helpful? Give feedback.
-
So I put together a plugin here. https://github.com/reuning/codefocus Lord knows that it has been 15 years since I took a college course on JavaScript. But it seems to work, it uses the line-highlight css to try to keep some consistency. I also checked that it doesn't seem to cause any problem with using line-highlight in other parts of your presentation. Any thoughts/feedback welcome. Though I should probably but this down for a bit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using RevalJS I was wondering if it is possible to step through line highlights and provide commentary for each line. Below is an example of my attempt to do this, but it doesn't work out the way I want--the non-code fragments all appear in between changing line highlights.
I added slashes so that it wouldn't work
Beta Was this translation helpful? Give feedback.
All reactions