gem.sh icon indicating copy to clipboard operation
gem.sh copied to clipboard

Cheatsheets for any gem

Open marcoroth opened this issue 2 years ago • 2 comments

It would interesting to explore if it would make sense to provide a tab for each gem, where either users or gem maintainers can contribute suggestions for a cheatsheet.

Even if it's integrating something like devhints or something similar to it: https://devhints.io

marcoroth avatar Aug 06 '23 15:08 marcoroth

In your mind, what's this look like in terms of architecture? I can think of a few different ways: gem -> cheatsheet -> category -> item; or gem -> cheatsheet table (with stored document, such as MD).

joshmn avatar Aug 07 '23 14:08 joshmn

I think either would work. But we probably would need to do some research to figure out what people would want/expect from such a feature.

I like the simplicity of the devhints.to content just being a markdown file which gets formatted/displayed in a certain way, see the content here: https://github.com/rstacruz/cheatsheets

marcoroth avatar Aug 07 '23 15:08 marcoroth