• v0.1.4 827d753893

    v0.1.4 Stable

    fpindado released this 2026-07-07 09:15:34 +02:00 | 21 commits to main since this release

    sync.md Multi v0.1.4

    Missing-resource handling + robustness on SP 18.13.1.

    New

    • Missing .md file dialog: when a sync finds a binding's Markdown file gone, you are prompted (Recreate from SP / Delete binding / Ignore) instead of silently recreating or erroring. A new binding still creates its file silently.
    • Deleted SP project dialog: when a bound project no longer exists, you are prompted to Recreate it in SP (under its original name) or Delete the binding. The .md is never touched, and a deleted project can never wipe it.
    • lastSyncedAt tracked per binding; last-known project title captured for the dialog and recreation.

    Fixed

    • onUnload teardown: reinstalling/reloading the plugin no longer leaves zombie timers (config poll + file watchers) running — the cause of runaway duplicate projects.
    • Recreate flow hardened: stale task-id stripping on reimport, serialized config writes, per-binding dialog guard + cooldown, and waiting for a recreated project to be visible before importing.

    Verified on SP v18.13.1 (macOS M2). 304 tests passing.

    Downloads