Get "New File" Folder Path

macOS only.

Screenshot of the action

Returns the file system path to the folder for new notes in a given vault, as configured in Obsidian' Settings under Files & LinksDefault locations for new notes.


Available Options

Omit home folder prefix

By default, the result of the action is the absolute file path starting from your Home folder. If you need the full absolute file path, i.e. starting from the root of the volume, uncheck this box. Example:

  • checked: /Documents/Obsidian Vaults/Testbed
  • unchecked: /Users/czottmann/Documents/Obsidian Vaults/Testbed

Examples

I want to copy a file to the folder in my Obsidian vault I've set as the default folder for new notes (the folder is named "Inbox"), so I'd use this action to get the its file system path. I keep the "Omit home folder prefix" option enabled, because for this example only the absolute path from my Home folder is needed.

Next, I specify or select a file. This file could be anything, but for the sake of this example, I use a fixed file on my desktop, named Borger.md .

Finally, I use Shortcuts's built-in "Save File" action, passing the aforementioned file as the first argument (the source) and my Home folder as destination (by clicking the parameter and selecting it in the file dialog). I'll disable the "Ask Where To Save" option which allows me to enter a subpath — and here I use the output of the "Get 'New File' Folder Path" action.

Screenshot of the workflow

When run, the "Save File" action will use the file name of the passed-in file, and save it under the following path: {Home folder}/{Vault attachment folder path}/{file name}. In this example, this means:

  • Home folder: /Users/czottmann
  • "New File" Folder Path: /Documents/Obsidian Vaults/Testbed/Inbox
  • File name: Borger.md

… so the file is saved in /Users/czottmann/Documents/Obsidian Vaults/Testbed/Inbox/Borger.md , i.e. in the "New File" folder of my vault "Testbed".


Changes / History

v1.2

On iOS, the action has been removed as it is currently useless due to the iOS security sandboxing.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Carlo Contact Carlo