Skip to content

Correct card size for content #15

@Loudbea7

Description

@Loudbea7

It would be nice to keep the "relative" size required to show the card text.
(This was obtained using the python mindmd.py -c -t command)

1:
Original smmx:
image
Canvas after conversion:
image
It seems there are a bunch of new lines in each card that weren't there in the original.
image

What I'm looking for:
image

2:
Some cards aren't retaining new lines.
image
image
image

What I'm looking for:
image

I think this could be happening because I use symbols like *word or #word not in the way markdown format works. That's an issue with what I'm doing and how Obsidian handles MD format though.

3:
It seems all the cards have the same size regarding the content length.
The best output I think it would be for the cards to be big enough to show all the content, although there are some options in how to handle that.

Here are some ideas:
Short text: Width and height not bigger than needed to show the text without wrapping or cropping.
Continuous long text without line breaks: a fixed width with wrap around, and a height long enough to show all text without cropping or the need to scroll. It could be a ratio to make it square or rectangular, just an idea.
Short text with many lines: Width enough so the text doesn't wrap. High enough to show all text without cropping or the need to scroll.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfixedBug was fixed and deployed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions