Yihui Xie
Yihui Xie
Thanks for sharing the solution! > it failed with a message about the version of an .fmt file I guess `tinytex:::refresh_all()` might fix it, too.
I'll see if I can suppress this empty plot. In the mean time, you can use the chunk option `fig.path = NULL` to avoid capturing the plot on litedown's side:...
Sorry I meant `fig.path = NA` instead of `NULL`.
Fixed in https://github.com/yihui/xfun.
I have never used Obsidian, but earlier this year someone mentioned to me that they and I perhaps have one thing in common: minimalism. So I'm definitely curious. I'll try...
@stla Unfortunately, I'm insanely busy recently and don't have time to look into this. Previously, we have been using this script to upgrade DataTables: https://github.com/rstudio/DT/blob/main/tools/update_DT.R I'm not sure if it...
1 有些超纲,这需要编辑器支持,不是我能做的。除非还从头写个编辑器。 2 估计不会采纳。 3 4 5 都有道理。谢谢。
就算有投票,我知道也有人痛恨这两个 `pivot_*()` 新名字。 `fuse()` 与 `html()` 完全是两码事,与 fuse() 等价的是 knit() 和 render(),它要表达的是代码和文档混编,而且并非唯一输出 html。 `view()` 太宽泛了,而且有别的包已经用这个名字了,并且也存在 `View()` 函数。 包名 litedown 对我来说唯一的小问题是八个字母太长,除此之外几乎完美。 包和函数的命名问题我已经花了大量时间去研究和琢磨,重命名的可能性应该不大了。
You are right. This hasn't been done in **litedown** yet. Thanks for the reminder!
Done now. Plot files are cleaned up by default. To keep them, set `embed_cleanup: false`, e.g., ```yaml output: litedown::html_format: options: embed_cleanup: false ```