gadenbuie / xaringanExtra

:ferris_wheel: A playground of enhancements and extensions for xaringan slides.
https://pkg.garrickadenbuie.com/xaringanExtra
Other
448 stars 36 forks source link

Add search extension #90

Closed gadenbuie closed 3 years ago

gadenbuie commented 3 years ago

Closes #82.

Usage:

```{r xaringan-search, echo=FALSE}
# Use search and choose options like `position`, `case_sensitive`, etc.
xaringanExtra::use_search()

# Set appearance styles, like highlight color, etc.
xaringanExtra::style_search(match_background = "pink")
codecov-io commented 3 years ago

Codecov Report

Merging #90 (f671489) into master (9943220) will increase coverage by 5.64%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   32.20%   37.84%   +5.64%     
==========================================
  Files          16       17       +1     
  Lines         559      613      +54     
==========================================
+ Hits          180      232      +52     
- Misses        379      381       +2     
Impacted Files Coverage Δ
R/xaringanExtra-package.R 0.00% <0.00%> (ø)
R/search.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9943220...16e89ac. Read the comment docs.