I’m hoping to use the safeStorage API in my plugin, but it doesn’t seem to be found at runtime. Any chance there’s a way to access this method? I can use keytar, but it’s archived and I’d rather avoid the dependency
Hi @brush701, I was wondering if you found a way to securely store user data with Obsidian? I noticed that keytar has a modern alternative, @napi-rs/keyring. However, both seem unsuitable for Obsidian plugins because they rely on native modules, and there doesn’t appear to be a way to publish those in Obsidian plugins. Any luck or insights on this issue? Thanks!