th3cyb3rhub / TheCyberHUB

Welcome to TheCyberHUB, a community-driven platform for hackers, cybersecurity enthusiasts, and IT professionals. Our platform provides a variety of free resources, including Capture The Flag (CTF) challenges, courses, blogs, forums, and much more.
http://www.thecyberhub.org/
MIT License
150 stars 169 forks source link

[FEATURE] Notes App, Description Section Modifications. #563

Open ArkadiK94 opened 11 months ago

ArkadiK94 commented 11 months ago

Detailed description

Context

  1. about the md editor buttons make them work properly
  2. about the md editor buttons show the current state of each button
  3. about the option to pick/change the category in note description so the user could change the category of a note

Possible implementation

We can discuss if there is options to implement any of this points.

Additional information

No response

Code of Conduct

github-actions[bot] commented 11 months ago

It's great having you contribute to this project

🌟 Welcome to the community 🌟

- If you would like to continue contributing to open source and would like to do it with an awesome inclusive community. - You should join our [Discord](https://discord.gg/QHBPq6xP5p) chat and our [GitHub Organisation](https://github.com/thecyberworld). - We help and encourage each other to contribute to open source little and often 😄. - Any questions let us know.

Sabbirfeni commented 11 months ago

@ArkadiK94 Please assing this issue to me.

Sabbirfeni commented 10 months ago

Could please tell me which component is this?

Sabbirfeni commented 10 months ago

Or could you please explain the issue a bit more so that I can get the point?

kabir0x23 commented 10 months ago

he, u can join our community,

https://discord.com/channels/799183504759324672/1036916093576556545

u can ask here in the thecyberhub channel for proper communication

@ArkadiK94 can explain this issue

ArkadiK94 commented 10 months ago

src/components/Common/MarkdownEditor folder -> about the first and second point src/components/Dashboard/Notetaker folder -> about the third point

In the video , you can see that when you click on the bold/italic, it not work properly when you do it without order In addition, you can see ,for example, when I clicked B button, there is not a sign that it was clicked

In this note description, the user should have an option to change category/ pick a new one. @Sabbirfeni

https://github.com/thecyberworld/TheCyberHUB/assets/76536506/0244fd74-d591-43d9-9416-cd1bb8df7a05

ArkadiK94 commented 10 months ago

@Sabbirfeni hmm, when I think about this the third point can be in separate issue. Tell me, if you prefer to work on some of the points , so I will create a different issue for the others.

kabir0x23 commented 10 months ago

bold is working but 10%, we just have to give values, to or font weight 600

Sabbirfeni commented 10 months ago

@kabir0x23 Can we use tailwind css over styled component?

kabir0x23 commented 10 months ago

@kabir0x23 Can we use tailwind css over styled component?

we try too use styled components it's direct css, and it is easy to do changes, that's why we recommend css

like is u want to use tail, u can conver it into css using chatgpt

Sabbirfeni commented 10 months ago

Okay, It may take time for me to explore how the you structured the component. However, I will use styled component and update the site.

ArkadiK94 commented 9 months ago

@Sabbirfeni Hi, do you work on this issue?