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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Feature shall allow members to compare the same set of code across different languages. Whether it's for comparison, or to get an idea of how it is written.
Backend
Snippet categories / topics shall be organized via folders.
Each folder shall have 1 markdown file containing a brief description on the topic -- this will become the embedded message.
Small examples inside topic folders shall have the appropriate language extension (.cs, .py, .cpp, .sql, etc)
Commands to support /snippet feature
View
Fuzzy search feature shall be implemented for topic selection -- dropdown to pick which category
Populate a new dropdown menu - languages that are based on category selection (depends on what's available in the folder)
Generate the embedded messages for the appropriate selection. Also, attach the code snippet so users can download it for their records.
Create [Moderator]
Accepts 1 parameter (topic)
It shall then consume either an attached file, OR code block -- and infer the language based on Discord/markdown syntax.
The text was updated successfully, but these errors were encountered:
About
Feature shall allow members to compare the same set of code across different languages. Whether it's for comparison, or to get an idea of how it is written.
Backend
Commands to support /snippet feature
View
Create [Moderator]
The text was updated successfully, but these errors were encountered: