All Medium editor hacks
Tips, hacks and workarounds
--
The online Medium editor keeps you focussed. It’s meant to keep it simple & professional for readers and writers. Until you come across a use case where the editor is way too limited…
For these cases I created a list of tips, hacks and workarounds to style your blog. All items are presented as a simple instruction. There is for most items a link below each section to more detailed explanations.
🅃🄰🄱🄻🄴 🄾🄵 🄲🄾🄽🅃🄴🄽🅃🅂
- Background Text color (Highlights)
- Blur image
- Buttons (with a link)
- Code blocks
- Code highlighting
- Dynamic tables (with Gist)
- Dynamic tables (with Google Spreadsheet)
- Embedding
- Emojis
- Footnotes
- Image grid (Images next to each other)
- Keyboard shortcuts
- Lists
- Markdown
- Subtitle
- Strike-throughs
- Tables
- Tables of content
- Underlines
- Undo
- Unicode
Background Text color (Highlights)
Highlighting is like most Word processors.
- Left-click your mouse and hold, highlight your chosen text, let go of the mouse button. A little menu pops up.
- Click the highlighter icon.
Blur image
- To blur an image use the following website:
https://www6.lunapic.com/editor/?action=blur
- Copy/Insert into your Medium article
Code blocks
- Code block can be created by three times: ``` (triple back tick)
<codeblock/>
Code highlighting
Like tables, code highlighting can be added through Gists (so a GitHub account is required).
- Create a Gist
- Make the Gist public and copy the URL
- Past the URL into your Medium article
Note there is a browser extension to easily add Gists to Medium:
Dynamic tables (with Gist)
The first option uses GitHub (so it assumes you have a GitHub account).
- Create a Gist on GitHub with the following name: filename.csv
- Create a table in CSV. For example with:
3. Past the CSV in the Gist filename.csv
4. Make the Gist public
5. Paste the Gist link in your Medium article
Note there is a browser extension to easily add Gists to Medium:
Dynamic tables (with Google Spreadsheet)
This option uses Google Spreadsheet as an option.
- Create a Google spreadsheet
- Publicize the spreadsheet
- Add the link to https://sheetsu.com/table-for-medium
4. Embed on Medium
Emojis
- Go to https://www.webfx.com/tools/emoji-cheat-sheet/
- Copy and paste the name into your Medium article 👌
Footnotes
Here I reference to a footnote¹
This is done like this: footnote^1
It doesn’t link to it, but you can make a section for footnotes like explained in the table of content section.
Image grid (Images next to each other)
- Click on + sign to select images from your computer
- Select multiple files at once
- Insert them into your article
Keyboard shortcuts
To find out shortcuts:
- macOS: ⌘+?
- Windows: Ctrl+?
A lot of actions can be done using shortcuts. Best to read this article:
Line spacing (single-spaced line break)
1. Write a sentence
2. Shift Enter
Lists
- A bulleted list can be made by starting a line with * or -
- And then enter after this line
- A numbered list can be made by starting a line with 1.
- And then enter after this line
Markdown
- Create a Gist on Github
- Copy paste the URL into your article
Advance usage of Markdown:
Subtitle
- Type your main title
- Hit enter and type the next line
- Select this line and click on the small “T”.
Strike-throughs
- Go to https://yaytext.com
- Write your text and copy it
- Paste it in your article
Tables
The simplest way to add a table to your article is by taking a screenshot:
- Create a table with Excel, Google Spreadsheet or somewhere online (for example https://app.diagrams.net/).
2. Create a screenshot with a snipping tool
3. Copy/Insert the screenshot to your article
Tables of content
The basic idea of creating a table of content is:
- Divide your article into sections (+ → Add a new part).
- Put your mouse on the section divider, right-click and choose Inspect. Get the name of the section which is something like ‘2a6d’.
- Put the Section name in your article URL:
https://medium.com/p/[Articlecode][#SectionName]
For example for this article to the next divider
https://medium.com/p/4b04c28d6144/#2a6d
4. Now you put this URL in any link
Does always work very well, but hey it’s a hack.
Detailed explanation of the hack:
https://medium.com/@AllienWorks/creating-table-of-contents-for-medium-articles-5f9087377b82
Underlines
- Go to https://yaytext.com
- Write your text and copy it
- Paste it in your article
Undo
Basically while writing just Ctrl Z
After publishing:
- Edit article
2. Click on … button and then choose “See revision history”
Unicode
- Go to https://yaytext.com
- Write your text and copy it
- Paste it in your article
Extra tips
To become a pro I recommended checking the embedded help:
- macOS: ⌘+?
- Windows: Ctrl+?
And also learn the toolbar by heart:
If you find another hack, please add one to the comments below.
More reading: