AlexBieg / obsidian-better-command-palette

A better command palette for obsidian
MIT License
161 stars 12 forks source link

New Notes do not Respect the `Files & links` new note folder setting #105

Open tomoum opened 8 months ago

tomoum commented 8 months ago

Description:

When creating new notes via the Ctrl + enter in the quick switcher the new note is always created in the root and does not take into account the setting in Files & links -> Default location for new notes .

Recreate:

  1. launch Better Command Palette: Files
  2. type name of a new note
  3. press Ctrl + enter to create new note with that name

Behavior: file gets created in the root of the vault

Expected or Desired: File gets created in path specified in Files & links -> Default location for new notes setting

Thanks