Bug fixes and features #1

Merged
witten merged 12 commits from deroshkin/novel-stats-fork:deroshkin_branch into master 2021-10-22 20:05:18 +00:00
1 changed files with 18 additions and 16 deletions
Showing only changes of commit 9fb1025a02 - Show all commits

View File

@ -33,24 +33,10 @@ dev edited: 82 words (~15%)
total: 539 words
```
## Installation
Start by cloning the project with git. Then install it with Python's `pip`.
Example:
Example with multi-file markdown:
```bash
pip3 install /path/to/novel-stats
```
Or, if you'd like to install it "editable" (making development/updates
easier):
```bash
pip3 install --editable /path/to/novel-stats
```
```bash
novel-stats multi_file.mdpp -pp -c -a
$ novel-stats multi_file.mdpp -pp -c -a
chapter 1 Lorem:
203 (drafted)
303 (dev edited)
@ -69,6 +55,22 @@ dev edited: 385 words (~40%)
total: 946 words
```

Love this feature!

Love this feature!
## Installation
Start by cloning the project with git. Then install it with Python's `pip`.
Example:
```bash
pip3 install /path/to/novel-stats
```
Or, if you'd like to install it "editable" (making development/updates
easier):
```bash
witten marked this conversation as resolved Outdated

Any reason this example is in the installation section? I'd expect it with the example output section above!

Any reason this example is in the installation section? I'd expect it with the example output section above!
pip3 install --editable /path/to/novel-stats
```
## Usage
novel-stats takes a single argument: The path to your novel file in markdown