Dmytro Yeroshkin deroshkin
  • Joined on 2021-10-22
deroshkin closed issue deroshkin/novel-compiler#1 2022-02-07 13:45:57 +00:00
This was spam
deroshkin pushed to master at deroshkin/novel-compiler 2022-02-02 20:52:11 +00:00
8afddb7217 Template re-org
deroshkin pushed to master at deroshkin/novel-compiler 2022-01-21 13:50:25 +00:00
e4f187e292 updated markdown parsing and added scene breaks
deroshkin pushed to master at deroshkin/novel-compiler 2022-01-11 16:02:13 +00:00
314341ff9e Added setup.py
bdb2d54159 Initial Commit
c7bb77db7d Updated Licence and Readme
Compare 3 commits »
deroshkin created repository deroshkin/novel-compiler 2022-01-11 15:47:20 +00:00
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-11-22 20:25:21 +00:00
357eceabad Added emdash 0x2014 as a word separator
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-11-01 09:01:43 +00:00
1c53c94b9c Add title to the output
deroshkin created pull request witten/novel-stats#2 2021-10-23 12:25:42 +00:00
Argument parsing
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-10-23 12:22:39 +00:00
e2935dbddf Readme cleanup order of arguments
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-10-23 12:16:06 +00:00
1c28b51916 Cleaned up readme
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-10-23 12:14:39 +00:00
5df3a48f35 Cleaned up argument parsing
fc6ffac5a9 Switch argument parsing to argparse
Compare 2 commits »
deroshkin deleted branch master from deroshkin/novel-stats-fork 2021-10-23 11:24:50 +00:00
deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-10-23 11:23:32 +00:00
aa9511c4cb Remove duplicative documentation about installing editable.
160fef5077 Update editable link.
7562bac2cd Add continuous integration + license.
41bedb182b Tests! And code formatting.
8da5f81f5e Fix setup.py syntax.
Compare 10 commits »
deroshkin commented on pull request witten/novel-stats#1 2021-10-22 19:33:27 +00:00
Bug fixes and features

Yep, you're right.

I think the only time that line would do anything is if you put a status change at the end of the file (the way it is in my version would report a 0 for that status), and now…

deroshkin commented on pull request witten/novel-stats#1 2021-10-22 18:31:42 +00:00
Bug fixes and features

The += 0 is intentional.

If this status hasn't been used in this chapter yet it's no different from = 0, mainly here to initialize.

If this status has been used, it leaves it…

deroshkin commented on pull request witten/novel-stats#1 2021-10-22 18:29:49 +00:00
Bug fixes and features

Yeah, I missed that.

Unfortunately, from a quick look, all those modules are meant as extensions for markdown conversion, not sure if you can make them output markdown.

deroshkin commented on pull request witten/novel-stats#1 2021-10-22 18:12:39 +00:00
Bug fixes and features

I don't feel strongly about this either. Basically I wanted to avoid a mandatory dependency, note that the dependency is loaded only if the flag is set.

deroshkin commented on pull request witten/novel-stats#1 2021-10-22 18:11:47 +00:00
Bug fixes and features

I meant optional output data, but agreed, optional flags is a better way of phrasing it.

deroshkin pushed to deroshkin_branch at deroshkin/novel-stats-fork 2021-10-22 17:59:13 +00:00
9fb1025a02 Fixed mistake in readme
deroshkin created pull request witten/novel-stats#1 2021-10-22 17:26:02 +00:00
Bug fixes and features