內容簡介
RWP 套件 允許使用 REST API 將 R Markdown 文件發佈到 WordPress。
RWP Companion 外掛提供額外的支援層,以使透過 R Markdown 發佈的文件在 WordPress 中被識別。
功能
注意:此功能仍處於初始開發階段,可能會有變動。
在透過 RWP 發佈的文章上儲存 rwp_generated 元數據。
在透過 RWP 發佈且使用 R Markdown 的 tabset 功能的文章上儲存 rwp_tabset 元數據。
當設置了 rwp_tabset 元數據時,加載基本的程式腳本和樣式以支援 tabset。
在透過 RWP 發佈的單個文章的 <body> 中添加一個 rwp-generated 類別。
外掛標籤
開發者團隊
原文外掛簡介
The RWP package allows R Markdown documents to be published to WordPress using the REST API.
The RWP Companion plugin provides an additional support layer so that documents published through R Markdown can be recognized in WordPress.
Features
Note: This is still under active initial development and subject to change.
Store rwp_generated meta on posts published through RWP.
Store rwp_tabset meta on posts published through RWP that make use of R Markdown’s tabset feature.
Enqueue basic scripts and styles to support tabset when rwp_tabset meta is set.
Add an rwp-generated class to
