Skip to main content

Module import

Module import 

Source
Expand description

linkmarks import — import bookmarks from a source file into the store.

Pipeline:

  1. Open the source (Chromium JSON in v1).
  2. Read bookmarks via BookmarkSource::list().
  3. Canonicalize each URL through the loader-supplied [CanonicalConfig] (see linkmarks_core::config).
  4. 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.

Structs§

ImportArgs

Functions§

run