Automattic / simplenote-android

Simplenote for Android
https://simplenote.com
GNU General Public License v2.0
1.77k stars 299 forks source link

Inconsistent first line style between `simplenote-electron` and `simplenote-android` #1669

Open wenfangdu opened 1 month ago

wenfangdu commented 1 month ago

simplenote-electron

image

simplenote-android

image

Compared to simplenote-electron, simplenote-android's first line is bigger and bold, is that intentional?

Personally, I like the simplenote-electron's approach, since it's simpler which is the main goal of Simplenote.

Any chance to align simplenote-android's first line style with simplenote-electron's?

dangermattic commented 1 month ago

Thanks for reporting! 👍

roundhill commented 1 month ago

simplenote-android's first line is bigger and bold, is that intentional?

Yes, it's intentional. I think it's either a bug in electron or it isn't possible to do it in the editor of the electron app. All of the other apps have the larger title for the first line. It's been this way for a long time, I don't think it's worth adding a setting for but maybe we could do something like if you type a backspace on the first line it removes the header styling and/or if the first line is above a certain character length.

wenfangdu commented 1 month ago

@roundhill I think it's because simplenote-electron is using monaco-editor, in this case, it's weird to have heading styles in a plain text editor.