From 391f95d9e6837956c4f181be0e6335962f579658 Mon Sep 17 00:00:00 2001 From: velocitatem <danalves24@outlook.com> Date: Sun, 3 Jul 2022 16:26:52 +0200 Subject: [PATCH] Improved user usability --- README.org | 11 ++++++++--- reorg-onedrive.el | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index c42bc08..339538d 100644 --- a/README.org +++ b/README.org @@ -1,8 +1,7 @@ #+title: reorg-onedrive [[./reorg.png]] -reorg-onedrive is a bridge between emacs(org-mode) and the remarkable via OneDrive. - +reorg-onedrive is a bridge between emacs(org-mode) and the remarkable via OneDrive. A pure =reorg= is still in development due to difficulty with the API - this is best option for now. * Dependencies + rclone @@ -17,5 +16,11 @@ rclone config #+end_src 3. Add =(load "/home/velo/Documents/Projects/reorg/reorg-onedrive.el")= to your config. - +* Usage +** Downloading Files +You can easily download files from your OneDrive via =(reorg-onedrive/download-file)=. This will prompt you to choose a file from the list obtained using rclone. +** Uploading Files +You can upload any file with =(reorg-onedrive/upload-file)=. +*** Org-mode +Open up a =.org= file in a buffer and run =reorg-onedrive/org-send-buffer-to-remarkable=, or =reorg-onedrive/org-send-file-to-remarkable= to upload any file you select. diff --git a/reorg-onedrive.el b/reorg-onedrive.el index 3d6fb8c..c0219f5 100644 --- a/reorg-onedrive.el +++ b/reorg-onedrive.el @@ -2,8 +2,8 @@ ;; Author: Daniel Rosel ;; Maintainer: Daniel Rosel -;; Version: 0.1.0 -;; Package-Requires: (request) +;; Version: 0.1.1 +;; Package-Requires: () ;; Homepage: https://github.com/velocitatem/reorg ;; Keywords: org-mode emacs remarkable onedrive