Difference between revisions of "Grep for the win"

From Pleasurable Learning
Jump to navigation Jump to search
Line 13: Line 13:


==HTML search&replace==
==HTML search&replace==
=== Changing the color of the hard-coded styled blue text when splitting topics==
=== Deleteing the colon left when splitting topics===
=== Convering HTML clozes to plain text in bulk===
=== Adding HTML code for conventions ===

Revision as of 18:14, 27 December 2021

Limitation of SuperMemo search feature

SuperMemo search is limited to plain text and there is no support for regular expressions as searches are implemented using assembly language. This is not the end. You can overcome such limitation by using a third party tool and searching into the files externally. My prefered choice is grepWin, a free and open source solution.

GrepWin

Grepwin.logo.png

grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces.

Download: GitHub

HTML search

HTML search&replace

= Changing the color of the hard-coded styled blue text when splitting topics

Deleteing the colon left when splitting topics

Convering HTML clozes to plain text in bulk

Adding HTML code for conventions