taniarascia / takenote

📝 ‎ A web-based notes app for developers.

Home Page:https://takenote.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Capitalize the first letter of Category name.

shahadrn opened this issue · comments

Problem
When the user writes the category name. Ex. "scientific books", "Engineering books",
there is no consistency and capital letter at the beginning of the word
Solution
When the user presses the "Enter" key, the first letter of the category's name capitalized to ensure that all category names are the same.

Notes
Hi @taniarascia ,
When I type the Category name, it shows in small letters; in my opinion, the first letter is better to capitalized. When the user presses the "Enter" key, the first letter of the category's name capitalized to ensure that all category names are the same.
Is it possible for me to contribute and implement this feature? Thanks

@shahadrn are you working on this feature? Yeah it is a nice feature btw. On discord when we name a channel they convert spaces into dash and lower the case. Like if I name my Channel , it will be convert into my-channel. Can i help with this feature ?

@Junaid300 That sounds good to me, let's do it

@shahadrn yeah sure, but is this repo still active? I don't think so

HI, I would like to take this enhancement

@Ash9311 I tried to push my changes but I faced this error after commit command.

Oops! Something went wrong! :(

ESLint: 7.32.0

ESLint couldn't determine the plugin "import" uniquely.

  • C:\Users\shaha\Desktop\takenote\takenote\node_modules\eslint-plugin-import\lib\index.js (loaded in ".eslintrc.js")
  • C:\Users\shaha\Desktop\takenote\node_modules\eslint-plugin-import\lib\index.js (loaded in "...eslintrc.js")

Please remove the "plugins" setting from either config or remove either plugin installation.

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

husky > pre-commit hook failed (add --no-verify to bypass)

@shahadrn , run command npm run eslint and eslint will check the your code, you will errors or warning in your console, fix that errors then you will able to push the code.
Make sure you have created a separate branch.

@Junaid300
I fixed the error thanks
Yes, I created a new branch and pushing the changes.

Has this issue be assigned to someone to fix?

commented

If the issue is still open, would like to work on it.

@nabeel77, a PR is already created against this issue and PR isn't approved yet.

Okay