mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
24 lines
857 B
Markdown
24 lines
857 B
Markdown
![]() |
## Multiple lines to Checklist
|
||
|
|
||
|
1. Click Add new Checklist
|
||
|
2. Click Add new Checklist Item
|
||
|
3. Toggle `One line of text = one checklist item`
|
||
|
4. Paste multiple lines of text
|
||
|
5. Click Save
|
||
|
|
||
|
<img src="https://wekan.github.io/multiline/multiline1.png" width="60%" alt="Multiple lines to Checklist" />
|
||
|
|
||
|
## Card ☰ Menu / Copy Checklist Template to Many Cards
|
||
|
|
||
|
<img src="https://wekan.github.io/multiline/multiline2.png" width="60%" alt="Checklist Template to Many Cards 1" />
|
||
|
|
||
|
## Edit titles and descriptions of Many Cards
|
||
|
```
|
||
|
[ {"title": "First card title", "description":"First card description"},
|
||
|
{"title":"Second card title","description":"Second card description"},
|
||
|
{"title":"Last card title","description":"Last card description"} ]
|
||
|
```
|
||
|
|
||
|
<img src="https://wekan.github.io/multiline/multiline3.png" width="60%" alt="Checklist Template to Many Cards 2" />
|
||
|
|