🤌 Rich text editor with real-time collaboration (Tiptap)

See if the latest release helps with this.

I am trying to display a note item description as Plain Text. For Plain Text to update, I do

But I set Workflow, and every time I select/view a note item, it will automatically update the content (HTML) > This affects the order of the note list sort by modified date while I just click to see the note). So I think it’s running in the background set content somewhere.

Release 1.16.0: choose headings

it’s good when you update the custom line height for the font. (Follow plugin mission: customize UI). For now the line height of the text looks like was trimmed. It makes the text look closer and hard to read, it doesn’t create the vertical rhythm for page


Very smooth plugin. Thanks!

Few feedbacks if you will:

This demo version is not mobile responsive: Bubble | No-code apps

And if we can have squared icon_groups, or to make it in a one row with option sets, maybe another solution for better ux?

My question here is when text value is saved to the data base as the html, with the html characters, how SEO fetches this, with characters or clean, or the html characters will be only seen on the front end of the bubble editor?

Thanks!

I think I understand your problem now. Your editor has auto-binding on and as soon as it was switching note, it would save automatically.

I’ve added a check to see if the note’s value is different than the current editor value:

  • true → it saves data
  • false → it doesn’t

I’ll publish a version now, could you test it and let me know if that works for you?

Release 1.16.1: :test_tube: autobind tweak

  • autobind will only fire when the editor’s content is different than the initial content.

Did you see that I made some styling options from version 1.14.0 onwards.

Release 1.17.0: YouTube and Image controls

cc:

I’ve added all of these controls. I might just add more fields to give you guys direct access to the CSS.

Just a little more and we will reach our goal. Like the picture I sent, the note still automatically updates the content

demo: SUM - Welcome

Thanks! Which reminds me

note to self: update the demo page.

Hi Rico,
Thanks for your reply, yes :clap: you’re right, using plain text does help. I actually didn’t realise this option was there, totally didn’t see it.
Thanks again, much appreciated.
Kim

Could just be me but I can’t get into your patreon from the link.

I fixed it, thanks.

THIS IS INSANE. I love you !

I haven’t forgotten about you. Tiptap’s ID’s extension has a bug, as soon as they solve that I will start trying to bring it in.

Release 1.18.0: turn on/off features

possible options:
Heading, Bold, Code, Italic, Strike, Dropcursor, Gapcursor, History, Blockquote, BulletList, CodeBlock, HorizontalRule, ListItem, OrderedList, Youtube, Underline, Table, TableCell, TableHeader, TableRow, Image, Link, TaskList, Placeholder, CharacterCount, BubbleMenu, FloatingMenu, TextAlign, Highlight

In a future release I might only load the libraries based on this which should make the plugin even lighter.

Hey Rico, awesome plugin, I am wondering if there is a way to get x characters before and after the selected text (as a way to give context to AIs, for example to rewrite or expand the selected text). Thanks !

And uh, I don’t know if this my fault, but there is a bug : the text of the text editor gets infinitly loaded without text formatting. Here are the errors :

Ok, looks like it is when I try to remove some options from your last update. After bringing them back, It looked okay, but with this error :

Thanks for letting me know. It’s probably due to dependencies between extensions that I didn’t foresee. Which packages did you try to turn off?