Florian Kohrt

Results 91 issues of Florian Kohrt

I have one more general suggestion (regarding ambiguous use of arrows) and one more specific suggestion (regarding ambiguous toggle states for "Filter by fields"). An entry in the classic Table...

Sometimes I find the fullscreen tiddler editor opening automatically annoying when I just want to traverse the links. An option to disable this would be great!

question

There's a JS file erroneous included at [/home/felo/projects/Tiddlywiki/TiddlyWiki5/plugins/felixhayashi/tiddlymap/js/lib/TypeDefs.js](http://tiddlymap.org/#%2Fhome%2Ffelo%2Fprojects%2FTiddlywiki%2FTiddlyWiki5%2Fplugins%2Ffelixhayashi%2Ftiddlymap%2Fjs%2Flib%2FTypeDefs.js)

question

**Explain the problem.** Pauses (`. . .`) between columns are not interpreted as such when converting to `revealjs` format: ```md ::: columns :::: column Left column :::: . . ....

bug
format:HTML
writer

When using `tikzDevice` as device when plotting with knitr and rmarkdown, there appear to be differences between using global options and chunk options for setting the PDF engine. I will...

This is a minor issue, but the documentation currently [states](https://github.com/rstudio/blogdown/blob/2eeed0e5da41edcee60fc20798942f629d29f7a7/docs/02-hugo.Rmd#L15) that "with the official Pandoc support in Hugo, you cannot customize the Pandoc command-line options". While it's true that there's...

documentation

The section detailing how to "[Control the placement of figures](https://bookdown.org/yihui/rmarkdown-cookbook/figure-placement.html)" might benefit from also mentioning the [placeins](https://www.ctan.org/pkg/placeins) package. E.g. the following forces floats inside their section or immediately above the...

Only providing a bibliography via `pandoc_args` does not trigger citeproc: ``````Rmd --- title: Test output: html_document: pandoc_args: --bibliography=bibliography.bib --- ```{cat, engine.opts=list(file = "bibliography.bib")} @Manual{Xie2020, title = {rmarkdown: Dynamic Documents for...

[Pandoc's default LaTeX template](https://github.com/jgm/pandoc-templates/blob/2.14.1/default.latex) is clever: Some packages–as of v2.14.1 "upquote", "microtype", "parskip", "xurl", "bookmark" and "footnotehyper"–will only be used if they are available (checked via `\IfFileExists`). This way, however,...

Considering the similarity, I would mention the possibility to use the special yaml tag `!expr` as an alternative to `knitr`'s inline code (discussed [here](https://github.com/yihui/rmarkdown-cookbook/blob/1d95296/04-content.Rmd#L65-L78)). The former is provided by the...