-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GitHub markdown -> Plane Pages sync with public API support #8815
Copy link
Copy link
Open
Description
We need first-class syncing from GitHub markdown files into Plane Pages.
Current problem:
- Pages are the natural target for docs, design systems, reference content, runbooks, and release notes.
- In practice, the public/API-key surface appears insufficient for unattended page management.
- That forces automation users to either rely on unsupported browser/session workarounds or use work items as a docs substitute.
Requested capability:
- Sync markdown files from a GitHub repo into Plane Pages.
- Map files to stable Plane pages by repo path or external ID.
- Support create, update, list, and archive/delete through the public/API-key surface.
- Support folder -> nested page hierarchy.
- Support one index/root page plus child pages.
- Preserve page identity and URL across updates.
- Optionally expose sync status, last synced commit SHA, and source link.
Why this matters:
- design systems
- product docs
- runbooks
- release notes
- board/company knowledge bases
- operational manuals
Real-world example:
We just had to build repo -> Plane automation using work items because they support stable API-key mutation, even though Pages are the correct product surface for this kind of content. A native GitHub markdown -> Pages sync would be a much better solution.
The key ask here is not just page CRUD. It is a docs-native automation path that makes Plane Pages a durable destination for repository-backed knowledge.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels