https://github.com/d7sd6u/obsidian-auto-folder-note-paste
Convert your note into folder note upon pasting or drag'n'dropping an attachment
https://github.com/d7sd6u/obsidian-auto-folder-note-paste
attachments drag-and-drop obsidian obsidian-plugin
Last synced: about 2 months ago
JSON representation
Convert your note into folder note upon pasting or drag'n'dropping an attachment
- Host: GitHub
- URL: https://github.com/d7sd6u/obsidian-auto-folder-note-paste
- Owner: d7sd6u
- License: lgpl-3.0
- Created: 2025-02-24T06:46:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-12T15:07:58.000Z (over 1 year ago)
- Last Synced: 2025-03-12T16:23:33.189Z (over 1 year ago)
- Topics: attachments, drag-and-drop, obsidian, obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Auto Folder Note Paste
Ensures your attachments are placed inside your note when pasting or using drag-and-drop by converting your note into a [folder note](https://github.com/d7sd6u/obsidian-lazy-cached-vault-load?tab=readme-ov-file#wait-a-minute-what-are-folderindex-notes-what-are-ftags-what-do-you-mean-annexed).
https://github.com/user-attachments/assets/93678c2c-4ce1-4879-9d6e-0a4ffd24c27d
https://github.com/user-attachments/assets/0566eecd-c7c6-4a15-9ca3-3d773eae326d
https://github.com/user-attachments/assets/65874c29-fbe9-4fc8-b934-d4dabd6ced1d
Requires setting `Options` -> `Files and links` -> `Default location for new attachments` to `Same folder as current file`
## Other plugins
- [lazy-cached-vault-load](https://github.com/d7sd6u/obsidian-lazy-cached-vault-load) - Reduces startup time on mobile to 2-3 seconds, even with a vault containing 30k+ notes.
- [reveal-folded](https://github.com/d7sd6u/obsidian-reveal-folded) - Adds a command that reveals the current file in the file explorer while collapsing all other items.
- [auto-folder-note-paste](https://github.com/d7sd6u/obsidian-auto-folder-note-paste) - Ensures your attachments are placed inside your note when pasting or using drag-and-drop by converting your note into a folder note.
- [folders-graph](https://github.com/d7sd6u/obsidian-folders-graph) - Adds folders as nodes in graph views.
- [hide-index-files](https://github.com/d7sd6u/obsidian-hide-index-files) - Hides folder notes (index files) from the file explorer.
- [crosslink-advanced](https://github.com/d7sd6u/obsidian-crosslink-advanced) - Adds commands for managing [ftags](https://github.com/d7sd6u/obsidian-lazy-cached-vault-load?tab=readme-ov-file#wait-a-minute-what-are-folderindex-notes-what-are-ftags-what-do-you-mean-annexed)-oriented vaults: adding ftags, creating child notes, opening random unftagged file, etc.
- [virtual-dirs](https://github.com/d7sd6u/obsidian-virtual-dirs) - Adds 'virtual' folder files or folder indexes. You can open and search for them, but they do not take up space and 'materialize' whenever you need a real folder note.
- [viewer-ftags](https://github.com/d7sd6u/obsidian-viewer-ftags) - add ftags as chips on top of markdown/file editors/previews. And children as differently styled chips too!
- [git-annex-autofetch](https://github.com/d7sd6u/obsidian-git-annex-autofetch) - Allows you to open annexed files that are not locally present as if they were on your device (essentially, an NFS/overlay-fs hybrid in Obsidian).
## Contributing
Issues and patches are welcome. This plugin is designed to work with other plugins, and I will do my best to support this use case. However, I reserve the right to refuse support for any plugin at my discretion.