This project syncs but most important converts your remarkable drawings to Excalidraw / markdown files that can be used in combination with the Obsidian Excalidraw Plugin.
Report Bug
Request Feature
Table of Contents
The usage is pretty straight forward. There are some dependencies, see the Dockerfile if you want to know more.
You need to have Docker if you want use this script the same way as I do. How to get Docker is explained on the Docker website.
-
Make sure you have something to copy the files from the remarkable to your machine. I use Rsync which comes with MacOs and almost every Linux distribution.
-
Clone the repo
git clone git@github.com:EelcovanVeldhuizen/remarkable-obsidian-sync.git
Sync your remarkables with RSYNC (or any other tool). This works the best if you have set-up passwordless login with the help of SSH keys. The best explenation how to do this I found this Reddit Post.
rsync -av root@10.11.99.1:/home/root/.local/share/remarkable/xochitl/ <path_to_remarkables>
I use Docker to create keep the python installtion on my machine clean.
To build build the container (which will be named ros):
docker build -t ros .
Run the container with the paths to your remarkable files and where you want the markdown files to end up.
docker run -v <path_to_remarkables>:/app/remarkables:ro -v <path_to_dir_in_vault>:/app/vault ros
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
You can reach me on Github!
Project Link: https://github.com/EelcovanVeldhuizen/remarkable-obsidian-sync