- Add
--installand--uninstalloptions for setting up git config/attributes - Have
prettier-diffstopprettier_dafter running?- Also think about scoping this
prettier_dnon-globally
- Also think about scoping this
- Support git-integrated usage without having to run
prettier-difffirst- This basically means that the textconv needs to start
prettier_d
- This basically means that the textconv needs to start
- Preprocess Markdown by putting each sentence on its own line.
- https://news.ycombinator.com/item?id=4642395
- This textconv does a decent job, but it might just be better to use
git diff --color-wordscat $1 | sed 's/\. /\.\n/g' | sed 's/, /,\n/g'
- Figure out if it's possible to support
prettier-diff --no-index - Consider using this prettier fork: https://github.com/arijs/prettier-miscellaneous
- It's got some extra options that might be nice