I want to use different font colors without seeing css or html codes while editing.
I want a feature Worl like changing colors, I tried to use 3 different plugins, tried to change theme, tried html and css codes. But these ways are too long. I expected a simpler solutions. I don’t want to see html and css codes while I am entering text.
@gcc - a few steps, but you might consider a Templater function. Select the text you want, command “Insert from Templater: (whatever you name it)”, and change the color using:
Currently, there is no built-in way to change the font size or color of individual characters/text without using CSS snippets or plugins. This makes it harder for users who want quick, native control over text appearance — for example, to improve readability, create visual emphasis, or match personal accessibility needs — without editing CSS manually.
Proposed solution
Add native support for customizing font size and font color directly within the editor (e.g., via a toolbar option, inline syntax, or settings panel). This could work similarly to existing inline formatting (bold, italic) but allow users to pick a specific size and color for selected text, without requiring a plugin or custom CSS snippet.