Will notes get paragraph formatting and colored text?

Generated on 7/31/2024

1 search

Yes, notes will get paragraph formatting and colored text. This is supported through various new features introduced in different sessions at WWDC 2024.

  1. Text Highlighting: Both UIKit and AppKit have introduced new text highlighting features. In UIKit, the formatting panel supports a new text highlight feature with predefined color schemes (What’s new in UIKit). Similarly, AppKit supports text highlighting with attributed string attributes and color schemes (What’s new in AppKit).

  2. Writing Tools: The Writing Tools feature in UIKit allows for advanced text editing experiences, including inline editing, proofreading, and composition support. This feature is available by default in editable text views (Get started with Writing Tools).

  3. Genmoji: Genmoji support is enabled by default in text views and supports rich text, including image glyphs, which can be serialized and deserialized easily (Bring expression to your app with Genmoji).

These features collectively enhance the text editing and formatting capabilities, allowing for paragraph formatting and colored text in notes.

Build multilingual-ready apps

Build multilingual-ready apps

Ensure your app works properly and effectively for multilingual users. Learn best practices for text input, display, search, and formatting. Get details on typing in multiple languages without switching between keyboards. And find out how the latest advances in the String Catalog can make localization even easier.

Get started with Writing Tools

Get started with Writing Tools

Learn how Writing Tools help users proofread, rewrite, and transform text in your app. Get the details on how Writing Tools interact with your app so users can refine what they have written in any text view. Understand how text is retrieved and processed, and how to support Writing Tools in custom text views.

Bring expression to your app with Genmoji

Bring expression to your app with Genmoji

Discover how to bring Genmoji to life in your app. We’ll go over how to render, store, and communicate text that includes Genmoji. If your app features a custom text engine, we’ll also cover techniques for adding support for Genmoji.

Add personality to your app through UX writing

Add personality to your app through UX writing

Every app has a personality that comes across in what you say — and how you say it. Learn how to define your app’s voice and modulate your tone for every situation, from celebratory notifications to error messages. We’ll help you get specific about your app’s purpose and audience and practice writing in different tones.

What’s new in UIKit

What’s new in UIKit

Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.

What’s new in AppKit

What’s new in AppKit

Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.