mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 17:04:07 +01:00
Created From Previous Export (markdown)
parent
de1d5e252d
commit
82897e499b
1 changed files with 12 additions and 0 deletions
12
From-Previous-Export.md
Normal file
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue