]> njoseph.me Git - blog.git/blobdiff - content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md
Become independent of Medium 🎉
[blog.git] / content / posts / replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md
index 3001de0cb8af435340554399a6c0956a856cef4b..9a90948f64d7bfc7deba11e0b486d863c6e99e92 100644 (file)
@@ -15,10 +15,10 @@ Recently, I was looking for a non-cloud alternatives for most of my cloud-based
 
 [Orgzly](http://www.orgzly.com/) is basically an emulation of Emacs Org-mode on the mobile. This means I don’t have to use two kinds of apps for my To-Do lists. I can write my To-Do lists in Emacs and edit them on the go on my mobile. This sounds a lot like Microsoft Word for Windows Mobile, doesn’t it? Well, I was looking for a FOSS alternative. Now the whole problem is syncing my notes. I could have hosted [NextCloud](https://nextcloud.com/) on a Raspberry Pi at my home and set it up with Dynamic DNS and used it to keep these in sync. But that’s a lot of work and needs additional hardware. Instead, I decided to use a peer-to-peer synchronization tool called [Syncthing](https://syncthing.net/).
 
-<img src="https://cdn-images-1.medium.com/max/4932/1*JY2ZVhDb_j6YGkq7zR4Njg.png" alt="Syncthing on Work Laptop" width=800/>
+![Syncthing on Work Laptop](/blog/syncthing-web.png)
 
 Syncthing is very [easy to use](https://docs.syncthing.net/intro/getting-started.html) and has both desktop and mobile apps. I created a folder called ~/Sync on my laptop and moved my Org-mode lists there. Then, I setup Sycnthing to sync that folder to the mobile device.
 
-<img src="https://cdn-images-1.medium.com/max/2000/1*EynI53HGd-Zy1dzOQCkRrw.png" alt="Orgzly sync options" width=300/>
+![Orgzly sync options](/blog/orgzly.png)
 
 Orgzly has a sync feature. I just had to point my Orgzly to use Syncthing’s folder on the mobile device and select â€śSync”. Syncthing did its job of getting my notes from desktop to mobile and Orgzly displayed them in Org-mode.