diff --git a/From-Previous-Export.md b/From-Previous-Export.md new file mode 100644 index 0000000..9694012 --- /dev/null +++ b/From-Previous-Export.md @@ -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. \ No newline at end of file