Notionize is a Google Chrome extension that makes adding a memorable YouTube video to your Notion database quick and effortless. I made this because I was too lazy to copy all the necessary details from the browser and navigate to my Notion table to paste it all in 🤷🏽♂️.
- Download the extension.
- Replace the
sendVideo
function insrc/popup.js
to perform the logic that adds the provided data to your Notion table. I'm calling a simple API I created and hosted on Replit to be able to use the Javascript Notion SDK. See here. - Also replace the
getTags
function insrc/popup.js
in order to properly fetch the multi-select tag values from the appropriate Notion table. - Load the unpacked extension on your chrome browser at
chrome://extensions/
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. I would love to extend this for articles, comments, and other documents I'd like to keep track of.