PraisonAI Git Posts is a revolutionary WordPress plugin that enables file-based content management with Git version control integration. Store your posts, pages, and custom post types as Markdown files while maintaining full WordPress compatibility.
/recipes/song-name)content/ directory at your WordPress root`markdown
title: “My Post Title”
slug: “my-post-slug”
author: “admin”
date: “2024-10-31 12:00:00”
status: “publish”
categories:
– “General”
tags:
– “example”
Your content here
Write your content in Markdown format.
`
This plugin connects to external services for certain features:
What it is: GitHub’s REST API (https://api.github.com) is used for version control and collaboration features.
When it’s used: The plugin connects to GitHub API when you:
– Enable GitHub OAuth authentication
– Create or manage pull requests
– Sync content with a GitHub repository
– View pull request details and changes
What data is sent:
– Repository information (owner, name)
– Authentication tokens (OAuth)
– Commit messages and file changes
– Pull request data
User consent: GitHub features are optional and only activated when you configure GitHub integration in the plugin settings. No data is sent to GitHub unless you explicitly enable and configure GitHub features.
Service information:
– Service provider: GitHub, Inc.
– Terms of service: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service
– Privacy policy: https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement
Developed by MervinPraison