Skip to content
  • Commit KB changes to Git, including newly created files
    • cumbersome manually
    • schedule?
    • should update local repo, and push online
  • getting prompts formatted cleanly in markdown for AI/Warp
    • starting from Dynalist
    • maybe even to check and clean up (like a Linter) Obsid _Working On note
  • Globe and Mail download
    • get specified page into pdf, then into .md
      • combining Python scripting (PyMuPDF or pdfplumber for extraction, then markdown export) offers granular control and high accuracy for text-based PDFs.
    • inputs: filename (with naming guidelines), foldername in d:\FSS\Static\Info\Finance\
      • Globe_BeatingTheTSX-2025AP03.pdf
    • A much better workflow would be to convert these PDFs into searchable text added to my knowledge base, like clippings should be processed.
    • could apply to ALL existing Globe*.pdf
  • AutoCLI-Template.py
  • AutoWeb-Template.py
  • I want to create an Automation Template for ALL automation needs like backups, software testing, deployment, investment monitoring, updating DBs, etc. Some automation and testing will be web-based (involving keyboard and mouse inputs), some will be CLI based (like batch/Powershell scripts). with robust error handling logging of errors, warnings, results (into Google Sheets, or better) notification of errors: email and modal popup in Python (or better)