tr1ten / Neet

Extension for algorithm and data-structure templates
MIT License
4 stars 4 forks source link

File structure suggestions #1

Open AkshatAggarwal14 opened 1 year ago

AkshatAggarwal14 commented 1 year ago

One suggestion would be to store the templates in different folders based on the language, so the folder for cpp templates would be /public/templates/cpp/. You can also fetch the language a user is currently using when they click on the extension and only show these templates by default. A drop down to select other languages will also help.

tr1ten commented 1 year ago

Separate folders for languages sound like a good idea, will do. Also, I'm planning to add platform-specific features like the one you suggested in future releases so let me know if you have other related suggestions.

rahul07sharmars commented 1 year ago

when I am trying to install this from the instruction, brower is giving this error for brave Manifest file is missing or unreadable Could not load manifest. what should I do now

AkshatAggarwal14 commented 1 year ago

2 Made seperate folders for different languages

tr1ten commented 1 year ago

when I am trying to install this from the instruction, brower is giving this error for brave Manifest file is missing or unreadable Could not load manifest. what should I do now

@rahul07sharmars please make sure you downloaded & unzipped the correct file (neet-v*.zip) from the release page. if you still face any issues please consider opening a new GitHub issue.