Giter Club home page Giter Club logo

Comments (2)

zsviczian avatar zsviczian commented on July 23, 2024

Sync only works on the files you can set in sync settings.
image

This was my question to Licat on 24 April:
It would be great to have an option to add registered file types to sync. In particular, I am interested in .excalidraw files. Typical use case: sketching on your iPad and editing your notes at your desktop. Can .excalidraw files be added as an option to sync?

... and Licat's response:
We will figure out a way once we start working on Sync again - we tackle one area of the app at a time and right now we're doing another push for mobile in preparation for going to insiders soon

For this reason, I am using OneDrive to sync. I use Obsidian on Windows, Android and ChromeOS. I use Autosync for OneDrive on my Android and Chromebook and overall I am satisfied with the sync experience.

This will likely resolve itself once Licat gets back to working on sync.

from obsidian-excalidraw-plugin.

zsviczian avatar zsviczian commented on July 23, 2024

I thought of one other solution.

You can also use Obsidian Sync in conjunction with "Obsidian Git" (find it in community plugins). Set up git to ignore all files except for .excalidraw by adding the following to .gitignore. Obsidian Git does not work on mobile, but on Android you can use an app like MGIT to sync your .excalidraw files from/to the git repository.

#ignore all kind of files
*.*
#except excalidraw files
!*.excalidraw

from obsidian-excalidraw-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.