Publishing (Mathnuscripts)

Centralised view of publishing across Markbase and a custom site.

Current

Target Architecture

flowchart TB
  subgraph Authoring
    O[Obsidian Vault]
    J[Handwritten → OCR]
  end
  subgraph Build & Index
    P[Parser + Frontmatter]
    I[Search Index + Embeddings]
  end
  subgraph Delivery
    M[Markbase]
    C[Custom Site]
    A[Ask Mathenge]
  end
  O --> P --> I --> C
  O --> M
  I --> A
  J --> O