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
- Host: GitHub
- URL: https://github.com/samchon/gitbook-plugin-import
- Owner: samchon
- License: mit
- Created: 2019-09-19T04:08:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T00:40:22.000Z (over 6 years ago)
- Last Synced: 2025-02-25T04:34:19.097Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```