Created From Previous Export (markdown)

Lauri Ojansivu 2024-01-31 16:00:40 +02:00
parent de1d5e252d
commit 82897e499b

12
From-Previous-Export.md Normal file

@ -0,0 +1,12 @@
## Paste big JSON in Linux
```
sudo apt install xclip
cat board.json | xclip -se c
```
Then at Chromium-based browser, click right top your username / All Boards / New Board / From Previous Export.
There at input field, right click / Paste as Text.
Click Import.