Skip to content

Releases: Accsimplify/obsidian-copy-contents

1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:37
  • Add searchable declarative settings for Obsidian 1.13 and later while retaining the existing settings tab for Obsidian 1.12.
  • Add validation for numeric settings and file-extension filters.
  • Document that clipboard access is write-only, user-triggered, and local.

Copy Contents 1.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:59
b2a5146

Copy Contents 1.0.2 restores a maintainable source build and prepares the plugin for Obsidian's community directory.

Fixed

  • Cancelled file-selection dialogs now resolve cleanly.
  • Nested folder paths are preserved in combined output.
  • Timestamped filename conflicts now generate valid incremented names.
  • Previous exports are excluded from new folder exports.
  • Fenced code blocks are handled correctly in plain text output.
  • Export locations and filenames are normalized safely.
  • The stylesheet is published under the required styles.css name.

Maintenance

  • Restored TypeScript source and a reproducible production build.
  • Added regression tests, linting, release validation, and CI for Node.js 20, 22, and 24.
  • Added automated draft releases with build provenance.

Validated in Obsidian 1.12.7 with an end-to-end nested-folder export smoke test.

1.0.1

Choose a tag to compare

@Accsimplify Accsimplify released this 13 Oct 10:40
b6a7e70

v1.0.1 - Address reviewer feedback

Changes:

  • Added correct buymeacoffee fundingUrl in manifest
  • Removed default hotkeys (users can set their own)
  • Fixed UI text to sentence case
  • Moved inline styles to CSS
  • Improved settings layout with proper headings

1.0.0

Choose a tag to compare

@Accsimplify Accsimplify released this 30 Jun 09:52
9617a50

Initial release - copy and export functionality