So how does this actually work?
flowchart TB
subgraph Publish [Publish]
p1[Export to Github]
p2[pull to Cloudflare]
end
subgraph Obsidian [Obsidian]
o1[create vault]
o2[import litpages]
o3[write webpages, importing notes]
end
subgraph Zotero [Zotero]
z1[import references]
z2[read and add notes]
z3[create litpages]
z1-->z2
end
z3-->o2