···1111Be able to use the app on mobile and desktop with the safety of knowing there's also at least one remote copy.
12121313Today
1414+- [ ][mobile] shares to Peek app on iOS are not saving to datastore - investigate
1415- [~][mobile] bottom buttons (save, delete, etc) can be hidden behind iOS keyboard
1516- [~][release] build and deploy release versions of desktop, ios, and server
1617···107108- Keep UI simple - dropdown in settings
108109- Default to "default" profile if not configured
109110110110-## Modes/scopes
111111-112112-notes
113113-- Pages have a specific mode, with specific hotkeys, etc.
114114-- Commands like "theme dark here" operate on the "target window".
115115-- Target window is usually what the user was looking at before opening cmd.
116116-- Currently this works but there's no visual indication.
117117-118118-- [ ] How to do page "mode" (for example) with conditional context/hotkeys/actions
119119-- [ ] Should commands declare `scope: 'window' | 'page' | 'global'` in registration?
120120-- [ ] How does cmd indicate scope/target?
121121- - [ ] eg "Target: [window title]" header when window-scoped command is selected?
122122-123123-124111## Desktop windows
125112126113Title bar and controls
···183170184171tags
185172- [ ] tag input field
173173+174174+## Modes/scopes
175175+176176+notes
177177+- Pages have a specific mode, with specific hotkeys, etc.
178178+- Commands like "theme dark here" operate on the "target window".
179179+- Target window is usually what the user was looking at before opening cmd.
180180+- Currently this works but there's no visual indication.
181181+182182+- [ ] How to do page "mode" (for example) with conditional context/hotkeys/actions
183183+- [ ] Should commands declare `scope: 'window' | 'page' | 'global'` in registration?
184184+- [ ] How does cmd indicate scope/target?
185185+ - [ ] eg "Target: [window title]" header when window-scoped command is selected?
186186+186187187188## Web page experience
188189