From 82897e499b86898410c5b55ea0c4382d842512ff Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 31 Jan 2024 16:00:40 +0200 Subject: [PATCH] Created From Previous Export (markdown) --- From-Previous-Export.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 From-Previous-Export.md 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