https://github.com/artainmo/obsidianutilities
Personal project. Automated sync and specific utilities for transforming notes to obsidian's note-taking format.
https://github.com/artainmo/obsidianutilities
obsidian personal-project php python web work-utilities
Last synced: about 2 months ago
JSON representation
Personal project. Automated sync and specific utilities for transforming notes to obsidian's note-taking format.
- Host: GitHub
- URL: https://github.com/artainmo/obsidianutilities
- Owner: artainmo
- Created: 2022-09-20T11:43:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:01:33.000Z (over 1 year ago)
- Last Synced: 2025-06-15T14:16:47.107Z (about 1 year ago)
- Topics: obsidian, personal-project, php, python, web, work-utilities
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObsidianUtilities
Specific utilities for transforming my notes to [obsidian](https://obsidian.md/)'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.
### Launch
Transform notes:
1. `make utils`
2. Go to localhost:8000 on browser.
Auto-sync:
1. 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.
2. `make sync`
3. 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:
1. `python check_duplicate_lines.py `
2. You may want to verify if duplicates exist in music list for example `python check_duplicate_lines.py "../Obsidian/list,\ music.md"`