Contacts: Feature Request: Save Contact websites to Bookmarks app

Created on 23 Sep 2019  路  12Comments  路  Source: nextcloud/contacts

Is your feature request related to a problem? Please describe.
This is a useful to have request and not a priority. I'd like to request contact website urls be automatically imported into the excellent Nextcloud Bookmarks app via REST api. That app is maintained by @marcelklehr
If possible, to have a simple user toggle for those wanting to import to the Bookmarks app they have installed.

Describe the solution you'd like
Via Bookmarks REST API

Describe alternatives you've considered
Manually adding the url to bookmarks, but this would be useful to have better integrated.

Screen Shot 2019-09-23 at 11 59 51 AM

1. to develop enhancement help wanted

All 12 comments

Hey! Thanks for your suggestion!
@marcelklehr, what do you think?

Like the idea of integrating the notes app with bookmarks, this definitely sounds like a good idea and I think such integrations are incredibly useful. I'm uncertain on the details of how this should look, however. As always, the devil is in details like ideally, bookmarks so created should probably be properly linked to a contact to propagate changes and display the associated contact, also I already foresee a bike shed about where in the bookmarks tree these bookmarks should be put.

@skjnldsv What are your thoughts on this from a UX perspective? Also regarding https://github.com/nextcloud/bookmarks/issues/447

Ideally a simple direct link to the add bookmark view?

https://c.nc.com/apps/bookmarks/add/http%3A%2F%2Fwww.duckduckgo.com ?

Ah, I hadn't considered that. I was thinking more along the lines of an automatic integration, but this would be rather simple. The relevant URL would be: c.nc.com/aps/bookmarks#/bookmarklet/<url>/<title?>

You're using hashes for the new vue bookmarks?

Yup?

You can use regular url with vue router :)
Makes it a bit cleaner ;)

edit: see https://github.com/nextcloud/bookmarks/pull/815

the API is now apps/bookmarks/bookmarklet?url=xxx&title=yyy, because URLs as part of the path apparently cause trouble.

Fine for me! :D
Any starting version for this? So I'm sure I can stay compatible?

That'll be v2.2.0 then

Design-wise:

  • Instead of the delete icon, we show a 3-dot menu with "Save to Bookmarks" and "Delete" (of course only when Bookmarks is installed)
  • "Save to Bookmarks" simply saves it into the root bookmarks place, no tags or anything
  • Gives tooltip feedback saying "Saved to Bookmarks [ Edit ]" in case people want to edit it.

That鈥檚 a simple first implementation, no space for bikeshedding. ;)

As this sounds like a nice feature, the requests for this are quite low. Currently there a no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future. If somebody wants to implement this feature nevertheless we are happy to assist and help out.

Was this page helpful?
0 / 5 - 0 ratings