damko / freedommarks-browser-webextension

A cross-browser webextension for Nextcloud Bookmarks
https://addons.mozilla.org/en-US/firefox/addon/freedommarks/
GNU General Public License v2.0
106 stars 15 forks source link

Title field does not get filled in automatically #10

Closed damko closed 6 years ago

damko commented 6 years ago

When adding a new bookmark the add-on performs a look up to the nextcloud server to check if the URL is already present in the database. If it's present then the title stored in the db is fetched otherwise it should propose the title set in the header of the website.

At the moment the add-on fails in both cases

damko commented 6 years ago

This is only partially fixed. For now the addon relies only on the header. It can not perform the search request against the API because the endpoint is missing. I've opened a feature request in nextcloud/bookmarks