- Snippitall to insert the same code snippet at a certain point in each md file in a specific folder and all subfolder.
- Snippitonce to insert the same code snippet at a certain point in each md file only in a specific folder.
- Extensionchecker to identify the kind of files present in subfolder
- Filedownloader to return the downloadlink for markdown for all files with a specified extension
- Figreturner to return the markdown code for a figure in a specific extension
- Figshrinker to compress JPEG images.
This tool's repository is stored on GitHub. The seperate .ipynb
are also part of the TeachBooks manual as a submodule. If you'd like to contribute, you can create a fork and open a pull request on the GitHub repository. To update the files as shown in the TeachBooks manual, create a fork and open a merge request for the GitHub repository of the manual. If you intent to clone the manual including its submodules, clone using: git clone --recurse-submodulesgit@github.com:TeachBooks/manual.git
.