mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图 by dapeng

View this thread on steempeak.com
· @dapeng · (edited)
$92.29
mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图
This post was written bilingually, in English and Chinese.

> 本文用英文和中文写作,中文在后半部分。

## Introduction

### Background 

A mind map is a diagram used to visually organize information. Markdown is a markup language widely used for writing, for example, posts on steem and Utopian.io.

This post is to introduce an open-source package called ***[mindr](https://github.com/pzhaonet/mindr)*** I have been developing with R language for creating mindmaps from markdown posts, or vice versa. 

### Motivation

If you are a mindmap fan, you might start an Utopian.io post from a mindmap like this:

![Submit to Utopian.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1512234540/rsa2ssccr6xw4nbyvjas.jpg)

Yes, this is the structure of this post. Maybe it could be a template for Utopian.io.

The mindmap helps organize your idea. Now you start writing your post. Isn't boring if you have to type the same words in the mindmap again?

On the other way around, if you have already written a post, wouldn't it be amazing if you present the outline of the post  in a nice mindmap?

## Features

With R mindr package, these tasks can be done with one single command.

### Markdown to Mindmap

mindr can convert a markdown file or multiple markdown files, such as steem posts, into one mindmap, which could be opened and edited with common mindmap software like Freemind and Xmind.

### Mindmap to Markdown

mindr can also convert a mindmap into a markdown file, which can be a good start of your post.

### Outline

If you don't like mindmaps, you can use mindr just to extract the outline from your markdown file(s).

## Quick Start

### Installation of R

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

### Installation of mindr

In R environment, run the following codes to install mindr.

```
# stable version:
install.packages("mindr")
# or development version:
devtools::install_github("pzhaonet/mindr")
```

### Examples

As an example from markdown to mindmap, run:

```
library('mindr')
example(md2mm)
```

then you will get a demo mind map file mindr.mm in the working directory (getwd()). Open it with any mind-map (brainstorm) software, and you will get a mind map.

As an example from mindmap, run:

```
example(mm2md)
```

then you will get a demo markdown file mindr.md in the working directory (getwd()).

Days ago I introduced the R package bookdownplus. From a book by bookdownplus or bookdown, you can simply get a mindmap with mindr. For example, if you throw the markdown files of the repo rstudio/bookdown into a folder and run mindr, you will get a mindmap like this:

![](https://raw.githubusercontent.com/pzhaonet/mindr/master/showcase/mindr_bookdown.jpeg)

## Link to the Repo

https://github.com/pzhaonet/mindr

## Proof of Work

The following images are screenshots  showing I am the author 'pzhaonet' of mindr.

![mindr.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1512303284/kapq7allgsxifomwaylf.jpg)

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1512394305/uncwrp9nyslzj8ta0h0c.png)

## Conclusion

All I wanted to say is: mindr is a useful package for steemians who take writing serious.

---

本文介绍的是我开发的一个开源免费的 R 扩展包,唤作 mindr,用来在思维导图和 markdown 之间转换。


如果你是个思维导图粉丝,写帖子之前,可以用思维导图来组织一下思路,像上面第一幅图那样。


思路清晰了,现在开始按思路写文章。但是,你难道还想把图里的文字再重复敲一遍吗?


反过来也是。当你已经写好了帖子,如果能一下就把帖子转成一个思维导图,向别人展示帖子的结构和思路,岂不是一件美事?

mindr,助你轻松实现这些梦想。

只需先安装 R 语言环境,再按上文介绍的代码安装 mindr 扩展包,就可以得到上文展示的示例。

来试一下 mindr 吧!


<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@dapeng/mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id19,302,004
authordapeng
permlinkmindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map
categoryutopian-io
json_metadata"{"type": "development", "repository": {"compare_url": "https://api.github.com/repos/pzhaonet/mindr/compare/{base}...{head}", "events_url": "https://api.github.com/repos/pzhaonet/mindr/events", "forks": 27, "merges_url": "https://api.github.com/repos/pzhaonet/mindr/merges", "issues_url": "https://api.github.com/repos/pzhaonet/mindr/issues{/number}", "contents_url": "https://api.github.com/repos/pzhaonet/mindr/contents/{+path}", "fork": false, "git_url": "git://github.com/pzhaonet/mindr.git", "assignees_url": "https://api.github.com/repos/pzhaonet/mindr/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": 889, "issue_events_url": "https://api.github.com/repos/pzhaonet/mindr/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/pzhaonet/mindr/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/pzhaonet/mindr/git/blobs{/sha}", "pushed_at": "2017-07-20T16:27:11Z", "watchers_count": 339, "stargazers_url": "https://api.github.com/repos/pzhaonet/mindr/stargazers", "teams_url": "https://api.github.com/repos/pzhaonet/mindr/teams", "comments_url": "https://api.github.com/repos/pzhaonet/mindr/comments{/number}", "archived": false, "svn_url": "https://github.com/pzhaonet/mindr", "id": 91843799, "subscribers_url": "https://api.github.com/repos/pzhaonet/mindr/subscribers", "watchers": 339, "ssh_url": "git@github.com:pzhaonet/mindr.git", "name": "mindr", "mirror_url": null, "statuses_url": "https://api.github.com/repos/pzhaonet/mindr/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/pzhaonet/mindr/milestones{/number}", "description": "an R package which converts markdown files (.md, .Rmd) into mindmaps (brainstorms)", "has_downloads": true, "keys_url": "https://api.github.com/repos/pzhaonet/mindr/keys{/key_id}", "url": "https://api.github.com/repos/pzhaonet/mindr", "license": null, "html_url": "https://github.com/pzhaonet/mindr", "commits_url": "https://api.github.com/repos/pzhaonet/mindr/commits{/sha}", "open_issues_count": 1, "stargazers_count": 339, "branches_url": "https://api.github.com/repos/pzhaonet/mindr/branches{/branch}", "score": 113.48429, "forks_url": "https://api.github.com/repos/pzhaonet/mindr/forks", "deployments_url": "https://api.github.com/repos/pzhaonet/mindr/deployments", "language": "R", "homepage": null, "trees_url": "https://api.github.com/repos/pzhaonet/mindr/git/trees{/sha}", "has_issues": true, "collaborators_url": "https://api.github.com/repos/pzhaonet/mindr/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/pzhaonet/mindr/git/commits{/sha}", "open_issues": 1, "private": false, "git_tags_url": "https://api.github.com/repos/pzhaonet/mindr/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/pzhaonet/mindr/pulls{/number}", "releases_url": "https://api.github.com/repos/pzhaonet/mindr/releases{/id}", "notifications_url": "https://api.github.com/repos/pzhaonet/mindr/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/pzhaonet/mindr/contributors", "full_name": "pzhaonet/mindr", "updated_at": "2017-11-28T02:01:48Z", "forks_count": 27, "downloads_url": "https://api.github.com/repos/pzhaonet/mindr/downloads", "hooks_url": "https://api.github.com/repos/pzhaonet/mindr/hooks", "languages_url": "https://api.github.com/repos/pzhaonet/mindr/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/pzhaonet/mindr/labels{/name}", "issue_comment_url": "https://api.github.com/repos/pzhaonet/mindr/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/pzhaonet/mindr/tags", "clone_url": "https://github.com/pzhaonet/mindr.git", "archive_url": "https://api.github.com/repos/pzhaonet/mindr/{archive_format}{/ref}", "has_wiki": true, "created_at": "2017-05-19T20:41:21Z", "subscription_url": "https://api.github.com/repos/pzhaonet/mindr/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1512234540/rsa2ssccr6xw4nbyvjas.jpg"], "links": ["https://github.com/pzhaonet/mindr", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1512234540/rsa2ssccr6xw4nbyvjas.jpg", "https://cran.r-project.org", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1512303284/kapq7allgsxifomwaylf.jpg", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1512394305/uncwrp9nyslzj8ta0h0c.png"], "app": "utopian/1.0.0", "platform": "github", "tags": ["utopian-io", "cn", "programming", "cn-reader", "steemit"], "community": "utopian", "users": ["dapeng"]}"
created2017-12-02 17:20:15
last_update2017-12-04 13:32:24
depth0
children23
net_rshares27,382,208,552,761
last_payout2017-12-09 17:20:15
cashout_time1969-12-31 23:59:59
total_payout_value67.255 SBD
curator_payout_value25.031 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length3,650
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries
0.
accountarie.steem
weight49
1.
accountfreedom
weight658
2.
accountfurion
weight6
3.
accountknowledges
weight45
4.
accountned
weight536
5.
accountnetuoso
weight6
6.
accounttransisto
weight70
7.
accountxeldal
weight27
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (55)
@neurallearner ·
Come and learn what [activities AI likes :)](https://steemit.com/ai/@neurallearner/ai-joke-activities-explained)
properties (22)
post_id19,302,411
authorneurallearner
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171202t172538013z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/ai/@neurallearner/ai-joke-activities-explained"], "tags": ["utopian-io"]}"
created2017-12-02 17:25:39
last_update2017-12-02 17:25:39
depth1
children0
net_rshares0
last_payout2017-12-09 17:25: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_length112
author_reputation52,749,970,637
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@catwomanteresa ·
看起來好像是寫報告的一個好工具
properties (22)
post_id19,308,318
authorcatwomanteresa
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171202t185612755z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-02 18:56:12
last_update2017-12-02 18:56:12
depth1
children1
net_rshares0
last_payout2017-12-09 18:56:12
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_reputation144,174,644,390,574
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
是 markdown 的好伴侣
properties (22)
post_id19,311,016
authordapeng
permlinkre-catwomanteresa-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171202t194250810z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-02 19:42:51
last_update2017-12-02 19:42:51
depth2
children0
net_rshares0
last_payout2017-12-09 19:42:51
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_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@cnbuddy ·
你好哟!cn区点赞机器人 @cnbuddy 很开心你能成为cn区的一员。 @cnbuddy 旨在助力cn区快速发展,更多cn区动态,请查看我的主页。欢迎关注我们的大股东 @skenan,并注册使用由其开发的 CNsteem.com。假如我的留言打扰到你,请回复“取消”。
properties (22)
post_id19,313,193
authorcnbuddy
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171202t202123590z
categoryutopian-io
json_metadata{}
created2017-12-02 20:21:24
last_update2017-12-02 20:21:24
depth1
children0
net_rshares0
last_payout2017-12-09 20:21: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"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@keepup ·
科技就是第一生产力啊
👍  
properties (23)
post_id19,326,566
authorkeepup
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t011729253z
categoryutopian-io
json_metadata"{"app": "busy/2.1.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-12-03 01:17:30
last_update2017-12-03 01:17:30
depth1
children1
net_rshares2,447,862,350
last_payout2017-12-10 01:17:30
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_length10
author_reputation1,676,657,841,621
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
可惜本帖没啥科技含量
properties (22)
post_id19,358,506
authordapeng
permlinkre-keepup-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t122241234z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 12:22:42
last_update2017-12-03 12:22:42
depth2
children0
net_rshares0
last_payout2017-12-10 12:22: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_length10
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ruah ·
Your contribution cannot be approved yet because it does not have **proof of work**. 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/mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map), 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_id19,333,237
authorruah
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t194944899z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-12-03 03:52:39
last_update2017-12-03 03:52:39
depth1
children4
net_rshares0
last_payout2017-12-10 03:52: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_length622
author_reputation55,519,359,143,861
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
I have added a screenshot. Please have a look. Thank you!
properties (22)
post_id19,358,116
authordapeng
permlinkre-ruah-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t121636002z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 12:16:39
last_update2017-12-03 12:16:39
depth2
children3
net_rshares0
last_payout2017-12-10 12:16: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_length57
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ruah ·
I need the proof of your work or a proof that your the owner of this project.
properties (22)
post_id19,430,066
authorruah
permlinkre-dapeng-re-ruah-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t010120831z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-12-04 09:04:18
last_update2017-12-04 09:04:18
depth3
children2
net_rshares0
last_payout2017-12-11 09:04:18
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_length77
author_reputation55,519,359,143,861
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@wangwenjing ·
不明觉厉!看样子是个不错的工具,收藏了。
properties (22)
post_id19,336,278
authorwangwenjing
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t045653111z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 04:56:51
last_update2017-12-03 04:56:51
depth1
children1
net_rshares0
last_payout2017-12-10 04:56:51
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_length20
author_reputation11,452,199,077,076
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
用着的时候再说吧
properties (22)
post_id19,358,555
authordapeng
permlinkre-wangwenjing-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t122336315z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 12:23:36
last_update2017-12-03 12:23:36
depth2
children0
net_rshares0
last_payout2017-12-10 12:23:36
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_length8
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@fr3eze ·
Wonderful idea!
properties (22)
post_id19,344,798
authorfr3eze
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t075912051z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 07:59:15
last_update2017-12-03 07:59:15
depth1
children1
net_rshares0
last_payout2017-12-10 07:59:15
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_reputation62,134,575,174,807
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
Thanks!
properties (22)
post_id19,358,581
authordapeng
permlinkre-fr3eze-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t122402032z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 12:24:03
last_update2017-12-03 12:24:03
depth2
children0
net_rshares0
last_payout2017-12-10 12:24:03
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_length7
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@melaleuca ·
这个世界是我们的世界的,但终究是你们技术大拿的世界👍👍
properties (22)
post_id19,375,462
authormelaleuca
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171203t162520541z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-03 16:25:24
last_update2017-12-03 16:25:24
depth1
children1
net_rshares0
last_payout2017-12-10 16:25: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_length27
author_reputation6,056,506,982,075
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
是他们技术大拿的……
properties (22)
post_id19,512,589
authordapeng
permlinkre-melaleuca-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t080635670z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-05 08:06:36
last_update2017-12-05 08:06:36
depth2
children0
net_rshares0
last_payout2017-12-12 08:06:36
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_length10
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ruah ·
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id19,497,001
authorruah
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t190041098z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-12-05 03:03:39
last_update2017-12-05 03:03:39
depth1
children1
net_rshares0
last_payout2017-12-12 03:03: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_length172
author_reputation55,519,359,143,861
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
Thank you very much!
properties (22)
post_id19,512,543
authordapeng
permlinkre-ruah-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t080551111z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-05 08:05:51
last_update2017-12-05 08:05:51
depth2
children0
net_rshares0
last_payout2017-12-12 08:05:51
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_length20
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@rivalhw ·
给@dapeng 赞一个
properties (22)
post_id19,514,359
authorrivalhw
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t083731668z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-05 08:37:12
last_update2017-12-05 08:37:12
depth1
children1
net_rshares0
last_payout2017-12-12 08:37:12
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_length12
author_reputation385,084,072,019,334
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dapeng ·
谢谢大伟哥!
properties (22)
post_id19,517,154
authordapeng
permlinkre-rivalhw-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t092733451z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-05 09:27:33
last_update2017-12-05 09:27:33
depth2
children0
net_rshares0
last_payout2017-12-12 09:27:33
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"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
$0.07
### Hey @dapeng I am @utopian-io. I have just upvoted you!
#### Achievements
- Seems like you contribute quite often. AMAZING!
#### 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_id19,549,331
authorutopian-io
permlinkre-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t165936453z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-12-05 16:59:36
last_update2017-12-05 16:59:36
depth1
children1
net_rshares20,686,564,357
last_payout2017-12-12 16:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.055 SBD
curator_payout_value0.018 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,004
author_reputation152,913,012,544,965
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
Thank you!
properties (22)
post_id19,566,987
authordapeng
permlinkre-utopian-io-re-dapeng-mindr-an-r-package-that-creates-a-markdown-post-out-of-a-mind-map-20171205t204935001z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-12-05 20:49:33
last_update2017-12-05 20:49:33
depth2
children0
net_rshares0
last_payout2017-12-12 20:49:33
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_length10
author_reputation64,235,894,740,263
root_title"mindr: an R package that creates a markdown post out of a mind map - 将帖子转成思维导图"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000