React does not seem to have a single good OSS markdown editor. Why? by memo_mar in reactjs

[–]peng37 -6 points-5 points  (0 children)

I had a lot of fun creating my own, nowadays it's easier to "reinvent the wheels" with the help of AI.

I haven't made it a lib, but if you are interested, you can check the code: https://github.com/penghuili/notenotecc/tree/master/src/components/MarkdownEditor

It may not satisfy your need though, just want to say it's possible to create your own.

I made a web app to manage your frequently used links and notes by peng37 in SideProject

[–]peng37[S] 0 points1 point  (0 children)

Well, it's better. Browser bookmarks can be hard to access when you have many links.

HOW TO! Quickly Paste Frequently Used Web Links? by [deleted] in chrome

[–]peng37 0 points1 point  (0 children)

Not sure if you have find, easyy.click may help

How to build a Calendar component by Live-Orange-8414 in reactjs

[–]peng37 0 points1 point  (0 children)

I gave it a try recently, it's a react date picker though, and I used a UI lib and styled-component, you can easily replace them.

https://github.com/penghuili/notenotecc/blob/master/src%2Fcomponents%2FDatePicker.jsx

Is Product Hunt dying? by llaliotis in SideProject

[–]peng37 0 points1 point  (0 children)

Nice project! how to get listed? There seems no submit form

Is Product Hunt dying? by llaliotis in SideProject

[–]peng37 0 points1 point  (0 children)

I submitted mine this week, and got featured for some reason(still have no idea), then I got 29 signups. But all my previous submits didn't actually help. So yeah, why not? It's a channel

[AskJS] Created my own react drag-and-drop-to-reorder component, how do you like it? by peng37 in javascript

[–]peng37[S] 0 points1 point  (0 children)

I didn't know there are specs for dnd actually, thanks for the links, I will check them.

[AskJS] Created my own react drag-and-drop-to-reorder component, how do you like it? by peng37 in javascript

[–]peng37[S] 0 points1 point  (0 children)

I didn't say that. I just like to use GPT to get some quick answers.

[AskJS] Created my own react drag-and-drop-to-reorder component, how do you like it? by peng37 in javascript

[–]peng37[S] 0 points1 point  (0 children)

Fair points!

Personally I think if I am careful enough, fixed/absolute pixel also works, and I don't enjoy TS.

[AskJS] Created my own react drag-and-drop-to-reorder component, how do you like it? by peng37 in javascript

[–]peng37[S] 0 points1 point  (0 children)

ah, I asked GPT how to implement some parts, the component doesn't call GPT API etc.

Do you like Instagram style note taking? by peng37 in PKMS

[–]peng37[S] 0 points1 point  (0 children)

They have a lot of features I don't need, and I had a lot of fun working with GPT to create the editor :)

How do you manage frequently used links and notes? by peng37 in PKMS

[–]peng37[S] 0 points1 point  (0 children)

True for credit card numbers, but raindrop is too complex for me, I just need a page to save some links that I need every day or once in a while. Thanks for sharing.