No description
Find a file
2025-03-09 15:13:22 -04:00
.editorconfig Initial commit 2024-06-14 07:11:12 -04:00
.eslintignore Initial commit 2024-06-14 07:11:12 -04:00
.eslintrc Initial commit 2024-06-14 07:11:12 -04:00
.gitignore Initial commit 2024-06-14 07:11:12 -04:00
.npmrc Initial commit 2024-06-14 07:11:12 -04:00
esbuild.config.mjs Add basic archiving functionality (#1) 2025-03-09 12:02:15 -04:00
LICENSE Add basic archiving functionality (#1) 2025-03-09 12:02:15 -04:00
main.ts Clean up old promise code 2025-03-09 12:19:42 -04:00
manifest.json Update version details 2025-03-09 15:13:22 -04:00
package-lock.json Fix incorrect values in package-lock.json 2025-03-09 12:11:20 -04:00
package.json Update version details 2025-03-09 15:13:22 -04:00
README.md Add basic archiving functionality (#1) 2025-03-09 12:02:15 -04:00
styles.css Initial commit 2024-06-14 07:11:12 -04:00
tsconfig.json Initial commit 2024-06-14 07:11:12 -04:00
version-bump.mjs Initial commit 2024-06-14 07:11:12 -04:00
versions.json Update version details 2025-03-09 15:13:22 -04:00

Simple Archiver for Obsidian

Simple Archiver moves a single file or an entire folder to an archive folder that you specify in the plugin's settings. The item is moved to the same relative path in the archive. If the base archive folder doesn't exist when you archive a file, it will be created automatically.

Archiving can be done via:

  • Simple Archive: Move to archive command
  • Move to archive file menu item

Known Issues & Limitations

  • Archiving a file or folder that already exists at the same path in the archive will fail
  • Archive folder setting value is not checked for validity

Planned Improvements

  • Archiving a folder that already exists in archive merges the contents
  • Unarchive