Skip to content

Conversation

@dbieber
Copy link
Owner

@dbieber dbieber commented Apr 13, 2025

Summary

  • Fix case sensitivity issues with NOTE_TAKING_SYSTEM setting to handle both formats (e.g., "Roam Research" vs "roam", "Dropbox" vs "dropbox")
  • Ensures the settings server UI and backend are consistent in how they handle system identifiers

Original task

the key for Roam Research for the NOTE_TAKING_SYSTEM is roam, not 'Roam Research' -- current the settings server is setting Roam Research instead / looking for that and not showing the right thing when it finds 'roam' instead; pls fix. same for Dropbox vs dropbox etc.

🤖 Generated with Claude Code

- Update App.tsx to normalize system names before comparison
- Update runner.py to normalize system names in make_uploader
- Update system_commands.py to handle both formats (e.g., "Roam Research" and "roam")
- Update blob_uploader.py to normalize BLOB_STORAGE_SYSTEM value

This resolves inconsistencies between UI representation and backend handling of system names like "Roam Research" vs "roam" and "Dropbox" vs "dropbox".

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants