Code Monkey home page Code Monkey logo

Comments (1)

rayrfan avatar rayrfan commented on August 15, 2024

@tomaszmalik I agree it could be useful to let user choose the editor they want to use, I know there are some people prefer one editor over the other.

To give you a little background, I released v1 as an MVP in which I supported only blog posts. And the only option to write posts in v1 was using Open Live Writer, I did not have an admin panel till v1.1. OLW is HTML only, so when I started v1.1 I had to continue to support HTML for writing posts, and this is how I chose a rich text editor for that. It's not until I started working on Pages that I had the chance to bring in a markdown editor, and I decided not to support authoring pages from OLW.

Here is one issue to consider, converting from Markdown to HTML is reliable, but HTML to Markdown is not! This potentially is problematic if we give the user the ability to choose between a Rich Text and Markdown editor. So to support this feature we have to

  1. Warn users that once you decide on an editor whether rich text or markdown, the content you author with that editor cannot be edited later with the other editor.
  2. Add extra logic in admin panel and olw to filter posts appropriate for the that editor only.

To be complete, I do want to point out the content written with markdown editor can be edited later with rich text editor, but once user makes changes he cannot go back to markdown editor anymore.

I had these thoughts in the past but thought to myself the user experience could be confusing for the undertaking it takes to implement. I thank you for bringing this up and I'd like to hear from you and others on your thoughts. And if this is indeed something the community wants, we can open up a branch and give it a stab.

from fanray.

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.