Skip to content

1.0.2

Latest

Choose a tag to compare

@mikagosz mikagosz released this 16 Aug 10:04

1.0.2 — an export that fails now says so

Fixed

  • An unexpected error during an export used to be swallowed: the menu item did
    nothing at all and there was no way to tell why. Every export path now reports
    its failure in a notice.
  • The native save dialog reaches a part of Electron that Electron itself removed
    in version 14 and that Obsidian puts back for compatibility. If that ever stops,
    the export falls back to the configured export folder and says so, instead of
    failing on a click.
  • With "Ask where to save" turned off, an existing file of the same name is no
    longer overwritten. The export folder sits outside the vault, where a name
    collision means somebody else's file. With the dialog on, the path is one you
    confirmed yourself, so overwriting stays your decision.

Also

  • First test suite: the naming and path rules, including that the timestamp is
    local time rather than UTC — the reason an evening export is not stamped with
    yesterday's date.
  • README: install from the community catalogue.
  • Internals: Node imports use the node: prefix, and linting is part of the
    build, so a green build means a clean one.