| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Install Termux and Termux:Widget from F-Droid
Run in Termux
pkg update
pkg upgrade
pkg install git
git clone https://github.com/starfreck/obsidian-android-sync.git
mv obsidian-android-sync/* .
rm -rf obsidian-android-sync
chmod 777 -R .
./install.shOnce you are done setting up 'rclone', we will update sync paths on config.py
python3 update_config.py "pathA" "pathB"
# Create a folder name 'Obsidian' in root of your Cloud Storage
# Replcae 'gdive' in below command with your given name i.e. 'mega' etc.
# Do not change '/storage/emulated/0/Documents/Obsidian' because Obsidian by default look into Documents folder
python3 ~/update_config.py "gdrive:Obsidian" "/storage/emulated/0/Documents/Obsidian"
# if you mess up then just use "syncrclone --new config.py" to create new config.py| Back | FazBrowse Home | New Git URL |