TL;DR: Because Notion is mehhh π, and github is more awwwwwesome π
- Gists offer enhanced portability and composability.
- They are not subject to single-company control, eliminating lock-ins.
- Gists cannot be censored or restricted.
- You have the flexibility to host them on various platforms, such as GitLab, Notion, and more.
- Compatible with a wide range of software tools.
- You can embellish them with impressive badges.
- Gists are pure Markdown at their core. They feature a comment section and the ability to receive stars, fostering a sense of social network - engagement.
- They are version-controlled, similar to a Git repository.
- Their history can public, so people can see what changed or how much something has been iterated on and by whom
- They can be effortlessly forked and iterated upon by others.
- You can choose to keep your Gists private or make them public.
- And best of all multiple authers can publish to the same gist. Just share the PAT password. Instructions bellow π
Gists can only be updated from a git client if you use a PAT key. You can create one and use on all future Gists.
- Get github desktop: https://desktop.github.com or https://github.com/mobile
- In your github account create a new pat:
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the left sidebar, click Developer settings.
- In the left sidebar, click Personal access tokens.
- Click Generate new token.
- In the "Note" field, give your token a descriptive name.
- Make sure you tick the box that says something about "gist"
- Copy the secret to your clipboard (You can save it if you want)
- Create a new gist: gist.github.com
- press the embedd button and choose https. Copy this url
- In github desktop. Tap add and clone from url
- When your prompted for login and password. type in your github user name and the "pat secret" as your password
Happy writing directly to gist from mobile or desktop. π (I recommend using VSCode to write and preview markdown, you can also commit directly from VSCode π€― )