mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated From Previous Export (markdown)
parent
82897e499b
commit
57ec32e98b
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue