{% extends layout|default('base.html', true) %} {% block style %} {# The stylesheet for the classes this page borrows, exactly as library.html links it and for the same reason: base.html links openProject.css only for the page core owns, so borrowing the shell without borrowing the sheet leaves every rule below unresolved. In the style block so it lands BEFORE the plugin's own sheet, which is the order that lets a .fb- rule refine a .open-project- one instead of losing to it. #} {% endblock %} {% block content %} Plexora - Captures {# The captures bin: everything captured and not yet in a figure. A third tab beside Projects and Figures, because it is the same kind of place -- a list of things you saved, found again, and act on. It is also the one that needs a datasource least: a capture records which image it came from, the bin spans all of them, and the person who wants to see what they collected on Tuesday most often has nothing open at all. Everything inside is drawn by figureCaptureBinGrid.js, which is the same component the figure canvas puts in its "Add from your captures" dialog. One grid and not two: the selection, the delete and the add are the same question asked from two places, and two implementations of "which captures are ticked" is how one of them deletes something the other still shows. #}

Captures

Everything you have captured that is not in a figure yet. Nothing here expires.

Projects Figures Captures
{% endblock %}