Skip to content

samchon/gitbook-plugin-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import

Gitbook Plugin

Import contents from other documents

Installation

Open the book.json and insert import value into the plugins variabl

{
    "plugins": ["import"]
}

Usage

Write <!-- @import("path") --> down to markdown file.

If you want to use templates, then define dictionary as <!-- @templates([ ["key, "value"], ["key, "value"] ]) --> and write ${{ key }} down to content.

<!-- @templates([
    ["name", "Jeongho Nam"],
    ["github", "https://github.com/samchon"],
    ["email", "samchon@samchon.org"]
]) -->

# My Content
## Introduction
Hello, my name is ${{ name }} and my github address is $ {{ github }}. If you want to contact me, mail to ${{ email }}.

## External Content
<!-- @import("internal/detail.md") -->

## Remote Content
<!-- @import("https://raw.githubusercontent.com/samchon/tstl/master/src/container/TreeMap.ts") -->

## Partial Content
<!-- @import("internal/story.md#L7-L24") -->

About

Import content from other files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published