Skip to content

Commit

Permalink
Merge branch 'main' into tech/macos-catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lumley committed Feb 19, 2024
2 parents 35ebcbd + 7fe9762 commit 846e1ca
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

# RichEditor

![CI Status](https://github.com/will-lumley/RichEditor/actions/workflows/BuildTests.yml/badge.svg?branch=main)
[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg)
[![Twitter](https://img.shields.io/badge/twitter-@wlumley95-blue.svg?style=flat)](https://twitter.com/wlumley95)
<p align="center">
<img src="https://github.com/will-lumley/RichEditor/actions/workflows/BuildTests.yml/badge.svg?branch=main" alt="macOS - CI Status">
</p>
<p align="center">
<a href="https://github.com/apple/swift-package-manager"><img src="https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat" alt="SPM Compatible"></a>
<img src="https://img.shields.io/badge/Swift-5.5-orange.svg" alt="Swift 5.5">
<a href="https://twitter.com/wlumley95">
<img src="https://img.shields.io/badge/twitter-@wlumley95-blue.svg?style=flat" alt="Twitter">
</a>
</p>

RichEditor is a WYSIWYG editor written in pure Swift. RichEditor is a direct subclass of `NSTextView` so you'll feel perfectly comfortable using it.

Expand Down

0 comments on commit 846e1ca

Please sign in to comment.