-
Notifications
You must be signed in to change notification settings - Fork 7
Description
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:
Canvas after conversion:
It seems there are a bunch of new lines in each card that weren't there in the original.
2:
Some cards aren't retaining new lines.
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.