Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add macOS support #149

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add macOS support #149

wants to merge 4 commits into from

Conversation

tomekzaw
Copy link
Collaborator

@tomekzaw tomekzaw commented Feb 2, 2024

Details

Related Issues

GH_LINK

Manual Tests

Linked PRs

@matthargett
Copy link

visionOS support also coming? :)

@@ -9,6 +9,7 @@ type MarkdownStyle = MarkdownTextInputDecoractorView.MarkdownStyle;

const FONT_FAMILY_MONOSPACE = Platform.select({
ios: 'Courier',
macos: 'Courier',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
macos: 'Courier',
macos: 'SF Mono',

Can we use SF Mono as default for macOS?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, thanks for this suggestion! Do we want to stick with Courier on iOS though?

Copy link

@Simek Simek Feb 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done a bit of checking, and looks like SF fonts are not included by default for all systems to this day on both iOS and macOS.

In this case Menlo or Monaco could be a viable alternative for both platforms:

@hmbrg
Copy link

hmbrg commented Apr 27, 2024

Any updates on this one? MacOS support would be huge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants