#mdbook #table #reference #content #create

app mdbook-reference-table

mdBook 预处理器,用于创建参考表

1 个不稳定版本

0.1.0 2024年4月1日

#943 in 文本处理

MIT 许可证

20KB
231


Logo

mdBook 参考表预处理器

用于创建参考表的 mdBook 预处理器。

目录
  1. 入门
  2. 许可证
  3. 联系方式

入门

  1. 安装命令行工具

    cargo install mdbook-reference-table
    

    注意:尚未发布到 crates.io。在此期间,您可以克隆此仓库。

  2. 将预处理器添加到您的 book.toml 文件

    [preprocessor.reference-table]
     command = "../../target/release/mdbook-reference-table.exe" # If Windows
     reference-table = "./reference-table.yaml" # Relative to your book.toml
    
  3. 构建您的书籍并提供服务。

  4. 查看并编辑您的参考表文件 reference-table.yaml。示例

    reference-table:
     - id: "audita-quot"
       path: "content/subject-1/audita-quot.md"
     - id: "bos-quae-inde-limen"
       path: "content/subject-2/subfolder-1/bos-quae-inde-limen.md"
     - id: "esse-corpora-achaidas-sacros-ad-quas"
       path: "content/subject-3/subfolder-1/subsubfolder-1/esse-corpora-achaidas-sacros-ad-quas.md"
    

许可证

版权所有 (C) 2024 Jefferson Johannes Roth Filho。有关更多信息,请参阅 LICENSE

联系方式

Jefferson Roth - [email protected]

项目链接: https://hub.docker.com/r/jeffroth/mdbook-reference-table

依赖关系

~13–25MB
~359K SLoC