utmapp/UTM

Allow rich text in the VM Notes field using Markdown syntax

Open

#3,547 opened on Jan 27, 2022

 (5 comments) (0 reactions) (0 assignees)Swift (1,707 forks)batch import
enhancementgood first issueinterface

Repository metrics

Stars
 (34,064 stars)
PR merge metrics
 (PR metrics pending)

Description

I would like to be able to write rich notes about my VMs using the Markdown syntax.

This could be implemented by using the AttributedString API introduced by Apple in 2021.

Contributor guide