Allow reading and writing bookmark tags
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: wbamberg, Unassigned)
References
(Depends on 2 open bugs)
Details
(Whiteboard: [bookmarks][design-decision-approved] triaged)
Comment 1•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Updated•9 years ago
|
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Updated•9 years ago
|
Comment 14•9 years ago
|
||
Updated•8 years ago
|
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Comment 26•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 28•8 years ago
|
||
Comment 29•8 years ago
|
||
Comment 30•8 years ago
|
||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Comment 33•8 years ago
|
||
Comment 34•8 years ago
|
||
Comment 35•8 years ago
|
||
Comment 36•8 years ago
|
||
Comment 37•8 years ago
|
||
Comment 38•8 years ago
|
||
Comment 39•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 40•7 years ago
|
||
Comment 41•7 years ago
|
||
Updated•7 years ago
|
Comment 42•7 years ago
|
||
Comment 43•7 years ago
|
||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Comment 49•7 years ago
|
||
Comment 50•7 years ago
|
||
Comment 51•7 years ago
|
||
Comment 52•7 years ago
|
||
Comment 53•7 years ago
|
||
Comment 54•7 years ago
|
||
Comment 55•7 years ago
|
||
Comment 56•7 years ago
|
||
Comment 57•7 years ago
|
||
Comment 58•7 years ago
|
||
Comment 59•7 years ago
|
||
Comment 60•7 years ago
|
||
Comment 61•7 years ago
|
||
Comment 62•7 years ago
|
||
Comment 63•7 years ago
|
||
Comment 64•7 years ago
|
||
Comment 65•7 years ago
|
||
Comment 66•7 years ago
|
||
Comment 67•7 years ago
|
||
Comment 68•7 years ago
|
||
Comment 69•7 years ago
|
||
Comment 70•7 years ago
|
||
Comment 71•7 years ago
|
||
Comment 72•7 years ago
|
||
Comment 73•7 years ago
|
||
Comment 74•7 years ago
|
||
Comment 75•7 years ago
|
||
Comment 76•7 years ago
|
||
Comment 77•7 years ago
|
||
Comment 78•7 years ago
|
||
Comment 79•7 years ago
|
||
Comment 80•7 years ago
|
||
Comment 81•7 years ago
|
||
Comment 82•7 years ago
|
||
Comment 83•7 years ago
|
||
Comment 84•7 years ago
|
||
Comment hidden (advocacy) |
Comment hidden (off-topic) |
Comment 87•7 years ago
|
||
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Comment 90•7 years ago
|
||
Comment 91•7 years ago
|
||
Comment 92•7 years ago
|
||
Updated•7 years ago
|
Comment 93•7 years ago
|
||
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment 96•7 years ago
|
||
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Updated•7 years ago
|
Updated•7 years ago
|
Comment 100•7 years ago
|
||
Comment hidden (offtopic) |
Comment 102•7 years ago
|
||
Comment 103•7 years ago
|
||
Updated•6 years ago
|
Comment 104•6 years ago
|
||
Comment hidden (metoo) |
Comment 106•6 years ago
|
||
Comment 107•6 years ago
|
||
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Comment hidden (advocacy) |
Comment 111•6 years ago
|
||
Comment 112•6 years ago
|
||
advoacy |
Comment hidden (metoo) |
Comment hidden (metoo) |
Comment hidden (off-topic) |
Comment 116•5 years ago
|
||
Ah, sorry: hit send a bit early there. I meant to strip out the docs and add a tags field to the struct.
What brought me to this issue?
I want to auto-tag with regex rules and then sync those string labels.
As an (RDFS) https://schema.org/Thing, tags could have associated urls (and multiple names for e.g. multiple languages)
Reframing the bookmarks problem as JSON-LD is a worthwhile effort, IMHO.
That would insinuate moving from
"a tag is an edge to a string"
to
"a tag is an edge to a URI which identifies a thing with attributes"
Current:
tag: str
Suggested Linked Data approach to start the discussion before standardization with WebExtensions:
tag: {key: str, name: [str], urls: [str]}
tag: {id: str, name: [str], urls: [str]}
Which committee would need to review the proposed WebExtensions experiment?
(Is this the current URL to that work: https://github.com/azappella/webextension-experiment-tags/blob/master/experiments/tags/api.js )
What would need to be done to support a more complex tag object that FF, Chromium, and WebKit could easily migrate to?
Comment hidden (metoo) |
Updated•5 years ago
|
Comment 118•3 years ago
|
||
Any updates on this?
I mean allowing addons to edit/use tags ... would improve the quality of some bookmark and tab management addons.
Comment hidden (obsolete) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (off-topic) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (advocacy) |
Comment hidden (off-topic) |
Comment hidden (advocacy) |
Comment hidden (off-topic) |
Comment 131•3 years ago
|
||
Who are the decision-makers to work with in regards to the WebExtensions Bookmarks API && tags on bookmarks?
With third-party app support for tags via the WebExtensions API, wouldn't you think we'd get native serverside bookmarks with tags functionality?
What are the
- [ ] specific
- [x] tasks
necessary to add tag support to the WebExtensions AP?
Before specifying that tags are just strings for every bookmarks extension, IMHO URIs are the way of the web and tags as the :about property of a https://schema.org/Thing as the most extensible way forward
{:name:, :url, :about,
:educationalAlignment, }
(We can use W3C SHACL to limit which RDF data to accept and store at data validation time. JSON-LD is one representation of RDF; and JSON-LD would let us look our bookmarks together with string tags and URIs/URLs)
From https://bugzilla.mozilla.org/show_bug.cgi?id=1225916#c115 :
Updated•3 years ago
|
Updated•2 years ago
|
Description
•