Skip to content

Commit

Permalink
Improved user usability
Browse files Browse the repository at this point in the history
  • Loading branch information
velocitatem committed Jul 3, 2022
1 parent 1ec1c41 commit 391f95d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

4 changes: 2 additions & 2 deletions reorg-onedrive.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 391f95d

Please sign in to comment.