I hereby claim:
- I am alifelivedfully on github.
- I am alifelivedfully (https://keybase.io/alifelivedfully) on keybase.
- I have a public key ASCPMHZdqrGM9t1UpTbUQHm2OsPIqlLNTk-0Gk2CdxiAhgo
To claim this, I am signing this object:
| <%* | |
| // define function to replace timestamps in file | |
| async function replaceTimestamp () { | |
| const regexHHMM = /YT=((\d+):([0-5]\d))/g; | |
| // change "YT=" if you want a different search term. currently videos cannot be longer than 99m59s | |
| var content = tp.file.content; // *content of file* | |
| var matches = content.matchAll(regexHHMM); // *find all regex matches in file* | |
| for(let match of matches){ | |
| content = content.replace( | |
| match[0], |
I hereby claim:
To claim this, I am signing this object: