An open API service indexing awesome lists of open source software.

https://github.com/samchon/gitbook-plugin-import

Import content from other files
https://github.com/samchon/gitbook-plugin-import

Last synced: over 1 year ago
JSON representation

Import content from other files

Awesome Lists containing this project

README

          

# Import
## Gitbook Plugin
Import contents from other documents

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

```json
{
"plugins": ["import"]
}
```

## Usage
Write `` down to markdown file.

If you want to use templates, then define dictionary as `` and write `${{ key }}` down to content.

```md

# 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

## Remote Content

## Partial Content

```