Updated From Previous Export (markdown)

Lauri Ojansivu 2024-01-31 16:01:44 +02:00
parent 82897e499b
commit 57ec32e98b

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