Skip to content

Add glossary term collector #1

@cynthiahqy

Description

@cynthiahqy

In each document define a definitions table

defs <- tibble::tribble(~term, ~def,
                        "cake", "a sweet baked dessert made from flour",
                        "pancake", "flat cake made in a pan")

and add to it using tibble::add_case()

Then collect all the definitions together and load them into the glossary page

library(epoxy)
#all_defs <- row_bind(def1, def2,...)

Define an epoxy template

{term}

: {def}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions