standardnotes / markdown-basic

[Moved to https://github.com/standardnotes/app] A basic Markdown editor for Standard Notes
https://standardnotes.com
GNU Affero General Public License v3.0
11 stars 12 forks source link

Make Simple Markdown Editor use monospaced font for "edit mode" #43

Open x80486 opened 4 years ago

x80486 commented 4 years ago

The font used by the Simple Markdown Editor when editing is spooky.

I constantly change from that editor and the simple one just to find out that some spacing is messed up due to the font. Is it possible to make it use monospaced when editing, which sort of makes sense across the board?

balance-wtf commented 4 years ago

Yes please

icopp commented 4 years ago

More broadly, each of the markdown editors should really just respect the 'Monospace Font' global option instead of ignoring/disabling it.

roaet commented 4 years ago

I agree that the markdown editors should respect the Monospace setting unless they are doing internal formatting.

tzing commented 4 years ago

+1 wanted for monospace and could be even better if it could use spellcheck

Joss-Steward commented 4 years ago

+1 on this. Markdown editors not using a monospaced font is really weird. Better yet, maybe the user should be able to choose the font?

x80486 commented 4 years ago

Friendly semi-annual reminder :rofl: that some users would like to see this implemented :wink:

voss commented 3 years ago

Recent and happy convert to Standard Notes, only issue with it so far, is using non monospaced font in the markdown editors. I too support monospace in every markdown editor pane.

voss commented 2 years ago

Time for the semi-annual reminder, that some users would love a monospaced font in the Simple Markdown editor.

The quick fix would be to change the font to "monospace" in the CSS for the editor.

Alternatively, and would be the juicy solution, provide the option to pick a font for the Simple Markdown editor, so that users can pick it themselves.

I suspect the first option is the easiest.