Cedilla - A markdown text editor for the COSMIC™ desktop, has been released on Flathub.

Hi, today I'm announcing a new app I've made for COSMIC™. Cedilla is a simple Markdown text editor that supports HTML and Markdown. Markdown is converted to HTML using comrak. HTML is parsed using html5ever, from the Servo project. The resulting DOM is rendered directly to libcosmic widgets using a custom renderer.

Project: https://github.com/mariinkys/cedilla

Flathub: https://flathub.org/en/apps/dev.mariinkys.Cedilla

#COSMIC #POP_OS #System76

GitHub - mariinkys/cedilla: A markdown text editor for the COSMIC™ desktop

A markdown text editor for the COSMIC™ desktop. Contribute to mariinkys/cedilla development by creating an account on GitHub.

GitHub
@mariinkys What's the development experience like on Cosmic?
@soc If you mean the experience developing apps for Cosmic, I'd say it's awesome; libcosmic is great, and the Elm architecture fits Rust really well, in my opinion.
@mariinkys Do they have something like an SDK, or is it Rust-only plus whatever third-party bindings people have written?
@soc It is Rust-only and as far as I'm aware there are no third-party bindings atm.
@mariinkys Oh, too bad.
But thank you for the information!