Giter VIP home page Giter VIP logo

Comments (4)

cosformula avatar cosformula commented on May 8, 2024 3

Most open-sourced editors are a single content editable element, which is great for just text editing, but when it comes to tables, visualizations, and other embed resources, editing non-text area using native selecting and the cursor would be annoying.

Inspired by Notion, we think a block-styled editor is what we need for a modern doc. Compared to other editors, each block is an independent content editable element, editorjs did the same thing if you are interested.

Avoid using content editable attribute also makes developing new features easy, as they are independent of each other, and some of them don't need content editable at all, we can use React to create blocks and rendering. Many open-sourced editors can't do that.

from tellery.

marek-baranowski avatar marek-baranowski commented on May 8, 2024 1

This is a very interesing insight. Thank you for comprehensive answer!

from tellery.

cosformula avatar cosformula commented on May 8, 2024

Hi, thanks for asking.
Yes, the Tellery editor is written from scratch, we investigated these frameworks at the start, but none of these fit our needs.

from tellery.

marek-baranowski avatar marek-baranowski commented on May 8, 2024

Thanks for clarification! That's impressive as writing text editor from scratch is a huge challenge. The result is great, it works wonderfully. Wondering what were that functionalities that prevented you from using any of those editors :)

from tellery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.