Skip to content

Personal project. Automated sync and specific utilities for transforming notes to obsidian's note-taking format.

Notifications You must be signed in to change notification settings

artainmo/ObsidianUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObsidianUtilities

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.

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 <filename>
  2. You may want to verify if duplicates exist in music list for example python check_duplicate_lines.py "../Obsidian/list,\ music.md"

About

Personal project. Automated sync and specific utilities for transforming notes to obsidian's note-taking format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published