Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZhangYet/kamui
a vs code plugin of bookdown
https://github.com/ZhangYet/kamui
Last synced: 3 months ago
JSON representation
a vs code plugin of bookdown
- Host: GitHub
- URL: https://github.com/ZhangYet/kamui
- Owner: ZhangYet
- Created: 2019-03-28T19:41:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T08:20:58.000Z (almost 5 years ago)
- Last Synced: 2024-05-27T12:43:33.069Z (6 months ago)
- Language: TypeScript
- Size: 9.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-rmarkdown - kamui: a vs code plugin of bookdown
README
# kamui
`kamui` is a vs code plugin for bookdown, you can use it to build bookdown project.
## Features
* `bookdown.buildBook`: build bookdown project.
## Usage
![Usage](./usage.gif)
## Requirements
You need to install R and bookdown at first.
## Extension Settings
There is no settings now
## TODO list
1. save all changes before compiling.
2. clear output dir before compiling.## Release Notes
### 0.2.0
refactor and reuse outputChannel.
### 0.1.1
add outputChannel to output error message of Rscript.
### 0.1.0
release this version.
### 0.0.2
update compiling log output.
### 0.0.1
basic usage: buildBook.