wkallhof / Hazel

Fast, simple, markdown powered wiki knowledge base for Node.js
http://hazel.wmk.io
GNU General Public License v3.0
118 stars 28 forks source link

Does not work for nested folders with markdown files #25

Closed jrichardsz closed 5 years ago

jrichardsz commented 5 years ago

I tried to use this tool to my dozens of folders with markdown but only markdown files in root path are scanned.

Also new created documents are stored in root content folder without option to create or locate an folder.

Is this functionality implemented?

Thanks a lot.

wkallhof commented 5 years ago

@jrichardsz Hazel wasn't designed with folder structures in mind. Organization is done through metadata and tagging. As it stands, it only scans the root folder.

jrichardsz commented 5 years ago

I made some changes and works with nested folders. Only create new documents functionality with folder selection is in progress.

What kind of guidelines are required to adopt this new functionality to your project?

Thanks