I am taking advantage of the holidays to tidy up my projects because of the mess in the directories. I'm a big fan of Obsidian ! I thought it would be cool to have an Obsidian Vault to document the blender project and files. - What does it have to do with blender and python ? - Wait a sec ! The thing is that i often move Blender files from one project to another as a resource or example. The ideal solution would be to embed the MarkDown in the Blender file. Step 1 : i create an ObsidiaNote as a data.text write some Md in the note as documentation Step 2 : Parse the repository with python script and ' Vrala ! ' Not so easy to acces Blender component from the outside i get the solution with blender --background {file}.blend --python ./tomd.py let me know your opinions