Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anyway to do "strikethrough" on a text file in Sublime?

I like to make text files with Sublime and use them as daily-reminder lists. I would like to be able to strike a line through the things I've completed versus erase them. Is there any easy way to do this on Sublime?

like image 947
secretagentmango Avatar asked May 20 '18 19:05

secretagentmango


People also ask

What is strikethrough tool?

Strikethrough is a font effect that causes text to appear as though it is crossed out. For example, this text should have a line through the middle of it. The strikethrough effect may be enabled through font properties if a program supports it, or applied to text on a web page using the HTML or CSS.

How do you jump to a line in Sublime Text?

In Sublime Text, you can quickly jump to any line in the code. Hit Ctrl–G (Mac and Windows). Type in a line number and hit Return/Enter to go to that line.


1 Answers

I know I'm late to the game on this and this isn't exactly an answer to strikethrough but you can use the emojis in Sublime Text. For example I just use the green check mark emoji and put that in front of the line I'm marking as complete

like image 64
Happy.Hartman Avatar answered Sep 19 '22 08:09

Happy.Hartman