Expand description
linkmarks import — import bookmarks from a source file into the store.
Pipeline:
- Open the source (Chromium JSON in v1).
- Read bookmarks via
BookmarkSource::list(). - Canonicalize each URL through the loader-supplied
[
CanonicalConfig] (seelinkmarks_core::config). - Upsert into the local store.
--dry-run parses and canonicalizes but does not write the store.
--source=store is rejected — import always writes, never reads,
from the store.