author | published_utc |
---|---|
bee |
2022-12-23 |
Tips for publishing on Medium.
Limitations:
- Summary text: 140 characters
- 1400x700 px (2:1) is a good choice.
- The editor supports images up to 25 MB in the .JPG, .JPEG, .GIF, and .PNG formats.
- Images should have a minimum width of 692 px to ensure the image completely spans the story page, and the image is consistently formatted for all story previews.
Medium help:
Medium does not support Markdown directly and instead has its own rich editor. However, it is still possible to keep your docs in Markdown and publish them on Medium in a few quick steps.
Posting Markdown on Medium methods:
- Rendered your Markdown as rich text elsewhere, then copy and paste it into Medium's editor (simplest).
- e.g. post your Markdown in Gists, a normal GitHub repo, or your GitHub Pages site (requires GitHub account).
- Use an offline converter like this.
- Use an online service like this.
Gotchas
1. Avoid complex Markdown that does not paste cleanly into Medium editor:
- Paragraph breaks and blockquotes inside list items. Keep list items simple.
- Nested lists.
- In general, avoid combining any two structural features to be extra safe.
- Two adjacent blockquotes are merged in one if they are not separated by normal text. Try adding more blank lines to break them.
If you really want to use advanced Markdown features (e.g. on GitHub), prepare a separate, simplified Markdown file for Medium that work-arounds all Medium's formatting issues.
2. Local links like [other doc](other-doc.md)
must be fixed manually.
3. Table of Contents must be recreated manually in the Medium editor (there may be plugins for this).
4. Add relevant tags.
Some tags relevant for Decred:
- https://medium.com/tag/decred
- https://medium.com/tag/cryptocurrency
- https://medium.com/tag/decentralized-exchange
- https://medium.com/tag/cryptocurrency-news
- https://medium.com/tag/crypto
5. Fill the summary text.
Medium generates anchors that can be used to link to specific places of the document. Unlike GitHub Pages:
- Anchors are 4 character long and are not derived from the heading.
- Anchors are created for each paragraph and not only for headings.
- See Table of Contents here for an example.