Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Software Open Source

Open Source, Collaborative Rich-Text, Web-Based Editor Almost Available 59

johanneswilm writes: Open source web-based editors such as CKEditor and TinyMCE have been available for more than a decade, and some closed source collaborative editors such as Google Docs have been available since 2007. Creating open source, collaborative, rich-text, web-based editors has proven difficult due to lack of standardization of the lower-level browser features. Now Marijn Haverbeke, the developer behind the popular CodeMirror has started such an editor, called Prosemirror, financed through a crowd-funding campaign. Meanwhile the W3C has installed a task force to rapidly standardize and fix the features needed in browsers to easily create richtext and semantic editors.
This discussion has been archived. No new comments can be posted.

Open Source, Collaborative Rich-Text, Web-Based Editor Almost Available

Comments Filter:
  • The title says "Almost available" and the body says "has started", which one is it?.
    • Re: (Score:3, Insightful)

      by Nutria ( 679911 )

      Do we have to explain that "has started" means that he's working on it, "(a)lmost available" means it's not done yet, and that those two conditions are not mutually exclusive?

      • Re: (Score:1, Insightful)

        by hyperar ( 3992287 )

        Do we have to explain that "has started" means that he's working on it, "(a)lmost available" means it's not done yet, and that those two conditions are not mutually exclusive?

        "Has started" means it just began, and "almost available" means that it is almost done, for most things, such as developing an "Open Source, Collaborative Rich-Text, Web-Based Editor Almost Available", those two are mutually exclusive.

        • by Nutria ( 679911 )

          "Has started" means it just began

          Yes.

          "almost available" means that it is almost done

          Yes.

          for most things, such as developing (a buzz-word rich software product), those two are mutually exclusive.

          Steaming crock of shit. (How much software have _you_ actually developed? Nothing that's non-trivial gets done that quick.)

      • by DoofusOfDeath ( 636671 ) on Thursday August 27, 2015 @03:53PM (#50404559)

        Do we have to explain that "has started" means that he's working on it, "(a)lmost available" means it's not done yet, and that those two conditions are not mutually exclusive?

        Well, to be honest I think a car analogy would help.

  • by Bookwyrm ( 3535 ) on Thursday August 27, 2015 @02:33PM (#50403971)

    > Meanwhile the W3C has installed a task force to rapidly ...

    Whoa whoa... hold on there. What version of the task force did they install? It is compatible with the current W3C? (It runs on Linux, right?) Is the source for the task force available? Is it running in the cloud somewhere as a virtual task force?

    • >yum install w3c-richtext-editing-support

      Error: Package: w3c-richtext-editing-support-2015.8.27-1234.x86_64

      Requires: a-degree-of-good-faith-consensus-that-doesnt-exist-plus-a-nonglacial-speed-of-development

  • by serviscope_minor ( 664417 ) on Thursday August 27, 2015 @02:41PM (#50404025) Journal

    If they do a good job on the protocol, then it should be reasonably reasonable to make a native binary which also speaks the same protocol. That would be awesome too: you can collaborate via the web if you don't have it installed, but use a native program which doesn't hog resources like they're going out of style if you're using it a lot

    • All the demos are browser based, there may be no install at all.
      http://prosemirror.net/demo_basic.html [prosemirror.net]
      I like the collaborative part because that means it's OK to f O n t F iGh t!!!
  • by Dr.Dubious DDQ ( 11968 ) on Thursday August 27, 2015 @03:02PM (#50404175) Homepage
    I wonder, how will this editor compare to LibreOffice Online ("LOOL"), when it's finally released?
    • I wonder, how will this editor compare to LibreOffice Online ("LOOL"), when it's finally released?

      I assume the reviewer will be a mister Duke Nukem.

      • I'm sure LOOL will be released Real Soon Now! I've already pre-ordered my copy.

        (Seriously though - unlike Duke Nukem, one can actually verify that LOOL is being actively developed. [github.com] I realize they've been talking about LOOL for like half a decade now without a real release, but I actually think they'll really release it now that they have some collaborators working on it.)

  • by Krishnoid ( 984597 ) on Thursday August 27, 2015 @03:15PM (#50404261) Journal

    I was able to spin up an instance of Etherpad Lite [etherpad.org] pretty easily. It's not very rich text, but does have programming language syntax highlighter and other plugins [etherpad.org].

    • I was going to mention this one. I've been using Etherpad on the Sandstorm.io service for a few weeks and I haven't had any problems yet. I haven't used it extensively, though, and I've only been sharing documents between two accounts. But so far, so good.
  • by Anonymous Coward

    ShareLaTeX is open source and LaTeX is better than any wysiwyg editor any day.

  • what I really want in this broad category is for Slack to support GitHub markdown.

    /off-topic-rant-mode:off

    • by nazrhyn ( 906126 )
      The reasons they give for not supporting actual Markdown are fairly weak, IMO. I have a custom GitLab/Slack [github.com] connector service that I wrote and I actually do a manual translation from Markdown to Slackformat syntax to at least try to carry over the original message's formatting.

      Definitely off-topic, though.
  • by xxxJonBoyxxx ( 565205 ) on Thursday August 27, 2015 @03:33PM (#50404373)

    >> ProseMirror is intended to become open source (MIT licenced), but since I need to combine writing open software and earning a living, I am running a crowd-funding campaign to fund the work I put into the implementation. Until that succeeds, all rights are reserved.

    In other words...this is the opposite of the type of open source projects we're used to, where someone writes something to "scratch an itch," releasing better and better versions into the open source community. Instead, this guy's said "hey, I'm building something cool, and I pinkie-promise swear to release it as open source, but only if you pay me $1M^H^H^H 35,000 Euro."

    • I'm not morally offended at his approach, but as a crowd-funding campaign, it does present a risk/reward ratio that I'm not willing to accept.

      What would be more acceptable is if he firs developed the software and shows its worth, and then offered to open-source it for some specified amount of money. That eliminates almost all risk related the fact or quality of the delivery.

      • Re: (Score:2, Informative)

        by Anonymous Coward

        And that is exactly what happened here. The software is mostly done (https://github.com/prosemirror/prosemirror), the author has a great track record of releasing and maintaining solid software, and there are demos on the project page (http://prosemirror.net).

      • I'm not morally offended at his approach, but as a crowd-funding campaign, it does present a risk/reward ratio that I'm not willing to accept.

        What would be more acceptable is if he firs developed the software and shows its worth, and then offered to open-source it for some specified amount of money. That eliminates almost all risk related the fact or quality of the delivery.

        In open source, the delivery is not the binary but the code itself. I've seen (and written) quite a few applications that run great, don't crash, wow the user, and have horrible code that I was _not_ proud of. I think that Open Office under Sun was a prime example of this. I understand that Photoshop code is a horror, a mess, and that nobody understands the full code base anymore.

        • If the software were to get open-sourced, then immediately everyone would have access to it (because you don't need to understand it in order to simply build it). And if it was worth maintaining, presumably OSS developers could make it more maintainable over time.

    • by Anonymous Coward

      I think this is one good way of doing a kickstarter: creator take up the risk to create the thing, and backers
      pay only when it is done (almost ...). This solves the "never delivered" project problem of KS. Of course
      this is only applicable for product resulting from labor only (no physical parts).

      The guy created the software, your are free to back him or not. He put his time and money to go that
      far ... whose hostage ? He ask the community to share the cost of is labor and risk taking in exchange for a softwa

      • No hostage here !

        Indeed. The original argument is like saying: my bakery is keeping my loaf of bread hostage until I pay for it.

    • You must be one of those executive types thinking all programmers should work for free.

  • What good is such an editor? The "online" part makes it seem unusable, unless it's a scam to get people to use cloud services. If I edit a document then I will always want it local.

    • by geekd ( 14774 )

      Seems like the "Collaborative" part would be kinda difficult if it was not online.

    • First, as Krishnoid mentioned upthread the Etherpad project is open source and already covers this: etherpad.org

      But cloud hosted software is wonderful, provided the end user owns the service. Owncloud, Sandstorm.io, etc...
    • by nnull ( 1148259 )
      I'm still asking the same question. Why would I want this?

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...