How to add a new glyph
- Save the glyph image into
images/
(PNG or SVG). Recommended size: 512×512.
- Name the file using a short slug (e.g.
newglyph_name.png
).
- Copy one of the example
<div class="glyph">…
blocks above and replace the image URL, h3
name, and paragraph description.
- Assign it to a family by setting
data-family="ontology"
or cosmology
or relational
.
- Optional: add a data attribute like
data-source="AI:Gemini"
to show contributor credits.
Bulk additions
If you have many glyphs, create a simple CSV with columns: filename, family, name, meaning, contributor
. I can provide a small script to auto-generate the HTML blocks from that CSV.
Preview & download
Tap any glyph image on mobile to open a fullscreen preview. Use the download icon (or long-press on Android) to save the PNG.
Credits & Versioning
Version: Working Draft. Contributor list can be added to the footer when the Codex reaches a stable release. To record contributions automatically, add data-contributor="Name or AI"
to each glyph block.