Making text editor in tauri

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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.

  • 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

    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

  • 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

  • Why Are Tech Reporters Sleeping on the Biggest App Store Story?

    6 projects | news.ycombinator.com | 2 Jan 2024
  • Using Dioxus with Rust to build performant single-page apps

    2 projects | dev.to | 14 Nov 2023
  • Dioxus: Fullstack GUI library for desktop, web, mobile, and more

    1 project | news.ycombinator.com | 5 Aug 2023
  • Ask HN: React Native or Flutter for a new app in 2023?

    3 projects | news.ycombinator.com | 12 Jul 2023
  • Building cross-platform Rust for Web, Android and iOS – a minimal example

    3 projects | news.ycombinator.com | 9 Jul 2023