LincZero / obsidian-any-block

A Obsidian Plugin. You can flexibility to create a 'Block' by some means. It also provides some useful features, like `list to table`.
https://linczero.github.io/MdNote_Public/ProductDoc/AnyBlock/
GNU Affero General Public License v3.0
173 stars 8 forks source link

Feature questions #32

Closed mrpotatoes closed 6 months ago

mrpotatoes commented 11 months ago

Hey there, I have 4 questions based on the attachment.

A. Are there any options for table size or do I need to go with the CSS option and the heading ID ('#') API?

B. The short code still show in the reading view. I think this is a bug but if not is there a way to disable it from showing?

C. Is there an option/way to change or disable this text?

D. I don't work with PDF's often so I'm not sure if this is possible. Would it be possible for the export to handle the tab bar and still be interactive?

Thanks for the help!

Screenshot 2023-10-19 at 2 52 55 PM

Oddward commented 8 months ago

I think B is indeed a bug because in live editing view (.markdown-preview-view) it's hidden, while in rendered view (.markdown-rendered) it's not

I don't think PDF can support tabs, but the rendered result could have different styling for print

mrpotatoes commented 6 months ago

Thank you for the info