Use case or problem
Currently in properties key value pairs are displayed as a single line of text when not in source mode. In this readability mode the key value properties actually become less readable.
Proposed solution
I believe that key value pairs should be stored as a table rather than a single line of text. For instance in the above example of a basement repainting project the material list and cost is saved as a property. This is much more reader friendly than the single line it defaults to. I think for very large tables an expansion option would be needed and only a truncated view of the table would be shown initially. I am not sure how to handle that, but I think that it can be handled the same way large bases can be embedded in a note.
| item | price | status |
|---|---|---|
| Primer | 45 | need |
| Eggshell paint (Gray) | 130 | need |
| Painters Tape | 15 | owned |
| Drop Cloths | 30 | need |
Current workaround (optional)
I just switch to source mode as it makes it more readable, but this isn’t ideal to switch back and forth all the time.
