brainsteam.co.uk/brainsteam/content/posts/2024/12/17/fixing-missing-subdirs-in-n...

1.2 KiB

date post_meta preview tags title type url
2024-12-17T11:25:01.697646
date
/social/583393885882e8ac86fe92c2cab04ade8aa5574e958d87bf60ed34958c596898.png
softeng
python
publishing
obsidian
colophon
Fixing Missing Subdirs in Notesync posts /posts/2024/12/17/fixing-missing-subdirs-in-notesync1734434701

Last year I wrote a small utility called notesync to assist in my digital garden publication workflow. Thes script reads the frontmatter of my notes and looks for public: true. Then it copies notes from my private obsidian vault over to a public folder ready to be processed and published by quartz.

Today I noticed that content that was in a subfolder was not being detected or synchronised properly. I worked out that the Python glob module has a recursive=true flag that I had forgotten to set. Setting this flag has resolved the problem and content in sub-sub directories is now appearing on my site.