Is Anyone working on a port of CodeMirror 6 to Swift?

This page summarizes the projects mentioned and recommended in the original post on /r/swift

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • CodeMirror Swift

    CodeMirror-Swift is a lightweight wrapper of CodeMirror for macOS and iOS

  • I have been setting up an editor using a Swift port/interface of CodeMirror 5. I've encountered an issue that prevents me from moving forward until I resolve the issue. In doing research, I discovered that Version 6 is a complete re-write of the package and so the API has changed. There are two projects on GitHub (CodeMirror-Swift and CodeMirror-SwiftUI), both of which use Version 5. There are no indications they are working on a replacement. I understand it is a big undertaking.

  • dev

    Development repository for the CodeMirror editor project

  • CodeMirror 6 is an amazing tool for anyone who wants to write a syntax-aware editor (it has other purposes as well!) Basically, you give it a page of code, tell it what programming language it is written in, and it displays it using a configuration you set up (font size, color schemes for the fonts and background, etc.) in a browser page.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • CodeMirror-SwiftUI

    CodeMirror-SwiftUI is a lightweight wrapper of CodeMirror for macOS and iOS packaged for SwiftUI.

  • I have been setting up an editor using a Swift port/interface of CodeMirror 5. I've encountered an issue that prevents me from moving forward until I resolve the issue. In doing research, I discovered that Version 6 is a complete re-write of the package and so the API has changed. There are two projects on GitHub (CodeMirror-Swift and CodeMirror-SwiftUI), both of which use Version 5. There are no indications they are working on a replacement. I understand it is a big undertaking.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts