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.
- Run the script.
Want to try out the code for yourself? Download the links.py file now:
Download links.py