https://github.com/iceend/gitbook-plugin-noun
Convert nouns to links.
https://github.com/iceend/gitbook-plugin-noun
gitbook-plugin
Last synced: 7 months ago
JSON representation
Convert nouns to links.
- Host: GitHub
- URL: https://github.com/iceend/gitbook-plugin-noun
- Owner: IceEnd
- License: mit
- Created: 2019-01-02T08:25:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T09:41:34.000Z (about 7 years ago)
- Last Synced: 2025-04-20T14:06:47.740Z (10 months ago)
- Topics: gitbook-plugin
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-noun
Convert nouns to links.
[](https://www.npmjs.com/package/gitbook-plugin-noun)
## Install
Use it for your book, by adding to your book.json:
```json
{
"noun": "Noun.md",
"plugins": ["noun"]
}
```
Then run `gitbook install`.
## Usage
In Noun.md, each title is a noun:
```markdown
# gitbook
GitBook makes it easy for your team to write and maintain high-quality documentation.
```
Using plugins:
```markdown
gitbook
```
After build:
```
gitbook
```