This project looks so cool. I'm trying to make a document management system where any native document gets wrapped by a md file that enables adding the metadata. Mdbase-spec seems like a good way to make a database for all content while preserving human readable form and getting it to play with the things like claude code. In my case, I have a bunch of pdfs, in a standard file system, I need to recall the file name or folder to find the file and I feel like I often lose things and am stuck knowing something exists but not knowing where I put it. One idea is if I reference the native pdf using ![[]] then it transcludes into the md file which could have yaml front matter that follows a schema based on type. In obsidian, I find things become a mess fast if you don't have a good system for organizing things and md-spec seems like a good solution since it allow enforcement of schemas based on type and a whole lot more. I'd be curious to learn what your vision and plans are regarding the project. Have you thought or anticipated the document management use case or did you have other ideas in mind?
This project looks so cool. I'm trying to make a document management system where any native document gets wrapped by a md file that enables adding the metadata. Mdbase-spec seems like a good way to make a database for all content while preserving human readable form and getting it to play with the things like claude code. In my case, I have a bunch of pdfs, in a standard file system, I need to recall the file name or folder to find the file and I feel like I often lose things and am stuck knowing something exists but not knowing where I put it. One idea is if I reference the native pdf using ![[]] then it transcludes into the md file which could have yaml front matter that follows a schema based on type. In obsidian, I find things become a mess fast if you don't have a good system for organizing things and md-spec seems like a good solution since it allow enforcement of schemas based on type and a whole lot more. I'd be curious to learn what your vision and plans are regarding the project. Have you thought or anticipated the document management use case or did you have other ideas in mind?