Useful tricks for better post

by erfan

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.

I highly recommend you to use HTML, after exporting to HTML simply copy the content in that HTML file and open click on and paste it there.

 

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:

~$
python test.py
1
2
3
4
5
Done

 

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.

And also, you can use Gist and it is so awsome and you can edit it and takes track of changes but banned in Iran.

 

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:

  1. right-click on the extension icon
  2. 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.


Tags:

Leave a Comment: