bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书 by dapeng

View this thread on steempeak.com
· @dapeng · (edited)
$39.67
bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书
Hi guys! This is my first post on utopian.io. Hopefully it goes on the right way. This post was written bilingually, in English and Chinese.

> 嘿,你好!这是我在 utopian.io 发布的第一篇帖子。但愿我的发布方式没出什么岔子。本文用英文和中文写作,中文在后半部分。

## Introduction

This post is to introduce an open-source package called ***[bookdownplus](https://github.com/pzhaonet/bookdownplus)*** I have been developing with R language for writing assorted books and documents in bookdown environment. 

If you are a Steemian, or a markdown user, you might want to organize your posts in a friendly and elegant way. As far as I know, R *[bookdown](https://bookdown.org/yihui/bookdown/)* package is the best tool to convert markdown files into a nice book. However, *bookdown* is not easy for beginners. An R beginner might be confused or depressed in struggling in the flood of LaTeX, YAML, Markdown, Pandoc, etc. 

*bookdownplus* is the easiest shortcut to the world of *bookdown*. With **just one single command** users can get a demo book (or multiple demo books) in pdf, Word document, html, epub, or even more formats. *bookdownplus* extends the features of *bookdown*, and simplifies the procedure. Users only have to choose a template, clarify the book title and author name, and then focus on writing the text. No need to struggle in YAML and LaTeX. 

## Features

Multiple templates are included in *bookdownplus*. With these templates *bookdownplus* helps you write academic journal articles, guitar books, chemical equations, mails, calendars, diaries, etc.. For instance, the theisis_classic can convet your markdown file into a pdf book like this:

![](https://raw.githubusercontent.com/pzhaonet/bookdownplus/master/inst2/showcase/bookdownplus_thesis_classic.jpg)

and the poem template can make a nice poem book like this:

![](https://raw.githubusercontent.com/pzhaonet/bookdownplus/master/inst2/showcase/bookdownplus_poem.jpg)

Even a book with guitar chords:

![](https://raw.githubusercontent.com/pzhaonet/bookdownplus/master/inst2/showcase/bookdownplus_guitar.jpg)

If you have programing codes especially R codes in your posts, they can be integrated into your book in a reproducible way owing to the feature of R markdown, which looks like this:

![](https://raw.githubusercontent.com/pzhaonet/bookdownplus/master/inst2/showcase/bookdownplus_nonpar.jpg)

## Quick start

-1.  [Download R](https://cran.r-project.org) and install it.

-2.  [Download LaTeX](http://www.ctex.org/CTeXDownload) and install it.

-3. In R environment, run the following codes to install bookdown and bookdownplus.

```
install.packages('bookdown')
devtools::install_github("pzhaonet/bookdownplus") # the development version 
# or the stable version from CRAN
install.package("bookdownplus")
```

-4. Generate a demo book.

``` 
require(bookdownplus)
bookdownplus()
```
## Link to the repo

https://github.com/pzhaonet/bookdownplus

## Proof of work

Here is a sreenshot of my login webpage.

![bdp.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511772827/qnjkbxleoptsx5akqguq.jpg)


## Conclusion

Wouldn't it be cool to make your steem posts into such a book?

Enjoy R *bookdownplus* !

---

本文介绍的是我开发的一个开源程序包,唤作 ***bookdownplus***,可以在 R 语言环境下制作各种书籍和文档。

如果你是 steem 或者 markdown 用户,你可能会想把你的帖子整理成一本漂亮的书跟别人分享。据我所知。R *['bookdown'](https://bookdown.org/yihui/bookdown/)* 是将 markdown 格式的文件转化成书的最佳工具。可惜的是,*bookdown* 并不容易上手。R 语言初学者可能要为 LaTeX, YAML, Markdown, Pandoc 等折腾很久,也享受不到 bookdown 带来 的快乐。

于是我开发了 bookdownplus。

bookdownplus 是对 bookdown 的增强和简化, 是快速使用 bookdown 的最简洁方法。bookdownplus 提供了很多有用的模板,可以很方便地在 bookdown 平台写文集、期刊论文、学位论文、学术海报、化学分子式、信件、日记、日历、诗集、吉他谱等各种常用文档和书籍。这是功能上的增强(+)。bookdownplus 使用时只需指定一个模板,给定作者和书名,就可以一键生成模板文件,用户在模板文件里照猫画虎写自己的文字就可以了,不必再花力气上网找模板、设置 YAML 和 LaTeX。这是操作上的简化(-)。

上文给了几个图示,分别展示了 bookdownplus 生成的文章合集、诗集、吉他谱、编程书籍的示例。

怎么样,快来用 bookdownplus 把你的 steem 帖子做成一本漂亮的书吧!

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@dapeng/introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id18,780,607
authordapeng
permlinkintroduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents
categoryutopian-io
json_metadata"{"type": "development", "repository": {"compare_url": "https://api.github.com/repos/pzhaonet/bookdownplus/compare/{base}...{head}", "events_url": "https://api.github.com/repos/pzhaonet/bookdownplus/events", "forks": 3, "merges_url": "https://api.github.com/repos/pzhaonet/bookdownplus/merges", "issues_url": "https://api.github.com/repos/pzhaonet/bookdownplus/issues{/number}", "contents_url": "https://api.github.com/repos/pzhaonet/bookdownplus/contents/{+path}", "fork": false, "git_url": "git://github.com/pzhaonet/bookdownplus.git", "assignees_url": "https://api.github.com/repos/pzhaonet/bookdownplus/assignees{/user}", "owner": {"login": "pzhaonet", "type": "User", "following_url": "https://api.github.com/users/pzhaonet/following{/other_user}", "received_events_url": "https://api.github.com/users/pzhaonet/received_events", "subscriptions_url": "https://api.github.com/users/pzhaonet/subscriptions", "repos_url": "https://api.github.com/users/pzhaonet/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/pzhaonet/orgs", "id": 4011804, "avatar_url": "https://avatars3.githubusercontent.com/u/4011804?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/pzhaonet/followers", "gists_url": "https://api.github.com/users/pzhaonet/gists{/gist_id}", "html_url": "https://github.com/pzhaonet", "events_url": "https://api.github.com/users/pzhaonet/events{/privacy}", "url": "https://api.github.com/users/pzhaonet", "starred_url": "https://api.github.com/users/pzhaonet/starred{/owner}{/repo}"}, "size": 18277, "issue_events_url": "https://api.github.com/repos/pzhaonet/bookdownplus/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/pzhaonet/bookdownplus/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/pzhaonet/bookdownplus/git/blobs{/sha}", "pushed_at": "2017-11-24T22:02:10Z", "watchers_count": 58, "stargazers_url": "https://api.github.com/repos/pzhaonet/bookdownplus/stargazers", "teams_url": "https://api.github.com/repos/pzhaonet/bookdownplus/teams", "comments_url": "https://api.github.com/repos/pzhaonet/bookdownplus/comments{/number}", "archived": false, "svn_url": "https://github.com/pzhaonet/bookdownplus", "id": 91381412, "subscribers_url": "https://api.github.com/repos/pzhaonet/bookdownplus/subscribers", "watchers": 58, "ssh_url": "git@github.com:pzhaonet/bookdownplus.git", "name": "bookdownplus", "mirror_url": null, "statuses_url": "https://api.github.com/repos/pzhaonet/bookdownplus/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/pzhaonet/bookdownplus/milestones{/number}", "description": "The easiest way to use R package bookdown for writing varied types of books and documents ", "has_downloads": true, "keys_url": "https://api.github.com/repos/pzhaonet/bookdownplus/keys{/key_id}", "url": "https://api.github.com/repos/pzhaonet/bookdownplus", "html_url": "https://github.com/pzhaonet/bookdownplus", "commits_url": "https://api.github.com/repos/pzhaonet/bookdownplus/commits{/sha}", "open_issues_count": 4, "stargazers_count": 58, "branches_url": "https://api.github.com/repos/pzhaonet/bookdownplus/branches{/branch}", "score": 43.84137, "forks_url": "https://api.github.com/repos/pzhaonet/bookdownplus/forks", "deployments_url": "https://api.github.com/repos/pzhaonet/bookdownplus/deployments", "language": "R", "homepage": "", "trees_url": "https://api.github.com/repos/pzhaonet/bookdownplus/git/trees{/sha}", "has_issues": true, "collaborators_url": "https://api.github.com/repos/pzhaonet/bookdownplus/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/pzhaonet/bookdownplus/git/commits{/sha}", "open_issues": 4, "private": false, "git_tags_url": "https://api.github.com/repos/pzhaonet/bookdownplus/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/pzhaonet/bookdownplus/pulls{/number}", "releases_url": "https://api.github.com/repos/pzhaonet/bookdownplus/releases{/id}", "notifications_url": "https://api.github.com/repos/pzhaonet/bookdownplus/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/pzhaonet/bookdownplus/contributors", "full_name": "pzhaonet/bookdownplus", "updated_at": "2017-11-26T01:59:27Z", "forks_count": 3, "downloads_url": "https://api.github.com/repos/pzhaonet/bookdownplus/downloads", "hooks_url": "https://api.github.com/repos/pzhaonet/bookdownplus/hooks", "languages_url": "https://api.github.com/repos/pzhaonet/bookdownplus/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/pzhaonet/bookdownplus/labels{/name}", "issue_comment_url": "https://api.github.com/repos/pzhaonet/bookdownplus/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/pzhaonet/bookdownplus/tags", "clone_url": "https://github.com/pzhaonet/bookdownplus.git", "archive_url": "https://api.github.com/repos/pzhaonet/bookdownplus/{archive_format}{/ref}", "has_wiki": true, "created_at": "2017-05-15T20:24:46Z", "subscription_url": "https://api.github.com/repos/pzhaonet/bookdownplus/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://raw.githubusercontent.com/pzhaonet/bookdownplus/master/inst2/showcase/bookdownplus_thesis_classic.jpg"], "links": ["https://github.com/pzhaonet/bookdownplus", "https://bookdown.org/yihui/bookdown/", "https://cran.r-project.org", "http://www.ctex.org/CTeXDownload", "https://utopian.io/utopian-io/@dapeng/introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents"], "app": "steemit/0.1", "platform": "github", "tags": ["utopian-io", "cn", "programming", "cn-reader", "blog"], "community": "utopian"}"
created2017-11-26 21:21:21
last_update2017-11-27 08:58:09
depth0
children16
net_rshares19,618,026,979,266
last_payout2017-12-03 21:21:21
cashout_time1969-12-31 23:59:59
total_payout_value28.847 SBD
curator_payout_value10.819 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4,055
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries
0.
accountespoem
weight91
1.
accountfreedom
weight658
2.
accountmisterdelegation
weight548
3.
accountned
weight544
4.
accountruah
weight61
5.
accounttransisto
weight70
6.
accountwackou
weight53
7.
accountxeldal
weight27
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (45)
@cnbuddy ·
你好!cn区点赞机器人 @cnbuddy 感谢你对cn区作出成长的贡献。 @cnbuddy 旨在助力cn区快速发展,更多cn区动态,请查看我的主页。欢迎关注我们的大股东 @skenan,并注册使用由其开发的 CNsteem.com。假如我的留言打扰到你,请回复“取消”。
properties (22)
post_id18,781,868
authorcnbuddy
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171126t214624501z
categoryutopian-io
json_metadata{}
created2017-11-26 21:46:24
last_update2017-11-26 21:46:24
depth1
children0
net_rshares0
last_payout2017-12-03 21:46:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length135
author_reputation-1,405,328,253,928
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mcfarhat ·
Thank you for your contribution.
Yet, it cannot be approved at the moment because it does not have **proof of work**. 
You posted in the development category, and we need confirmation that this work is yours.

See the [Utopian Rules](https://utopian.io/rules). Please edit your contribution and add **proof** (links, screenshots, commits, etc) of your work, to reapply for approval.

You may edit your post [here](https://utopian.io/utopian-io/@dapeng/introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents), as shown below: 
![](https://res.cloudinary.com/hpiynhbhq/image/upload/v1509788371/nbgbomithszxs3nxq6gx.png)

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id18,784,677
authormcfarhat
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171126t224334786z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-26 22:43:42
last_update2017-11-26 22:43:42
depth1
children3
net_rshares0
last_payout2017-12-03 22:43:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length764
author_reputation104,178,422,702,645
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
Thank you for the information. I have inserted a sreenshot of my login webpage on my repo as a proof of work. If it is insufficient, please let me know.
properties (22)
post_id18,816,693
authordapeng
permlinkre-mcfarhat-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t085640999z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-27 08:56:39
last_update2017-11-27 08:56:39
depth2
children2
net_rshares0
last_payout2017-12-04 08:56:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length152
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mcfarhat ·
Thank you, this is approved now
properties (22)
post_id18,873,851
authormcfarhat
permlinkre-dapeng-re-mcfarhat-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t220444010z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-27 22:04:48
last_update2017-11-27 22:04:48
depth3
children1
net_rshares0
last_payout2017-12-04 22:04:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length31
author_reputation104,178,422,702,645
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@rivalhw ·
这么好的东东,必须给大鹏赞一个
properties (22)
post_id18,824,178
authorrivalhw
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t105716880z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-27 10:57:00
last_update2017-11-27 10:57:00
depth1
children1
net_rshares0
last_payout2017-12-04 10:57:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation385,084,072,019,334
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
谢谢大伟哥!
properties (22)
post_id18,827,249
authordapeng
permlinkre-rivalhw-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t114442766z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-27 11:44:42
last_update2017-11-27 11:44:42
depth2
children0
net_rshares0
last_payout2017-12-04 11:44:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@luneknight ·
要是微信朋友圈也能支持这个功能就好了
properties (22)
post_id18,836,947
authorluneknight
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t135857426z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-27 13:58:57
last_update2017-11-27 13:58:57
depth1
children2
net_rshares0
last_payout2017-12-04 13:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation2,906,252,429,820
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
据说可以用“微信书”。
properties (22)
post_id18,840,523
authordapeng
permlinkre-luneknight-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171127t144439587z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-27 14:44:39
last_update2017-11-27 14:44:39
depth2
children1
net_rshares0
last_payout2017-12-04 14:44:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length11
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@luneknight ·
貌似需要授权 还是有点敏感 
而且那边也是人工处理
properties (22)
post_id18,905,315
authorluneknight
permlinkre-dapeng-re-luneknight-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t071337236z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 07:13:39
last_update2017-11-28 07:13:39
depth3
children0
net_rshares0
last_payout2017-12-05 07:13:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length25
author_reputation2,906,252,429,820
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
$0.18
### Hey @dapeng I am @utopian-io. I have just upvoted you at 13% Power!
#### Achievements
- This is your first accepted contribution here in Utopian. Welcome!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
👍  
properties (23)
post_id18,883,262
authorutopian-io
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t004406408z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-28 00:44:06
last_update2017-11-28 00:44:06
depth1
children1
net_rshares69,558,137,165
last_payout2017-12-05 00:44:06
cashout_time1969-12-31 23:59:59
total_payout_value0.138 SBD
curator_payout_value0.044 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,036
author_reputation152,913,012,544,965
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
Great! Thank you!
properties (22)
post_id18,908,899
authordapeng
permlinkre-utopian-io-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t080943970z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 08:09:42
last_update2017-11-28 08:09:42
depth2
children0
net_rshares0
last_payout2017-12-05 08:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@deanliu ·
怎麼沒看到任何範例呢?可以當成付費服務嗎?
properties (22)
post_id18,912,164
authordeanliu
permlinkre-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t085957872z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 09:00:06
last_update2017-11-28 09:00:06
depth1
children3
net_rshares0
last_payout2017-12-05 09:00:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation726,291,750,173,620
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng · (edited)
$3.91
劉前輩對做書感興趣啦?範例的話,倒是有兩個。

1. 爲華語區 谷哥點名活動做的文集,有在綫的 [gitbook 格式](https://bookdown.org/baydap/guge)和離綫的 [epub格式](https://bookdown.org/baydap/guge/steem-guge.epub)。

2. 我自己的博客選集,有在綫的 [gibook 格式](https://bookdown.org/baydap/papasdiary/)和離綫的 [pdf 格式 ](https://bookdown.org/baydap/papasdiary/papasdiary.pdf)。

都是用 bookdownplus 在 R bookdown 框架下做的。可以把 steem 上的帖子做成漂亮的 pdf  或 epub 離綫書籍,然而需要一些格式的轉換,目前需要用戶自己小小折騰一下。未來我會做個方便的轉換器,不過目前還沒有完全做好(最近有點忙)。
👍  
properties (23)
post_id18,915,437
authordapeng
permlinkre-deanliu-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t094818496z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "links": ["https://bookdown.org/baydap/guge", "https://bookdown.org/baydap/guge/steem-guge.epub", "https://bookdown.org/baydap/papasdiary/", "https://bookdown.org/baydap/papasdiary/papasdiary.pdf"], "tags": ["utopian-io"]}"
created2017-11-28 09:48:18
last_update2017-11-28 10:09:12
depth2
children2
net_rshares1,438,611,014,396
last_payout2017-12-05 09:48:18
cashout_time1969-12-31 23:59:59
total_payout_value2.932 SBD
curator_payout_value0.977 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length433
author_reputation64,235,894,740,263
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@deanliu ·
Great, looks good. 你有沒telegram?如果你要戒微信的話... 方便以後談事情。

還有,別再叫前輩了,好像在演武俠片啊 ...
properties (22)
post_id18,922,309
authordeanliu
permlinkre-dapeng-re-deanliu-re-dapeng-introduction-to-bookdownplus-an-r-package-for-writing-assorted-books-and-documents-20171128t113225283z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 11:32:24
last_update2017-11-28 11:32:24
depth3
children1
net_rshares0
last_payout2017-12-05 11:32:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation726,291,750,173,620
root_title"bookdownplus: an R package for writing assorted books and documents | 将你的帖子整理成一本漂亮的书"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000