Card YAML Info On The Same Page #10
SlRvb
started this conversation in
Ideas & Feature Requests
Replies: 2 comments 2 replies
-
|
Ah, interesting! Do you know what happens if you have multiple of a single inline YAML key? Like, if two cards had |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Also, one of the additional output formats I was thinking was something like this, where you could have a lot more detail per card (essentially any markdown between level three headers): ## Lane one
### This is a card with a description and subtasks
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum a ligula vitae massa vehicula commodo. Phasellus sapien nibh, molestie sed congue in, tincidunt pellentesque lectus.
#tag1 #tag2
- [ ] molestie sed congue in
- [ ] Phasellus sapien nibh
- [ ] consectetur adipiscing elit
## Done lane
**Complete**
### This is a completed task
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum a ligula vitae massa vehicula commodo. Phasellus sapien nibh, molestie sed congue in, tincidunt pellentesque lectus.
#tag3 #tag4
- [x] molestie sed congue in
- [x] Phasellus sapien nibh
- [x] consectetur adipiscing elit |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For those who don't want to create new pages but still want the use the YAML idea from #6; I think some way for them to add "YAML" info into their card would be really useful.
Since the cards use
- [ ]I was thinking that maybe regular bullet points could be how other info is stored?For example:
Markdown:
Result:
Beta Was this translation helpful? Give feedback.
All reactions