Closed andrewpbray closed 3 months ago
Ooh, I like the keyboard shortcut! Very reveal-inspired 🥳
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!
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 😊
→ ← ↓ ↑
@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?