What she can post to Dev.to
You finish the article in the editor, give it a title and a few tags, and hand it to her. Dev.to takes the whole thing at once: title, Markdown body, cover picture. Nothing waits in a staging area on the far side. The moment her schedule fires, the article is live at the URL she reports back.Character limit
100,000 characters. The editor is Markdown, so code fences and headings survive the trip.
Media
One cover picture, chosen in the post settings. Pictures inside the article body travel as Markdown links rather than uploads.
Post types
One article, with a title and up to four tags. A canonical link and an organization to publish under are optional.
Analytics
None. Ten connectors report numbers back to her, and Dev.to is not one of them.
Set up Dev.to
1
Generate a DEV Community API key
Open your Dev.to settings, click Extensions in the left column and scroll to DEV Community API Keys at the bottom of the page.Type a description you will recognize later,
PostQueen does the job, then click Generate API Key. The key appears in the list below. Copy it now, because it is the only string PostQueen asks for.Forem, the software behind Dev.to, describes the same key in its API reference: “The api-key header must be set to the API key for the user.”2
Add Dev.to as a channel
In PostQueen, click Add Channel and pick Dev.to. A modal titled Add Provider opens with a single field:
Press Connect. She calls
https://dev.to/api/users/me with the key, and the channel lands on your dashboard carrying your Dev.to name and avatar.3
Write the first article
Open a new post, select the Dev.to channel and fill the settings panel on the right:
- Title: required, at least two characters.
- Canonical Link: optional. Point it at the original if the piece lives somewhere else first.
- Cover picture: optional, one image.
- Select organization: optional, and only shown when she found organizations on your account.
- Tags (Maximum 4): optional, drawn from the Dev.to tag list.
The channel is in the left sidebar with its avatar and name. That is the whole confirmation: if it is in the list, she can post to it.
Troubleshooting
- “API key is invalid” in the connect modal: the field rejects anything under three characters. Paste the full key.
- “Invalid credentials” after pressing Connect: Dev.to did not recognize the key. Regenerate it under Settings, then Extensions, then DEV Community API Keys, and paste the new one.
- “Canonical URL already exists”: the canonical link you set is already attached to another Dev.to article. Change it or clear the field.
- No organization picker: she builds that list from organizations on your existing articles. Publish once under the organization from Dev.to itself, then reopen the post so she reads the list again.