Write New Post
GitHub Authentication Required
Why do I need a Personal Access Token?
This editor uses the GitHub API to create posts directly in your repository. A Personal Access Token (PAT) allows the editor to authenticate with GitHub on your behalf.
How to create a PAT:
1. Go to GitHub Settings → Developer settings → Personal access tokens → Tokens (classic)
2. Click "Generate new token (classic)"
3. Give it a name (e.g., "Blog Editor")
4. Select scope: repo (Full control of private repositories)
5. Click "Generate token" and copy the token
Security: Your token is kept in session storage and never sent to any server except GitHub's API.