Support for more than one folder for attachments per Vault

Hi and thanks for building this.

I’ve been a qOwn notes and BoostNote and OneNote user for a while and am grateful to see that you’ve been able to keep markdown support while still making back-links and the like to work.

I have one one small request:

  • give us support for more than media folder per vault.

Here’s why:

Let’s say that i have a vault called Projects. Within it, there might be a folder structure that looks like this:

Projects/
    SomeLongRunningProject/
        notes/
            idea.md
            call-notes.md
            <etc...>

        media/
            01. call-overview-schedule.pdf
            02. project-kickoff-flyer.jpg
            <etc...>

    ASimpleProject/
        notes/
            idea.md
            <etc...>
    AnOldProjectWithManyPrototypes/
        notes/
            idea.md
            <etc...>
        models/
            product-base-version1.STEP
            product-base-version2.STEP
            <etc...>
            product-base-version45.STEP
            reference-dimensions.dxf

<repeat this pattern with many more projects>

If there are several projects, each with 10+ media files then there’s a single media folder w/i the vault with many many many files. I’d ultimately like to keep the name of the project as the root organization object so all media, and notes are under the same project dir, rather than having to find all the media and models … etc inside of the single folder.

Ultimately, i would like to set this per folder (see the SomeLongRunningProject/media versus AnOldProjectWithManyPrototypes/models but would be content with a simple expression like ${note_pwd}/media which would make a media folder inside of the current dir path within the vault.

Thanks for your time and keep up the good work on this software :).

1 Like