Garrick Aden-Buie
Garrick Aden-Buie
Follow up to #8, don't just create the file, add the template, or at least a file with a shortcut and instructions.
In cases where the goal of the shortcut is to add an option to insert text. This is possible with a wrapper around rstudioapi functions, but requires a bit of...
I may be misunderstanding the prescribed usage of the `tagfilter` extension, but it doesn't seem to be working. ``` r library(commonmark) markdown_commonmark("", extensions = "tagfilter") #> [1] "\n" markdown_html("", extensions...
countdown would make a great quarto extension and I fully intend to make it happen. Something like this: ```markdown {{< countdown-timer 1:30 warn_when=30 >}} ``` Although I haven't thought much...
https://user-images.githubusercontent.com/5420529/185746006-2ace5971-5491-4489-a882-c33ab7f64ef4.MOV
The buttons themselves might be too small by default, but even if the buttons were a little bigger the touch radius also needs to be larger.
and then hook into these to turn the timer into a proper Shiny input
Disallowing bump up/down made sense when the action followed from clicking on a running timer, but now that we have specific buttons for this I might want to allow the...
just have bump up/down buttons start raised with the shadow and then animate the active state.
(Even using {sass} would be better.) > I do something a little unusual in countdown and write the CSS file on the fly for the first timer included in the...