Making text editor in tauri

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

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

    Fullstack GUI library for web, desktop, mobile, and more.

  • If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.

  • tauri-markdown

    A simple local markdown tool, use Tauri & Vditor & Vue3

  • https://reactjsexample.com/markdown-note-maker-with-git-sync-using-tauri/ https://github.com/jeeinn/tauri-markdown https://github.com/sakelog/tauri_markdown_preview

  • 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
  • tauri_markdown_preview

    Tauriを使用したMarkdownのリアルタイムプレビューアプリ

  • https://reactjsexample.com/markdown-note-maker-with-git-sync-using-tauri/ https://github.com/jeeinn/tauri-markdown https://github.com/sakelog/tauri_markdown_preview

  • Draft.js

    Discontinued A React framework for building text editors.

  • If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.

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