Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Load board from file #26

Open
adrian1001 opened this issue Apr 3, 2020 · 5 comments
Open

Feature: Load board from file #26

adrian1001 opened this issue Apr 3, 2020 · 5 comments

Comments

@adrian1001
Copy link
Contributor

adrian1001 commented Apr 3, 2020

The data of a board can already be downloaded.
Now, if there was a function to upload/import, this would allow for:

  • User-controlled backups (accidential clear)
  • Merge a drawing into another whiteboard
  • Transfer a drawing to another server
  • Implicitly: renaming whiteboards
  • archival (?)
@ghost
Copy link

ghost commented Aug 13, 2020

I'd like to add that uploading images would be a great feature (e.g. for playing arbitrary board games online)

@lovasoa
Copy link
Owner

lovasoa commented Aug 13, 2020

@kaiyazeera : Loading images is a different topic. See #42

@frenrude
Copy link

Thank you lovasoa, for your awesome work !
Yes I would also like these two features to be implemented as soon as possible.
Together with native Jitsi-Meet integration this would be a perfect tool for online courses.
As a first step, can you please help me to move my board from your ophir server to my self-hosted instance ?
Is there any way to convert the downloaded svg file to a json so I can access the board on my self-hosted wbo ?

@lovasoa
Copy link
Owner

lovasoa commented Oct 15, 2021

To download a board you replace "boards" with "download" in its url:

https://wbo.ophir.dev/boards/test

https://wbo.ophir.dev/download/test

And you place the resulting file in server-data with a name of board-test.json

@sailxjx
Copy link

sailxjx commented Sep 12, 2024

I hope to have a fork function, so that I can continue drawing on someone else's whiteboard without changing the original one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants