filterbubbler / filterbubbler-web-ext

The FilterBubbler WebExtension turns your browser into a collaborative text classification lab.
37 stars 17 forks source link

Add a new sink. Bookmark subfolder classification #55

Open schue opened 6 years ago

schue commented 6 years ago

Hierarchical chooser where you can interact with Bookmark manager API and let you select where you want to put it. To do that you need to have a way for a per recipe configuration. Recipe: When I use this source in this recipe, I want this sink and these UI elements.

schue commented 6 years ago

Here is a link for the Web Extensions bookmark API https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/bookmarks

and here is a link for the Material-UI list widget: http://www.material-ui.com/#/components/list

biancadanforth commented 6 years ago

Are the classifications in the corpus the Bookmark folders themselves?

If not, how does the corpus factor in?

schue commented 6 years ago

The folders will be the corpus classification names that are selected by the classifier when the source feeds in a page for classification. Instead of displaying the classification in the popup it would create a folder with the classification and add the URL of the current page in it if it is not already there.