qmd-lab / closeread

https://closeread.dev
MIT License
130 stars 5 forks source link

Feature presentation mode #60

Closed andrewpbray closed 3 months ago

andrewpbray commented 3 months ago

@jimjam-slam I think this is good to go! Check out the Guide or the Reference for how to use.

Small thing: do you know how to refer to the right and left arrows in the kbd shortcode?

jimjam-slam commented 3 months ago

Ooh, I like the keyboard shortcut! Very reveal-inspired 🥳

jimjam-slam commented 3 months ago

I don't know how to do the arrow, I'll afraid :/ Maybe we can have a dig around in the Quarto code to down it out! I'll be on a train this arvo, so I'll try to have a look!

jimjam-slam commented 3 months ago

Small thing: do you know how to refer to the right and left arrows in the kbd shortcode?

I had a look at the extension, and it honestly looks like it just does platform selection and the just stringifies the shortcut text: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/extensions/quarto/kbd/kbd.lua

So I reckon we can get by just using the Unicode "[direction]ward arrow" glyphs at U+2190-2193 😊

→ ← ↓ ↑