a screenshot of oso appliance repair and parts directory website

OSO Appliance - A wee personal SEO experiment w/10,000 blog posts.

Read more about this project here: OSO Appliance - Appliance Articles & Directories

<span title='2023-01-01 13:48:01 +1300 +1300'>January 1, 2023</span>&nbsp;·&nbsp;1 min

Removing Image Information from Markdown Files

Removing Image Information from Markdown Files If you have a large directory of blog posts written in markdown format, you might find yourself in a situation where you need to remove specific lines from all of them. This script is here to help you with that. The script starts by defining two functions: remove_lines_in_dir() and remove_lines(lines). The remove_lines_in_dir() function is used to iterate through all files in the directory and call the remove_lines(lines) function on each markdown file....

2 min