feat: Add n-show-depth#41
Conversation
| - `n-show-init`: Number of top-level comments to show initially (default: `3`) | ||
| - `n-show-more`: Number of replies to reveal when the user clicks on the "Show more" button (default: `2`) | ||
| - `header`: Whether or not to add a level-2 header above the comments. Use `header="true"` as a shortcut for `header="Comments"` (default: `false`). | ||
| `mute-patterns` |
There was a problem hiding this comment.
Should we place this inside of a table for consistency? (I agree the bullet-point list didn't look good here w/ more options.)
There was a problem hiding this comment.
yeah, good point. Though I'd rather cut out everything but installation and basic usage from the README. I don't like updating things in two places (too easy to forget one of them). As long as the README gives a good sense of what the extension does, I'd rather push people to the website for more detailed documentation like configuration, etc.
There was a problem hiding this comment.
@gadenbuie not a fan either. Majority of the README.md should be matriculated over to the main website. I'll handle this clean up if you want.
There was a problem hiding this comment.
Thanks! I took a quick pass at it in #42. Mostly I just cut out content that I know we already have on the website. Feel free to add to that PR!
Fixes #15
Adds an
n-show-depthoption that limits the initial depth of the reply tree.