obsidian-rtl
obsidian-rtl copied to clipboard
Justify is not working in Auto mode
Hi there,
I wanted to express my gratitude for your plugin. Without it, I would never be able to use Obsidian effectively. Thank you so much for your work!
I've noticed one issue with the plugin, however, and that is the unevenness of line breaks. In Word, this can be solved by using the justify function. I've found a CSS code snippet and two plugins for Obsidian that enable justification (namely "Editing Toolbar" and "Hyphenation"). CSS↓ forum.obsidian /* reading mode */ .markdown-preview-view p { text-align: justify; text-justify: inter-word; }
/* source view and live preview */ .markdown-source-view.mod-cm6 .cm-line { text-align: justify; text-justify: inter-word; }
However, these plugins conflict with the "Auto" mode in your plugin and do not work.
Would it be possible to add a justification feature to your plugin so that text is automatically justified?
There is a big difference between text with uneven line breaks and justified text. In terms of structure and aesthetics, I think it could have a great impact with your plugin.
If it is possible to edit the CSS code snippet to make it compatible with the "Auto" mode of your plugin, I would be very grateful for your help.
Thank you again for all your hard work and dedication❤️.