👉 Create your tables here: https://gist.github.com/
🔜 WATCH NEXT:
• How I made my first $10,000 on Medium.com ...
🛠️ My favorite blogging tools:
👉 1. Semrush to find topics (free extended trial): https://www.codingem.com/recommends/s...
👉 2. Grammarly to fix typos (free version): https://www.bloggersgoto.com/recommen...
👉 3. Hemingway App to simplify content: https://hemingwayapp.com/
👉 4. Google Trends to find trendy topics: https://trends.google.com/trends/
👉 5. Canva to create visuals and thumbnails: https://www.codingem.com/recommends/c...
Disclaimer: Some of the links above are affiliate links. I may earn a small commission at no extra cost to you. This supports the channel and allows me to continue creating valuable content for you. Thanks!
Here's how you can use AI to create tables for your Medium stories:
Step 1: Create a free GitHub Account
Visit github.com and sign up for a free account. Complete the registration process and verify your email.
Step 2: Create a New Gist on GitHub
Log in to your GitHub account and head over to gist.github.com. Click on the "New Gist" button.
Step 3: Ask AI to write the Markdown Code for Your Table
Tell ChatGPT you want to create a markdown table. Give it a name with a .md extension (e.g., table.md). In the text area, write your table in Markdown format.
Step 4: Make It Public
Choose whether your Gist will be public or secret (unlisted). Click on the "Create secret gist" or "Create public gist" button to save.
Step 5: Copy the URL of the Gist
After the Gist is created, click on the "Raw" button next to your Markdown file. Copy the URL of the raw file from your browser's address bar.
Step 6: Embed the Gist in Your Medium Story
Go to Medium and start writing your story. In the editor, paste the raw URL of the Gist directly into the content area. Medium will automatically recognize the link and embed the table within your story.
Step 7: Publish Your Medium Story
Once the table is correctly embedded, continue writing your story. When you’re ready, publish your story as usual.
Optional: Edit the Gist
If you need to update the table, return to the Gist on GitHub. Edit the Markdown content and save the changes. The changes will automatically reflect in your Medium story since the embed is linked to the Gist.
Hope it helps! :)