Mozilla-Ocho / Memory-Cache

MemoryCache is an experimental development project to turn a local desktop environment into an on-device AI agent
https://memorycache.ai/
Mozilla Public License 2.0
553 stars 24 forks source link

Investigate feasibility of making this work in vanilla Firefox #8

Closed misslivirose closed 10 months ago

misslivirose commented 11 months ago

When implementing the feature to allow saving notes as quick text, I was able to do this with the existing downloads API and using a blob to store the text. Is it possible to do this for the entirety of the HTML contents of the webpage, so that it could work out of the box with vanilla Firefox instead of a custom build?

misslivirose commented 10 months ago

Fixed in #26 and #30