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
552 stars 24 forks source link

Persist unsaved note drafts #24

Closed johnshaughnessy closed 10 months ago

johnshaughnessy commented 10 months ago

Persist unsaved note drafts to local storage using the WebExtensions storage API.

Resolves https://github.com/misslivirose/Memory-Cache/issues/12

johnshaughnessy commented 10 months ago

Closing this in favor of https://github.com/johnshaughnessy/Memory-Cache/tree/persist-popup-2 , which is built on https://github.com/misslivirose/Memory-Cache/pull/26 .

That way there's no merge conflicts.