v0.3.0
Adds Markdown export (70 -> 73 tools).
AppFlowy-Cloud has no export REST endpoint — the desktop app exports client-side. These tools rebuild Markdown from page collab data: the page-view endpoint's encoded_collab is a raw yjs v1 update, decoded with pycrdt to preserve inline formatting (bold, italic, strikethrough, inline code, links) that the server's JSON conversion flattens.
appflowy_export_page— export one page to a local.mdfileappflowy_export_space— export a space or page subtree to a directory tree mirroring the import convention (page with children → folder withREADME.md, leaf pages →.md); non-document views skipped with warnings; destination must be emptyappflowy_export_workspace— export every space in the workspace
New dependency: pycrdt. Covered by offline unit tests (block types, inline formatting, export→reimport round-trip) and live-verified against AppFlowy Cloud.
Install
uvx appflowy-mcp