heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.87k stars 194 forks source link

Support for language abbreviations #263

Open jongwoo328 opened 2 weeks ago

jongwoo328 commented 2 weeks ago

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.