Args: obsidian_root: Path to Obsidian vault or folder with .md files quarto_root: Path to Quarto project destination dry_run: If True, only show what would be done without making changes ignore: Glob patterns to ignore during sync*
if__name__=="__main__":# Example usage obsidian_path ="/Users/rehabpath/Local_Projects/note-sync/playground/Obsidian/notes-folder" quarto_path ="/Users/rehabpath/Local_Projects/note-sync/playground/Website/notes"# Dry run first to see what would happen sync_obsidian_to_quarto(obsidian_path, quarto_path,dry_run=False)# Uncomment to actually perform the sync# sync_obsidian_to_quarto(obsidian_path, quarto_path, dry_run=False)
Syncing from Obsidian/notes-folder/ to Website/notes/
--------------------------------------------------
Found listing metadata file: _listing_meta.yml
SKIP FILE: agents/huggingface-course/Unit 1 - Introduction.qmd (no changes)