MyAnythingList Canonical English Docs
Freshness: 2026-03-12 v10 • Standard navigation header/footer • Every document should reveal freshness immediately at the very top and bottom.
8k.art /_docs/en

Multilingual Documentation Portal

English · English

This page is a live placeholder inside a growing global documentation system.

MyAnythingList and MyAnythingGrid are being documented in a way that is clear, inspiring, and translation-ready.

This page exists now so the documentation structure works immediately instead of leading to a dead end.

Full documents for vision, system design, playlists, thumbnails, printing, streams, and editing will be added soon.

What already exists?

What comes next?

Long-term vision

The long-term goal is a beautiful public knowledge system that helps people learn, build, print, share, and think more clearly.

The small English line below remains only as a graceful exit toward default documents.
English navigation helper: Docs Home · English Requirements

v09 Delta — Export and Naming

URL Art is a textural thumbnail class and must export exactly like any other thumbnail source. Exported thumbnails must always preserve the live tile composition order and must render at the selected output resolution without unnecessary quality loss. QR appears in export whenever visible in the live tile. Thumbnail downloads use informative timestamped names beginning with MyAnythingThumbnail_.

Updated: 2026-03-12 v09

v10 Delta — URL Art, Full-URL QR, and Uploaded Image Fit

URL art is a textural thumbnail class. Live tiles, downloaded thumbnails, and printed/exported output should preserve identical scaling, proportion, and placement relative to the selected output resolution. The system should enlarge URL art to use the readable panel area whenever that remains legible.

QR codes encode the full valid URL line, including anchor-comment fragments. The QR layer is independent of thumbnail imagery and must never become the background image or a stretched substitute for the tile texture.

Uploaded thumbnails and replacement-image thumbnails should scale to fit the panel logically, prioritizing full-image visibility for custom replacements rather than arbitrary cropping.

v12 Delta — Deterministic Grid Geometry Rule

Principle: Never compute layout until the required inputs are known, and never recompute it unless new wall-level information exists.

Grid geometry must be solved exactly once when the following inputs are known:

Once these inputs are known, the wall grid (rows, columns, tile size, and margins) must be computed deterministically and remain stable.

Thumbnail image loads, QR generation, and URL-art rendering must update only the contents of an existing tile box. These events must not trigger a recomputation of wall geometry.

Grid geometry may be recomputed only when one of the following changes:

This rule prevents unnecessary redraw loops and ensures consistent rendering between the startup pass and later rendering phases.