rich-markdown-editor VS notabase

Compare rich-markdown-editor vs notabase and see what are their differences.

rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account: (by outline)
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
rich-markdown-editor notabase
11 10
2,570 680
- -
9.2 7.7
over 2 years ago about 2 months ago
TypeScript TypeScript
BSD 3-clause "New" or "Revised" License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rich-markdown-editor

Posts with mentions or reviews of rich-markdown-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-11.
  • Switching Rich Text Editors, Part 1: Picking Tiptap
    13 projects | news.ycombinator.com | 11 Feb 2022
    Great article and fantastic choice!

    This is a topic I have been very interested lately. I had been lucky to start using since Slate 0.61.x, but I cannot say anything good about it. It has a major problem with managing large documents [0]. I tried to introduce multiple improvements of performance, but it is very ungrateful project – change in one place affects many things at the same time. I am shocked, how many projects are still using it. For example, open-sourced Notabase [1]. My 4+ weeks with Slate.js completely killed motivation, and I was only thinking to put a whole project to litter.

    In the result of being unhappy, I switched to Draft.js. It was 2020, and I was eager to try it out, so I did. Sadly, in 2020 there was also the last release [2]. Initially, I didn't like how it works. I preferred the Slate data model. Also, the draft.js project felt not maintained at that time (by looking at commits activity, issues and pull-requests). It is written in the Flow which I detest. I spent few weeks to try "merge" the draft.js and sentry with doing a "rewrite" to TypeScript. Obviously, quickly I realized myself it is stupid idea.

    Then, I took a look at ReMirror. Yet another problem that was struggling with maintenance and active contributors. It is based on ProseMirror, so I thought it is better choice than previous. ReMirror is overly complex for simple things. It was hard to find any help - neither by googling examples nor via ReMirror's Discord (it was dead silence there).

    After that, I have found information about the TipTap. Back then, there was only provided support for Vue.js. Fortunately, it was that time, when they have promised the v2 with React support. I skipped it to wait for the new version.

    Maybe, a raw ProseMirror with React? Yep, tried it, but I wasn't very happy of the result. I knew the TipTap v2 will be released and there were already existing projects that were using ProseMirror behind the scene, for example: Outline's rich-markdown-editor[3]. It has tons of built-in components that I had with Slate. I was extremely happy about it, because "everything what I needed" was there – typical bold, italic, code, code block, quote, multi-level list and even table editing. Really awesome piece of code! However, authors decided they are opting for TipTap and they have archived repository on GitHub, which means officially the project is dead.

    I had no time to test Quill.js. It looked interesting, but it has noticeable poor development pace, and it looks a dead project with many bugs.

    Currently, I am using the TipTap v2 and I can't say how happy I am now. I guess I will stick with it for longer. However, I know the journey to find the best Rich Text Editor has not ended. There are more alternatives, for example Stylo [4] that I've found in this week.

    [0] Try to copy the contents of https://www.slatejs.org/examples/huge-document and paste it back. In a result, my Firefox on Macbook M1 hangs.

    [1]: https://notabase.io/

    [2]: https://github.com/facebook/draft-js/releases/tag/v0.11.7

    [3]: https://github.com/outline/rich-markdown-editor

    [4]: https://stylojs.com/

  • I moved this blog from Medium
    6 projects | news.ycombinator.com | 23 Jan 2022
  • Launch HN: Fable (YC W21) – Collaborate on product specs, sync to issue trackers
    1 project | news.ycombinator.com | 22 Jan 2022
    Thanks! We forked this version of ProseMirror built by the Outline team which was the closest to what we wanted for our product

    https://github.com/outline/rich-markdown-editor

  • Appflowy – open-source Notion Alternative
    11 projects | news.ycombinator.com | 15 Nov 2021
    Outline's rich-markdown-editor (https://github.com/outline/rich-markdown-editor) package is pretty nice. I have used it to make some custom MD editor/CMS experiment.
  • Can I run a CMS with GatsbyJs that is only hosted locally but serves content from GitHub for instance?
    1 project | /r/gatsbyjs | 14 Nov 2021
  • I built a new platform, using NextJS, for creating a blog & newsletter (and earning money from your readers). I focused on speed, simplicity, privacy, and beautiful design. I'd love to get some early feedback!
    2 projects | /r/nextjs | 23 Oct 2021
    Good eye! This is indeed based on ProseMirror. I didn't create it myself though, I'm using this: https://github.com/outline/rich-markdown-editor
  • Ask HN: Open-source notion.so like block editor?
    5 projects | news.ycombinator.com | 28 Aug 2021
  • I made a simple Markdown editor and publisher that stores files on web3.storage!
    2 projects | /r/ipfs | 9 Aug 2021
    Ah yes, I found the library I was using for the editor (rich-markdown-editor) to insert a lot of \ newlines when they weren't needed. I'll take a look at this sometime!
  • Notea - Self-hosted note-taking app stored on S3 | AKA a self-hosted Notion alternative
    9 projects | /r/selfhosted | 28 Apr 2021
    The outline editor is open source https://github.com/outline/rich-markdown-editor
  • What is your tech stack?
    2 projects | /r/SaaS | 18 Mar 2021
    It runs a mult-tenant SaaS app with very low memory/cpu requirements (https://getoutline.com/)

notabase

Posts with mentions or reviews of notabase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    https://notabase.io - a note-taking app for networked thinking.

    It supports page stacking, linked references, block references, a graph view, and all that good stuff. Think of it as similar to Roam Research / Obsidian.

    It's also open source so you can self-host it. Here's the code: https://github.com/churichard/notabase

    I'm hoping to add support for shareable links soon. Open to other ideas or feedback!

  • What is the best school planner app that could sync with PC?
    4 projects | /r/androidapps | 11 Aug 2022
    you can check out this page https://alternativeto.net/software/joplin/?platform=online but the best I could find are - https://www.taskade.com/ https://standardnotes.com/ https://notesnook.com/ https://bundlednotes.com/ https://diaroapp.com/ https://notabase.io/ https://boostnote.io/ etc.
  • Self hosted app with web clipper feature
    27 projects | /r/selfhosted | 28 Feb 2022
  • Switching Rich Text Editors, Part 1: Picking Tiptap
    13 projects | news.ycombinator.com | 11 Feb 2022
    When evaluating rich text editors for the note-taking app I started about a year ago (https://notabase.io), I ended up going with Slate because of its flexible schema and customizable plugin architecture.

    I sort of regret that choice now. I ran into a lot of bugs when integrating it which I had to manually work around; issues go months without being addressed; and there still isn't good cross-platform support, especially for Android. With a more active contributor base, Slate could be a fantastic library, but I get the feeling that it's in maintenance mode now, with not many major changes in the past year and a v1.0 still far in the future.

    Tiptap looks like it might be a good choice now, but I find it off-putting that I can't insert links in the demo editor on Tiptap's website (https://tiptap.dev), especially for my use case (a note-taking app whose core concept revolves around links).

  • Ask HN: What is your “I don't care if this succeeds” project?
    56 projects | news.ycombinator.com | 10 Feb 2022
    I'm working on an open source note-taking app called Notabase [1]. It's built primarily for my use - I just never liked most existing note-taking apps and wanted to make one that fit the way that I think. I made it open source [2] so other people can build on top of my ideas, and released a hosted version so that other people can use it if they like it. It would be nice if other people found it helpful, but regardless it's something that I intrinsically enjoy working on.

    [1]: https://notabase.io

  • Show HN: MdSilo – A knowledge silo runs in your web browser
    7 projects | news.ycombinator.com | 17 Jan 2022
    You can try Notabase https://notabase.io/, which is better for self-hosting.

    if you prefer mdSilo, need to toggle the Offline mode false in code and use the third-part services: vercel and supabase

What are some alternatives?

When comparing rich-markdown-editor and notabase you can also consider the following projects:

flutter-quill - Rich text editor for Flutter

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

Monaco Editor - A browser based code editor

dflex - The sophisticated Drag and Drop library you've been waiting for 🥳

AppFlowy - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

slate - A completely customizable framework for building rich text editors. (Currently in beta.)

tiptap - The headless editor framework for web artisans. [Moved to: https://github.com/ueberdosis/tiptap]

tiptap - The headless rich text editor framework for web artisans.

Joplin - Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.

quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.

Outline - The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.

react-page - Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.