hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

implement link manager for codepair #241

Closed easylogic closed 1 year ago

easylogic commented 1 year ago

What this PR does / why we need it?

This is a link manager that allows you to manage links in codepair in groups.

https://user-images.githubusercontent.com/591983/225010829-d486fcba-8a0e-4240-a7b2-ecbee967be84.mov

TODO List

Any background context you want to provide?

By default, it is stored in the browser using localStorage, but if there is a login feature later, it can be switched to CRDT to provide synchronization.

What are the relevant tickets?

Fixes #

Checklist