Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.46 KB

Note Companion Folder Plugin

Manage a separate folder of attachments for each note. The folder name is the same as the note name minus the file extension. The plugin's default behavior is to have the companion folder as a sibling to the note, but you can configure this.

You can use the companion folder to keep the attachments separated on a per-note level instead of having a single attachments folder for all notes in a vault.

Two modes

Either keep the companion folder directly next to the note like this:

vault-folder/
|- note-file.md
|- note-file/
||- attachment-0.png

Or you can choose a subpath inside the vault where the companion folders (for all notes will reside). Set the Base path for companion folders option in the plugin settings to _file, then the layout in the file system would look like this:

vault-folder/
|-_files/
||- note-file/
|||- attachment-0.png
| note-file.md

This plugin provides multiple ways to reveal a companion folder for a given note:

  • A ribbon icon
  • A command
  • A context action
  • A file action

If the companion folder for a given one does not exist, it will be created upon invoking one of the plugin's commands or actions.

The context action

The file action

The ribbon icon

The command

Install

You can find the "Note Companion Folder" in the list of community plugins!