Adding links to markdown files based on a CSV file

Add links to markdown files based on a CSV file

Add links to markdown files based on a CSV file This script allows you to add links to multiple markdown files based on a CSV file of key phrases and their corresponding links. Requirements Python 3.x The markdown files should be in the same directory as the script The CSV file should have the following format: Usage Save the script below in the same directory as your markdown files. Create a CSV file with your key phrases and corresponding links....

February 9, 2023 · 1 min

Increment Date Adder - Step by Step

Introduction This Python script is designed to add incremental dates to the frontmatter of multiple markdown files. The script will iterate through the files in a specified directory, incrementing the date in the frontmatter by a specified step (in days). The script will then rename the file to indicate that the dates have been added. How to Use Copy the markdown files you want to add incremental dates to into a directory called /add-dates/....

November 7, 2022 · 2 min