|
|
|
|
|
by qwerty456127
1736 days ago
|
|
Wow I hope this grows. A robust Obsidian database model for Python is what I need. I was even going to develop it myself as time would permit. Please also encapsulate R/W access to files' FrontMatter and file system properties (like files' creation and modification time). |
|
File system properties do seem like an intuitive next step to extend the metadata 'getter', as the pathlib.Path objects are easily accessible. I was aiming to bring timestamps in but realised that the timestamps aren't available consistently in Linux, so I'll need to think about a cross-platform design.
FrontMatter is a good shout, I haven't used any in my notes, hopefully that content can be parsed neatly.