rich-markdown-editor
flutter-quill
rich-markdown-editor | flutter-quill | |
---|---|---|
11 | 9 | |
2,570 | 2,670 | |
- | 1.3% | |
9.2 | 9.7 | |
about 3 years ago | 6 days ago | |
TypeScript | Dart | |
BSD 3-clause "New" or "Revised" License | MIT License |
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
- Switching Rich Text Editors, Part 1: Picking Tiptap
- I moved this blog from Medium
-
Launch HN: Fable (YC W21) – Collaborate on product specs, sync to issue trackers
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
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?
-
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!
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?
-
I made a simple Markdown editor and publisher that stores files on web3.storage!
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
The outline editor is open source https://github.com/outline/rich-markdown-editor
-
What is your tech stack?
It runs a mult-tenant SaaS app with very low memory/cpu requirements (https://getoutline.com/)
flutter-quill
-
I've migrated a text editor library (13K LOC) from no state management (spaghetti code) to state management. I'm sharing here my experience and a breakdown of the architectural decisions that I took (long read)
Two months ago I decided to fork the Quill rich text editor because the architecture is extremely difficult to follow. Since I desperately need for my own project, a strong rich text editor that can be easily extended with more features I took the decision to byte the bullet and refactor Quill from the ground up. There are numerous extremely good features in Quill yet the overall architecture was a total train wreck. In this article I'll be explaining in detail what were the issues and how I attempted to improve them. You can find the source code at Visual Editor Github. I've documented the entire process and I'll be releasing deep dive Flutter architecture episodes at Visual Coding YouTube. Enough shameless plugs, let's get going.
-
I've decided to fork Flutter Quill Rich text editor and do a general cleanup, add docs, tests and new features. During the refactoring I'll be recording YouTube episodes about code quality and software architecture in Flutter
On top of any other points you could make about the project's philosophy or code quality, they just don't communicate very well, as exhibited by this recent issue.
-
If you need a rich text editor for Flutter, Quill seems the best options so far. However, the official Quill community on Slack seem to be a ghost town. Therefore I made a unofficial discord server
I've noticed that on the slack community nobody seems to be online and almost no answers are given (several months in). It's a pity, Quill is by far the best tool for rich text editing in the flutter ecosystem. However, all help request that I've wrote went unanswered by the maintainer(s?). I've wrote multiple times on their slack an no answers were given. Many other users seem to have the same issue. If I look at the github tickets many tickets get closed without answers or resolution.
-
Build a Notion Clone in Flutter, what's the best RTE to do it with? Desktop + Mobile + Web Support Preferably
There are three that I know: - SuperEditor. - zefyr -- not sure if it's still maintained. - flutter-quill -- similar to zefyr in implementation.
-
Appflowy – open-source Notion Alternative
(Disclaimer: I work on Notion)
It looks like desktop software built with Flutter. Their editor is based on https://github.com/singerdmx/flutter-quill which also has a web version, so maybe they’ll be able to target web in the future. For now I don’t think they support multi-user sharing or collaboration yet, and I didn’t see web features listed on their roadmap either.
-
What was your favorite flutter project you've made/contributed to and why?
I like https://github.com/singerdmx/flutter-quill. It makes a cross-platform editor. And it helps me to build my own project: AppFlowy
-
Any HTML WYSIWYG Editor available?
You're right. There are this thing: https://github.com/singerdmx/flutter-quill (latest commit 5 days ago).
-
FlutterQuill — Rich Text Editor for Flutter
See https://github.com/singerdmx/flutter-quill/issues/15
What are some alternatives?
Monaco Editor - A browser based code editor
html-editor-enhanced - A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
AppFlowy - Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.
gitlab
super_editor - A Flutter toolkit for building document editors and readers