Skip to content

Instantly share code, notes, and snippets.

@EmilHvitfeldt
Created October 1, 2023 20:33
Show Gist options
  • Save EmilHvitfeldt/6f007e1933c79034c5ee90e028b52b5d to your computer and use it in GitHub Desktop.
Save EmilHvitfeldt/6f007e1933c79034c5ee90e028b52b5d to your computer and use it in GitHub Desktop.
highlight files with highlightword
---
format: revealjs
execute:
echo: true
engine: knitr
revealjs-plugins:
- highlightword
---
# Option 3: using highlightword
## RStudio Projects
::: columns
::: {.column width="70%"}
::: {.fragment .highlightword fragment-index=1 word="|" number=1 style="background:lightblue;"}
:::
::: {.fragment .highlightword fragment-index=1 word="__stem_cell_rna.Rproj" number=1 style="background:lightblue;"}
:::
```{bash}
#| eval: false
#| code-line-numbers: false
-- stem_cell_rna
|__stem_cell_rna.Rproj
|__raw_ data/
|__2019-03-21_donor_1.csv
|__README. md
|__LICENSE
|__R/
|__01_data_processing.R
|__02_exploratory.R
|__functions/
|__101 file import
|__02_normalise.R
```
:::
::: {.column width="30%"}
::: {.fragment fragment-index=1}
The project directory
:::
:::
:::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment