2025-03-23 17:33:57 +02:00
|
|
|
## 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
|
|
|
|
|
2025-06-28 14:08:57 +03:00
|
|
|
<img src="https://wekan.fi/multiline/multiline1.png" width="60%" alt="Multiple lines to Checklist" />
|
2025-03-23 17:33:57 +02:00
|
|
|
|
|
|
|
## Card ☰ Menu / Copy Checklist Template to Many Cards
|
|
|
|
|
2025-06-28 14:08:57 +03:00
|
|
|
<img src="https://wekan.fi/multiline/multiline2.png" width="60%" alt="Checklist Template to Many Cards 1" />
|
2025-03-23 17:33:57 +02:00
|
|
|
|
|
|
|
## 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"} ]
|
|
|
|
```
|
|
|
|
|
2025-06-28 14:08:57 +03:00
|
|
|
<img src="https://wekan.fi/multiline/multiline3.png" width="60%" alt="Checklist Template to Many Cards 2" />
|
2025-03-23 17:33:57 +02:00
|
|
|
|