{% extends "base.html" %} {% import "_icon.html" as ico %} {% block title %}{{ memory.title }}{% endblock %} {% block topbar_back %} {% endblock %} {# The bar carries the trail; the title, which is a sentence, is the page heading below, where it has the width to be read. #} {% block topbar_main %} {% endblock %} {% block topbar_actions %} {% if memory.status == 'active' %}
{% elif memory.status in ('forgotten', 'expired') %} {% endif %} {% endblock %} {# Laid out like the other detail pages. Every card is as wide as the page, and a card with a heading has the heading first and its content padded below it. The body used to be a half-width card pinned to the left, the sharing heading sat inside padding it did not expect, the provenance rows ran to the card's edges, and the history had no column rules at all, so each event printed one field per line. #} {% block content %}{{ memory.category }} · {{ memory.scope }} · {{ memory.status }}
{{ memory.body }}
No tags.
{% endif %} {% if memory.status in ('active', 'proposed') %} {% endif %}Shared with your workspace. A teammate's device holds the text and can recall it.
Not an erasure. A device that was switched off when you sign this already holds the text, and no design without a central copy can change that.
{% elif memory.scope == "personal" %}Personal memory is about you rather than about a project, and cannot be shared with anybody. Write it as a project memory if the team needs it.
{% else %}On this machine only. Sharing signs the text so a teammate's device can check who wrote it. It is never automatic: joining a workspace shares nothing by itself.
{% endif %}flanner mem supersede, rather than editing the file by hand.