Skip to content

Commit 4487bd8

Browse files
authored
add bits & blocks press
1 parent 6fb7d1c commit 4487bd8

File tree

1 file changed

+82
-81
lines changed

1 file changed

+82
-81
lines changed

index.md

+82-81
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,81 @@
1-
---
2-
layout: default
3-
title: Welcome
4-
---
5-
6-
Follow along on Twitter [@manuscriptsnews](https://twitter.com/manuscriptsnews) for the latest updates.
7-
8-
# Manuscripts - A Free Book Format - Write Books in Plain Text
9-
10-
## Step 1 - The Text
11-
12-
13-
`01.txt`:
14-
15-
```
16-
# Story of the Door
17-
18-
Mr. Utterson the lawyer was a man of a rugged countenance, that was
19-
never lighted by a smile; cold, scanty and embarrassed in
20-
discourse; backward in sentiment; lean, long, dusty, dreary, and
21-
yet somehow lovable. At friendly meetings, and when the wine was to
22-
his taste, something eminently human beaconed from his eye;
23-
something indeed which never found its way into his talk, but which
24-
spoke not only in these silent symbols of the after-dinner face, but
25-
more often and loudly in the acts of his life...
26-
```
27-
28-
...
29-
30-
## Step 2 - Book Info and Table of Contents
31-
32-
`book.txt`:
33-
34-
```
35-
title: Strange Case of Dr. Jekyll and Mr. Hyde
36-
year: 1886
37-
author:
38-
name: Robert Louis Stevenson
39-
```
40-
41-
`contents.txt`:
42-
43-
```
44-
- title: Story of the Door
45-
path: 01.txt
46-
- title: Search for Mr. Hyde
47-
path: 02.txt
48-
- title: Dr. Jekyll was Quite at Ease
49-
path: 03.txt
50-
...
51-
```
52-
53-
That's it.
54-
55-
56-
### Book Examples
57-
58-
World Classics
59-
1+
---
2+
layout: default
3+
title: Welcome
4+
---
5+
6+
Follow along on Twitter [@manuscriptsnews](https://twitter.com/manuscriptsnews) for the latest updates.
7+
8+
# Manuscripts - A Free Book Format - Write Books in Plain Text
9+
10+
## Step 1 - The Text
11+
12+
13+
`01.txt`:
14+
15+
```
16+
# Story of the Door
17+
18+
Mr. Utterson the lawyer was a man of a rugged countenance, that was
19+
never lighted by a smile; cold, scanty and embarrassed in
20+
discourse; backward in sentiment; lean, long, dusty, dreary, and
21+
yet somehow lovable. At friendly meetings, and when the wine was to
22+
his taste, something eminently human beaconed from his eye;
23+
something indeed which never found its way into his talk, but which
24+
spoke not only in these silent symbols of the after-dinner face, but
25+
more often and loudly in the acts of his life...
26+
```
27+
28+
...
29+
30+
## Step 2 - Book Info and Table of Contents
31+
32+
`book.txt`:
33+
34+
```
35+
title: Strange Case of Dr. Jekyll and Mr. Hyde
36+
year: 1886
37+
author:
38+
name: Robert Louis Stevenson
39+
```
40+
41+
`contents.txt`:
42+
43+
```
44+
- title: Story of the Door
45+
path: 01.txt
46+
- title: Search for Mr. Hyde
47+
path: 02.txt
48+
- title: Dr. Jekyll was Quite at Ease
49+
path: 03.txt
50+
...
51+
```
52+
53+
That's it.
54+
55+
56+
### Book Examples
57+
58+
World Classics
59+
6060
- [**Strange Case of Dr. Jekyll and Mr. Hyde**](http://worldclassics.github.io/dr-jekyll-and-mr-hyde) by Robert Louis Stevenson - [Text in Manuscripts](https://github.com/worldclassics/dr-jekyll-and-mr-hyde)
61-
62-
More
63-
64-
- [**Yuki & Moto Press Bookshelf**](http://yukimotopress.github.io)
65-
- [**Hyde Press Bookshelf**](http://hydepress.github.io)
66-
- [**Fun Press Bookshelf**](http://funpress.github.io)
67-
- [**Up & Down Press Bookshelf**](http://updownpress.github.io)
68-
69-
---
70-
71-
### Markdown Tools
72-
73-
Mundi Mark
74-
75-
- [**Markdown Tools**](http://mundimark.github.io/markdown-tools) - List of Open Source Markdown Converter Libraries & Tools
76-
- [**Markdown Tools › Books**](http://mundimark.github.io/markdown-tools-books) - List of Open Source Tools for Building / Compiling Books from Markdown Manuscripts
77-
- [**Markdown Can I Use \_\_\_?**](http://mundimark.github.io/markdown-can-i-use) - Tables, Footnotes, Inline Notes, Citations, Task Lists, etc.
61+
62+
More
63+
64+
- [**Bits & Blocks Press Bookshelf**](http://bitsblocks.github.io)
65+
- [**Yuki & Moto Press Bookshelf**](http://yukimotopress.github.io)
66+
- [**Hyde Press Bookshelf**](http://hydepress.github.io)
67+
- [**Fun Press Bookshelf**](http://funpress.github.io)
68+
- [**Up & Down Press Bookshelf**](http://updownpress.github.io)
69+
70+
---
71+
72+
### Markdown Tools
73+
74+
Mundi Mark
75+
76+
- [**Markdown Tools**](http://mundimark.github.io/markdown-tools) - List of Open Source Markdown Converter Libraries & Tools
77+
- [**Markdown Tools › Books**](http://mundimark.github.io/markdown-tools-books) - List of Open Source Tools for Building / Compiling Books from Markdown Manuscripts
78+
- [**Markdown Can I Use \_\_\_?**](http://mundimark.github.io/markdown-can-i-use) - Tables, Footnotes, Inline Notes, Citations, Task Lists, etc.
7879

7980
<!-- todo: check best way to escape triple ___ - escape needed? before ? char ?? -->
8081

@@ -85,8 +86,8 @@ Up & Down Press
8586
- [**Markdown Lint Rules / Style Checker**](http://updownpress.github.io/markdown-lint) by Mark Harrison - [Text in Manuscripts](https://github.com/updownpress/markdown-lint)
8687

8788

88-
---
89-
90-
### Quick Starter Kits
91-
92-
- [**Book Quick Starter Kit**](https://github.com/manuscripts/book-starter) (Manuscripts Edition)
89+
---
90+
91+
### Quick Starter Kits
92+
93+
- [**Book Quick Starter Kit**](https://github.com/manuscripts/book-starter) (Manuscripts Edition)

0 commit comments

Comments
 (0)