An open API service indexing awesome lists of open source software.

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.

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"`