mirror of
https://github.com/mfarr/obsidian-archive.git
synced 2026-07-22 05:41:33 +00:00
No description
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Simple Archiver for Obsidian
Move old, stinky notes and folders to an archive, where they belong!
Simple Archiver moves files or an entire folder to an archive folder that you configure. The items are moved to the same relative path in the archive folder.
Archiving can be done via:
Simple Archive: Move to archivecommandMove to archivefile menu itemMove all to archivemulti-file menu item
Planned Improvements
- Archiving a folder that already exists in the archive merges the contents
- Archiving a file that already exists in the archive gives the option to rename
- Unarchive a file or folder
Release Notes
v0.4.0
- New: Add "replace" option when attempting to archive a file or folder when an item with the same name and path already exists in the archive.
v0.3.1
- Fix: Unable to archive files/folders in the vault root
v0.3.1
- New: Validate archive folder name setting before saving
v0.2.0
- New: Allow multiple files to be archived
v0.1.0
- New: Basic archive functionality