Memex is an experimental web extension that automatically backlinks Basecamp todos and documents. It was inspired by Roam Research. I haven't published the extension for distribution for a few reasons:
- It stores your Basecamp API refresh token in localstorage. It's unlikely for your localstorage to be compromised, but I'd rather not be responsible for that sensitive data possibly being exposed.
- It stores all of your documents and todos in localstorage. Again, unlikely to be compromised, but I'm not willing to take that risk on a side-project.
- In response to my misunderstanding of content scripts, I poked some questionable holes in Firefox's attempt to keep the boundaries between website and extension secure.