-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peng Zhao
committed
Jul 5, 2017
1 parent
00d1386
commit 780b7e9
Showing
39 changed files
with
11,734 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(markmap) | ||
export(markmapOption) | ||
export(markmapOutput) | ||
export(md2mm) | ||
export(mm2md) | ||
export(outline) | ||
export(renderMarkmap) | ||
import(htmlwidgets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Introduction {#introduction} | ||
## What is 'bookdown' {#what_is__bookdown_} | ||
## What is 'bookdownplus' {#what_is__bookdownplus_} | ||
## Why 'bookdownplus' {#why__bookdownplus_} | ||
## Giants' Shoulders {#giants__shoulders} | ||
# Quick Start {#quick_start} | ||
## Preparation {#preparation} | ||
## Installation of 'bookdownplus' {#installation_of__bookdownplus_} | ||
## How to use {#how_to_use} | ||
## More output formats | ||
## More templates | ||
## A magic trick | ||
## Recommendations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Basic {#basic} | ||
## Markdown Syntax {#markdown_syntax} | ||
### What is Markdown {#what_is_markdown} | ||
### Basic syntax {#basic_syntax} | ||
### Chapters {#chapters} | ||
### Figures and tables {#figures_and_tables} | ||
### References {#references} | ||
### Theorems, lemma, definitions, etc. {#theorems__lemma__definitions__etc_} | ||
### Export Word document {#export_word_document} | ||
### Equations numbering {#equations_numbering} | ||
## R, RStudio and bookdown {#r__rstudio_and_bookdown} | ||
## LaTeX and Pandoc {#latex_and_pandoc} | ||
## Workflow {#workflow} | ||
# Simple {#simple} | ||
# Lifestyle {#lifestyle} | ||
## Journal {#journal} | ||
## Poem book {#poem_book} | ||
## Music {#music} | ||
# Office {#office} | ||
## Mail {#mail} | ||
### Arguments for mail content | ||
### Mail themes | ||
## Calendar {#calendar} | ||
# Academic {#academic} | ||
## Articles {#articles} | ||
## Thesis {#thesis} | ||
## Poster {#poster} | ||
## Chemistry {#chemistry} | ||
# Advanced {#advanced} | ||
## Chinese {#chinese} | ||
## Mind Map {#mind_map} | ||
## Create Your Own Templates {#customize} | ||
# FAQ {#faq} | ||
# Bibliography {-} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<map version="1.0.1"> | ||
<node TEXT="my title"> | ||
<node TEXT="Introduction "> | ||
<node TEXT="What is 'bookdown' "></node> | ||
<node TEXT="What is 'bookdownplus' "></node> | ||
<node TEXT="Why 'bookdownplus' "></node> | ||
<node TEXT="Giants' Shoulders "></node></node> | ||
<node TEXT="Quick Start "> | ||
<node TEXT="Preparation "></node> | ||
<node TEXT="Installation of 'bookdownplus' "></node> | ||
<node TEXT="How to use "></node> | ||
<node TEXT="More output formats"></node> | ||
<node TEXT="More templates"></node> | ||
<node TEXT="A magic trick"></node> | ||
<node TEXT="Recommendations"></node></node> | ||
<node TEXT="Basic "> | ||
<node TEXT="Markdown Syntax "> | ||
<node TEXT="What is Markdown "></node> | ||
<node TEXT="Basic syntax "></node> | ||
<node TEXT="Chapters "></node> | ||
<node TEXT="Figures and tables "></node> | ||
<node TEXT="References "></node> | ||
<node TEXT="Theorems, lemma, definitions, etc. "></node> | ||
<node TEXT="Export Word document "></node> | ||
<node TEXT="Equations numbering "></node></node> | ||
<node TEXT="R, RStudio and bookdown "></node> | ||
<node TEXT="LaTeX and Pandoc "></node> | ||
<node TEXT="Workflow "></node></node> | ||
<node TEXT="Simple "></node> | ||
<node TEXT="Lifestyle "> | ||
<node TEXT="Journal "></node> | ||
<node TEXT="Poem book "></node> | ||
<node TEXT="Music "></node></node> | ||
<node TEXT="Office "> | ||
<node TEXT="Mail "> | ||
<node TEXT="Arguments for mail content"></node> | ||
<node TEXT="Mail themes"></node></node> | ||
<node TEXT="Calendar "></node></node> | ||
<node TEXT="Academic "> | ||
<node TEXT="Articles "></node> | ||
<node TEXT="Thesis "></node> | ||
<node TEXT="Poster "></node> | ||
<node TEXT="Chemistry "></node></node> | ||
<node TEXT="Advanced "> | ||
<node TEXT="Chinese "></node> | ||
<node TEXT="Mind Map "></node> | ||
<node TEXT="Create Your Own Templates "></node></node> | ||
<node TEXT="FAQ "></node> | ||
<node TEXT="Bibliography "></node> | ||
</node></map> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
d3.js -diff merge=ours | ||
d3.min.js -diff merge=ours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
examples/ | ||
test/ | ||
lib/ | ||
.DS_Store | ||
_site | ||
d3.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bin | ||
lib | ||
src | ||
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Data-Driven Documents | ||
|
||
<a href="https://d3js.org"><img src="https://d3js.org/logo.svg" align="left" hspace="10" vspace="6"></a> | ||
|
||
**D3.js** is a JavaScript library for manipulating documents based on data. **D3** helps you bring data to life using HTML, SVG, and CSS. **D3** emphasizes web standards and combines powerful visualization components with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers without tying yourself to a proprietary framework. | ||
|
||
Want to learn more? [See the wiki.](https://github.com/mbostock/d3/wiki) | ||
|
||
For examples, [see the gallery](https://github.com/mbostock/d3/wiki/Gallery) and [mbostock’s bl.ocks](http://bl.ocks.org/mbostock). | ||
|
||
## Good News, Everyone! | ||
|
||
The next major release of D3, 4.0, is coming! See the [4.0 development branch](https://github.com/mbostock/d3/tree/4) and read the [new API reference](https://github.com/mbostock/d3/blob/4/README.md) to get ready. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "markmap", | ||
"homepage": "https://github.com/dundalek/markmap", | ||
"version": "0.3.3", | ||
"_release": "0.3.3", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v0.3.3", | ||
"commit": "2a4fd2cfdd1663a017a058167d6be9902b2d8727" | ||
}, | ||
"_source": "https://github.com/dundalek/markmap.git", | ||
"_target": "^0.3.3", | ||
"_originalSource": "dundalek/markmap", | ||
"_direct": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
tmp |
Oops, something went wrong.