You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful way to help a maintainer/contributor trying to get familiar with the extension is to group snippets, add helpers and use multiple columns. See some examples: programming cheat sheets
It would be great to build an interface able to do this.
I think making an MVP web interface should be pretty simple.
I have been testing, and I think we can add "custom properties" to the custom snippets:
In that way, we could create properties like:
category: To be able to group snippets (we could consider subcategories if needed, e.g. using a delimitation character)
url: if we want to add an additional hyperlink to each snippet. For example, we could add to help build an interface that, in addition to showing the snippets, also adds a link to a reference page:
A useful way to help a maintainer/contributor trying to get familiar with the extension is to group snippets, add helpers and use multiple columns. See some examples: programming cheat sheets
It would be great to build an interface able to do this.
In the long term, the idea would be able to make produce something similar to what I made with cheatography.com manually.
Proposal
I think making an MVP web interface should be pretty simple.
I have been testing, and I think we can add "custom properties" to the custom snippets:
In that way, we could create properties like:
category
: To be able to group snippets (we could consider subcategories if needed, e.g. using a delimitation character)url
: if we want to add an additional hyperlink to each snippet. For example, we could add to help build an interface that, in addition to showing the snippets, also adds a link to a reference page:What do you think?
MVP
I envision something like a simple serverless SPA, like this:
And if a row is clicked, it will copy the snippet to the clipboard.
The text was updated successfully, but these errors were encountered: