文件名称:docpad-plugin-associatedfiles:DocPad插件,可获取我们特定文档的所有关联文件
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-02 10:44:37
docpad-plugin JavaScript
关联文件插件 该插件简化了在DocPad中查找特定文档的关联文件的操作,该功能可用于: 获取画廊的图像 获得文章下载 等等等 安装 docpad install associatedfiles 用法 它的工作方式是查看src/files/associated-files/#{document.associatedFilesPath or document.basename}中的文件。 凡associatedFilesPath在文档的元数据设置,如果它不存在,它将使用文件的基本名称(例如基本名称my-holiday-2012.html.eco是my-holiday-2012 )。 该路径内的所有文件都将与您的文档相关联,并且可以通过@getDocument().getAssociatedFiles()检索@getDocument().getAssociat
【文件预览】:
docpad-plugin-associatedfiles-master
----.gitignore(631B)
----package.json(5KB)
----package-lock.json(90KB)
----LICENSE.md(1KB)
----.travis.yml(783B)
----coffeelint.json(2KB)
----CONTRIBUTING.md(3KB)
----.mergify.yml(237B)
----.github()
--------FUNDING.yml(124B)
--------dependabot.yml(119B)
----.prettierignore(5B)
----README.md(11KB)
----HISTORY.md(2KB)
----source()
--------index.js(2KB)
----.npmignore(781B)
----test()
--------package.json(155B)
--------package-lock.json(3KB)
--------src()
--------out-expected()
----.editorconfig(413B)