heynote icon indicating copy to clipboard operation
heynote copied to clipboard

Support for language abbreviations

Open jongwoo328 opened this issue 5 months ago • 0 comments

This PR implements #262

I added an abbreviations field to the Language class, which represents the abbreviations for each language. This field is now used in LanguageSelector.vue to enable filtering by abbreviations.

For example, the Language instance for JavaScript includes js as an abbreviation. This allows users to filter for the JavaScript language by typing js in the filter input.

If this change aligns with the project's goals, I would appreciate your review.

jongwoo328 avatar Sep 01 '24 15:09 jongwoo328