Skip to content

Instantly share code, notes, and snippets.

@stephenleo
Last active March 11, 2022 09:17
Show Gist options
  • Select an option

  • Save stephenleo/2f65779cc38a329affcf736444edc381 to your computer and use it in GitHub Desktop.

Select an option

Save stephenleo/2f65779cc38a329affcf736444edc381 to your computer and use it in GitHub Desktop.
[Medium] Tips

Medium Tips

Useful Tips and Tricks for posting on Medium

Code Snippet Insertion Tips

  1. Use Github gists to host code snippets
  2. User VSCode’s GistPad extension to organise all the snippet files related to the same Medium post within a single gist.
  3. Embed individual files into Medium by using the github gist embed link followed by the using the file query param as below. Reference
https://gist.github.com/stephenleo/731550f10522835467b7079de3384932.js?file=02_data_query.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment