mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Created Multiline (markdown)
parent
2d758a86c9
commit
8d3f67292b
1 changed files with 24 additions and 0 deletions
24
Multiline.md
Normal file
24
Multiline.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
## 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" />
|
||||
|
||||
## Copy Checklist Template to 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/multiline2.png" width="60%" alt="Checklist Template to Many Cards 1" />
|
||||
|
||||
<br>
|
||||
|
||||
<img src="https://wekan.github.io/multiline/multiline3.png" width="60%" alt="Checklist Template to Many Cards 2" />
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue