mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Editor: view-scoped Extract-to-Dataset for inline and self-defined data
This commit is contained in:
@@ -8,6 +8,13 @@ record the resolution into the contract (`docs/architecture/09`+`10` and the rel
|
||||
|
||||
## Open
|
||||
|
||||
- **Extract-to-Dataset has no keyboard accelerator** — its sibling editor actions (wrap /
|
||||
config, in `spec-transform-actions` / `spec-config-actions`) register an F1-palette command
|
||||
and a lightbulb; Extract is toolbar-only (`runExtract` in `services/extract-action.ts`),
|
||||
because it opens a modal rather than making an in-place undoable edit, so the palette/lightbulb
|
||||
fit awkwardly. Decide whether to add a palette command anyway for parity (a keyboard path to
|
||||
open the modal at the cursor), or leave toolbar-only.
|
||||
|
||||
- **Storage-full copy implies a per-tier budget, but quota is whole-origin** — the messages
|
||||
say "snippet storage is full" / "dataset storage is full" and tell the user to delete that
|
||||
entity's items, yet IndexedDB quota is shared across the whole origin. Per-tier framing is
|
||||
|
||||
Reference in New Issue
Block a user