knowledge icon indicating copy to clipboard operation
knowledge copied to clipboard

💡 document everything

Results 4 knowledge issues
Sort by recently updated
recently updated
newest added

Buffer is useful for Twitter, but it underperforms for Instagram, and it isn't connected to other social medias. When I post a book review using [this process](https://github.com/RichardLitt/knowledge/blob/master/processes/publishing-book-review.md), I should also...

enhancement

[GitHub Issue Templates](https://github.com/blog/2111-issue-and-pull-request-templates) are great, but they are somewhat misnamed: you can't have multiple templates, but only a single template which automatically loads. This template inevitably fails to deal with...

github

There is a consistent issue with documentation in code where people misspell things. How can we enforce spell-checking for documents? It looks like [node-markdown-spellcheck](https://github.com/lukeapage/node-markdown-spellcheck) might work well. Or this [CI...

github

I never release my npm modules or GitHub code as releases, and I've no real idea why I should. According to Yoshua, this would help me in a few ways:...

js