What This Page Is
- A page of links to published scripts
- Unlike the other apps here, these assume you are comfortable working in a terminal on a PC
- Everything is released under the MIT License
- To keep them usable even in environments with download restrictions, the source is published in a form you can copy and paste
List and Links
ta-tocgen
- A tool for generating a table of contents from Markdown documents
- It can output bullet-list links in Markdown, as well as table formats for Excel, HTML, and Markdown
- Folder aliases and ordering can be configured in a metadata file inspired by Docusaurus
- In Excel output, it adds merged-cell-style borders like the ones people often expect
- Published here: ta-tocgen
ta-outlook-tasks-sync
- A tool for syncing Outlook tasks with TODO items in Markdown files
- I made it because it seemed useful, but it has not really become part of my routine
- Published here: ta-outlook-tasks-sync
ta-outlook-tasks-template
- A tool for creating Outlook tasks from prepared templates
- Useful when you want to add recurring TODO items for milestones in a development schedule
- Example: “Send the XX test results two days before UAT starts.” Yes, that is a fairly gritty example
- Published here: ta-outlook-tasks-template