Follow Up - save links for future consumption

I frequently want to find ways of saving links that I consume across devices that I want to come back to later. With this, I tried out the new fields form available in the Sept 2022 version of Script Kit in which I grab the current tab with getActiveTab and auto fill a link field and then I just have to fill in a name and comment field and then I save it off to AWS DynamoDB.

Following up with this (no pun intended), I'm thinking of ways of passing the content back to me at a convenient time with ideas like:

  • weekly email on a Sunday / Monday morning to see what I saved that week
  • discord bot for me to fetch a random link
  • etc

GitHub Repo: https://github.com/lannonbr/follow-up Save link script: https://github.com/lannonbr/follow-up/blob/main/functions/save-a-link.js