prettydoc icon indicating copy to clipboard operation
prettydoc copied to clipboard

Some options for html_document do not work in html_pretty

Open yixuan opened this issue 9 years ago • 6 comments

Some options relies on Bootstrap, so they are not applicable in html_pretty. Also a certain number of features are based on the Bootstrap template, and their CSS need to be added to the built-in themes of prettydoc.

  • code_folding: Relies on Bootstrap (documented)
  • code_download: Relies on Bootstrap (documented)
  • toc_float: Relies on Bootstrap (documented)
  • toc: Need CSS (updated)

We need to at least document these problems in prettydoc.

yixuan avatar Aug 12 '16 00:08 yixuan

toc_float is a make or break feature for me, I even stopped using the wonderful juba/rmdformats/readthedown template because html_document gained that ability :/

I realize this is difficult, but is it realistic to add this option in future versions? If not, I completely understand, but I needed to ask :)

jemus42 avatar Aug 19 '16 17:08 jemus42

@jemus42 Yeah I understand. I'll take a look and see if there is any way to implement similar features without using Bootstrap.

yixuan avatar Aug 19 '16 18:08 yixuan

Hello, is there any update about using toc_float in html_pretty now? I still can't own both pretty theme and float content at the same time. THX :)

SylviaLL avatar May 31 '19 05:05 SylviaLL

@yixuan Like your package so much. Cayman and github combo theme is very pleasing to my eyes. Thank you.

I'd like to see a toc_float implementation in prettydoc. Do you have any update on this?

mik3y64 avatar Aug 25 '19 14:08 mik3y64

Hi @yixuan,

I would like to see tabset features {.tabset .tabset-fade} available in prettydocs. Thanks

jmhulbert avatar Dec 15 '19 15:12 jmhulbert

Like a lot your package. I have found that automatic numbering of sections, figures and tables is not possible with html_pretty. Is correct? Or maybe I am missing something?

juancasy avatar Feb 29 '20 11:02 juancasy