bookdown.org icon indicating copy to clipboard operation
bookdown.org copied to clipboard

[Feature] Add a way to filter archive content by language ?

Open cderv opened this issue 7 years ago • 1 comments

It could be interesting to be able to add a tag for langage to help discover new book. It could be added manually by authors in the YAML header or estimated base on title and description.

What do you think ?

cderv avatar Sep 11 '18 11:09 cderv

I thought about it in #8, and implemented it via matching the description against a custom tag list: https://github.com/rstudio/bookdown.org/blob/master/R/tags.txt which generates this page: https://bookdown.org/home/tags/ (not very useful IMO but better than nothing).

As I said in #8, it will be nice to let authors provide their own tags, but it seems to be more work for me to do in bookdown, and I didn't have time for it.

yihui avatar Sep 11 '18 15:09 yihui