pawelmalak / snippet-box

Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages.
MIT License
930 stars 80 forks source link

feature request: language should be a dropdown not a text box. #53

Open worino opened 2 years ago

worino commented 2 years ago

To show supported languages, the text box for languages should be a dropdown with a list of all supported values for the field.

kenshub commented 1 year ago

What would the list of supported languages be? Wouldn't it be a very long list?

Maybe an auto-complete text box that has many popular languages, but still supports adding a language not in the list.