Posted on: 2021-03-02
Useful tricks for better post
1 minute read.
A nice autocorrect:

I use Grammarly to write English content better, it's so useful and I recommend you use it for writing more clear.
Just add its chrome extension, then it will appear in any textboxes that you want.
It's SO COOL!
Animated terminal presentations:
There is a site you can create animated terminal presentations.
Here is the website: https://term-sheets.neat.software
After you created your presentation you can export it as SVG, HTML, or GIF.
For example, you can use it as below:
#test.py
for i in range(5):
print(i+1)
print("Done")
when we run the file:
Have some long code?
If you have some long code that doesn't pretty to put on the posting page, you should see Ubuntu Pastebin.
Reading time
It's better to add a Read time on top of your post, but how to calculate it?🤔
There is a chrome extension that will do it for you!
it's a little bit annoying so do it as below:
- right-click on the extension icon
- chose This can read and change site data > when you click the extension.
after you calculated the reading time, write it after the title(inside the content section)
and use italic and an indent like below:
n minutes read.