Xinyuan Chu

Results 13 issues of Xinyuan Chu

## Problem description ecce package source code repo: when I run `pkgdown::build_news()` or `pkgdown::build_reference()`, the link that appears on the webpage is: In fact, all of link about repo link...

bug
linking :paperclip:

Manjaro 系统,Gnome 45.2,图标没法隐藏: ![aa](https://github.com/docmirror/dev-sidecar/assets/26940042/47c47346-ba3b-45b7-a2fa-34ed30acf750)

Feature Request
OS: Linux
Waiting for a reply(等待回复)
OS: Manjaro
v2.0.0
Todo

Thank you very much for developing this package, which perfectly solves the user and role rights issues. Here are a few half-baked suggestions I'd like you to consider: 1. Can...

https://github.com/rstudio/blastula/blob/e9bd2675cc8c43dd03d54db0981cf3444747e2b5/R/mime.R#L514 ## Example ``` r str = "mail" str Warning in sprintf("=?utf-8?B?%s?=", base64enc::base64encode(charToRaw(str)), : #> one argument not used by format '=?utf-8?B?%s?=' ``` Created on 2023-10-26 with [reprex v2.0.2](https://reprex.tidyverse.org) ##...

## 我的代码 ```` --- title: "测试案例" date: "2024-06-04" output: html_document --- ```{r} library(kableExtra) df = data.frame( 姓名 = c("张三", "李四"), 工资 = c(8000, 7500) ) df %>% kable() %>% kable_styling(font_size...

最近看到谭显英分享的一篇文章《[博客提速小记](https://shrektan.com/post/2020/10/06/blog-speed-up/)》,我认为有必要将 yihui.name/js/center-img.js 和 yihui.name/js/math-code.js 这两个文件放在 static/js 目录下,一来提高国内访问速度,二来减少依赖。 需要修改的文件:https://github.com/yufree/daily/blob/master/themes/hugo-xmag/layouts/partials/footer.html

我很喜欢[益辉博客里](https://yihui.org/en/2023/09/copy-button/)的那个复制按钮动画效果,很希望论坛也如法炮制下,谢谢。

## my data ```r data = data.frame( Date = c("2024-06-04","2024-06-04", "2024-06-04","2024-06-04","2024-06-04","2024-06-04", "2024-06-04","2024-06-04","2024-06-04","2024-06-04", "2024-06-04","2024-06-04","2024-06-04","2024-06-04", "2024-06-04","2024-06-04","2024-06-04"), Term = c(0,0.08,0.17,0.25,0.5,0.75, 1,2,3,5,7,10,15,20,30,40,50), Rate = c(1.3,1.4416,1.5074,1.5435, 1.5793,1.6091,1.6461,1.7858,1.9197,2.0708,2.2308, 2.2854,2.405,2.4754,2.5453,2.6211,2.625), Term2 = c("1D","1M","2M","3M","6M", "9M","1Y","2Y","3Y","5Y","7Y","10Y","15Y","20Y", "30Y","40Y","50Y") ) ```...

1. yaml 里的关键词后面的冒号输入完毕后要是有一个下拉框菜单提示就好了,但是涉及的 .Rmd 文档,情况可能复杂点,如果是有一个全新的文档格式,没有了历史包袱,定义域会小很多,实现起来是不是就容易多了。 2. 包名字改为 **xdown**. 3. RStudio 里新建文档那里,From Template 里建议安排上 **xdown** 的席位。 4. 帮助文档小品文里是否可以提供类似 [quarto reference](https://quarto.org/docs/reference/formats/html.html) 这样的文档,自定义起来会轻松很多。 5. 作为传递信息的介质,需且仅需一个。输出格式里建议有且仅有 html 即可,没必要支持其它格式,html 打印出来就是 PDF,如此以来,`output` 后面的选项是不是就极大的简化了,article、book、slider、blog、thesis、letter、card。嗯,我一直没有忘记 **pagedown**。

## 文档源码 ```` --- output: litedown::html_format: options: toc: true number_sections: true embed_resources: false meta: css: ["default", "@heading-anchor"] js: ["@heading-anchor"] --- ## Including Plots You can also embed plots, for example:...