Hey
I would like to be able to change individual words and sentences font size.
Why is this so complicated to figure out?
This isn’t something part of Markdown or vanilla Obsidian, and CSS alone can’t target individual words.
For random colors, maybe something like Dynamic Highlights or Keyword Highlighter could work (both community plugins), but for font size I think you’ll need to use HTML.
This font is <span style='font-size:1.5em'>big</span> and this font is really <span style='font-size:3.0em'>big</span>
The sizes themselves can be moved to a .css
file instead of inline, but you’ll still to need to use HTML to wrap the text you want changed.
I’m a fan of the Wrap with shortcuts plugin, but there are a few “editing toolbar” type plugins that may help with this as well.
NOTE: Markdown formatting, links, etc., won’t work within the HTML spans.
Thank you very much this works!.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.