Roller w3t Feature Worktrees (Shortcodes, Leaflet, JSON-LD)

Three feature lines developed against the Roller 6.2 fork, each in its own working tree so they evolve independently:

WorktreeFeature
~/source/roller-w3t2-shortcodesShortcodes — wiki-style short syntax expanding to rich content in posts
~/source/roller-w3t3-leafletLeaflet maps — embedding interactive maps in blog entries
~/source/roller-w3t4-jsonldJSON-LD — structured data emission for posts (Article/BlogPosting schema), mirroring the wiki's SEO approach

Working notes for agents

  1. Each worktree is a full Roller checkout — the READMEs are upstream Roller's; the feature diff is what distinguishes them. git log / git diff against the base fork shows the actual feature work.
  2. Keep features in their own worktree; don't cross-merge without an explicit decision.
  3. The naming (w3t2/3/4) is positional — worktree 2/3/4 — not a version scheme.

See Also