gatsby-source-dropbox-paper:从 Dropbox Paper API 中提取数据的 Gatsby 源插件

时间:2024-06-18 22:39:58
【文件属性】:

文件名称:gatsby-source-dropbox-paper:从 Dropbox Paper API 中提取数据的 Gatsby 源插件

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-18 22:39:58

react dropbox gatsby dropbox-api jamstack

用于 Gatsby 的 Dropbox Paper Source 插件 使用此插件将数据从帐户提取到站点或应用程序。 安装 运行npm install gatsby-source-dropbox-paper 。 获取您的 Dropbox 帐户的访问令牌,可在生成。 在gatsby-config.js文件中,将插件和访问令牌添加到plugins数组: plugins: [ { resolve : "gatsby-source-dropbox-paper" , options : { access_token : "your-access-token" } ] 你都准备好了! 用法 设置输出格式 默认情况下,数据将以 Markdown 格式提取,但您也可以通过包含format选项来指定“html”: plugin


【文件预览】:
gatsby-source-dropbox-paper-master
----.gitignore(17B)
----DocumentManager.js(2KB)
----package.json(1KB)
----package-lock.json(30KB)
----LICENSE(1KB)
----README.md(3KB)
----gatsby-node.js(2KB)
----CODE_OF_CONDUCT(3KB)

网友评论