Specific utilities for transforming my notes to obsidian's note-taking format.
Plus automatic synchronization, which will pull changes from obsidian's github repository every 10min, and push changes made in local repository, if any, every 10min.
Plus program that checks duplicates in long lists.
Transform notes:
make utils- Go to localhost:8000 on browser.
Auto-sync:
- This 'ObsidianUtilities' repository expects to sit inside root of obsidian repository with obsidian repository containing an Obsidian folder where all the files lie without subfolders.
make sync- If wanting to specify time between synchronizations you can indicate it in seconds as a command like argument. For example
make sync time=10.
Check duplicates in long list:
python check_duplicate_lines.py <filename>- You may want to verify if duplicates exist in music list for example
python check_duplicate_lines.py "../Obsidian/list,\ music.md"