Audio Recording plugin saving files to root automatically

The dfault audio recording plugin has no options. It only saves the audio notes to the root directory. This is a huge problem, since once it inserts an audio note into a md note, and I want to move the Audio recording somewhere else into another folder, the link created into the note will not work accross other devices.

It would also be nice if it had an option to save as mp3, and if we could set a different default name to the note.

2 Likes

By default the link should update if you use Obsidian to move the file (Settings > Files & Links > Automatically update links).

Note: please use the forum’s templates when creating new threads. THanks!

1 Like

and so ?
how could we specify the path ?

I already asked Obsidian to save attachment in the same folder of the note, but audio-recorder doesn’t respect that logic

{
  "useMarkdownLinks": true,
  "promptDelete": false,
  "attachmentFolderPath": "./"
}
1 Like

The problem is still actual. Wanted to make a new topic, but found this one.
Even worse, in my case it actually places audio file in root directory (android, if it matters), but link in note assumes that audio should be in the note folder. So if i record audio and then want to listen to it - i must first manually move it to the note folder!