weird icon indicating copy to clipboard operation
weird copied to clipboard

Add Link Lists

Open zicklag opened this issue 1 year ago • 1 comments

Right now we have the backend implemented for user lists, which are like link lists, but we don't have a UI for it.

There is more discussion on links in https://github.com/commune-os/weird/discussions/64. I haven't fully digested the technical implications. We may want to wait on link lists in the profiles until we nail down a broader concept of how we want to approach links in general from a technical perspective.

zicklag avatar Jul 03 '24 14:07 zicklag

I’m thinking the best default for links entry is to start with just a singular form:

IMG_2530

We just need whatever the JS/Svelte equivalent of this is:

https://github.com/EstebanBorai/link-preview

  • The title box (Label) should only appear after a URL has been entered.
  • That title box should appear above the URL box, filled in with whatever title (editable) we could grab from the URL.
  • We’ll pull in whatever other meta-data that’s available about the URL and make a nice onebox out of it.

https://github.com/discourse/onebox/blob/main/README.md

Eventually it should all be editable (and users can choose between compact/rich/.. link styles) but we’re starting with just URL —> Title.

erlend-sh avatar Oct 12 '24 18:10 erlend-sh

This issues have been resolved in https://github.com/muni-town/weird/pull/214 PR .

harshmangalam avatar Nov 08 '24 21:11 harshmangalam