Share as ZIP is an Obsidian plugin that allows you to share notes and their linked notes as a zip folder. This is particularly useful for exporting a note and all its related content for sharing or backup purposes.
private: true etc.*.tmp).obsidian/plugins/share-as-zip/ folderGo to Settings → Share as ZIP to configure exclusion rules:
true will be skipped (e.g., private, draft, secure)Task Management, Daily Review)Templates, Archive, .trash)*.tmp, passwords.md)Frontmatter exclusion:
---
private: true
draft: true
---
Header exclusion: Content under ## Task Management will be ignored when scanning for links.
File patterns: *.tmp, *private*, passwords.md
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.