Services Plugins FAQs

Markdown Rich Text Editor autosave

Hi zeroqode,

Looking for a markdown editor and this seems to be the strong of all the options. Got a question, not sure if the forum is the appropriate place to ask. Your own markdown editor page mentions that it supports auto-binding, looking for clarification for this plugin. Is the auto-bind behaviour save upon blur input (like the standard auto-bind behaviour) or can it also behave similar to Bubble’s own rich text editors autosave (it’s an additional option on top of auto-bind) where it will autosave every few seconds when there is change in the editor (does not need to blur input to trigger)

Thanks

Hey @7788kit ,
Thank you for contacting us.

The Markdown Rich Text Editor uses Bubble’s standard auto-bind behavior, which means it saves the data upon a blur event by default, just like other Bubble inputs. This is the default behavior when using auto-bind in Bubble.

However, regarding the autosave feature you’re referring to, similar to Bubble’s own rich text editor where it saves every few seconds based on changes (without requiring a blur event), the Markdown Rich Text Editor does not have this feature built-in as part of its native functionality. If you need periodic saving without relying on the blur event, you would need to implement a custom solution, such as:

Workflows: Set up a workflow that triggers an autosave action every few seconds. You can use a condition to check if there are any changes in the editor content and then save the data using Bubble’s “Make Changes to a Thing” action

If I misunderstood your question and you meant something else, please clarify and I’ll be happy to help you.

Best Regards,
Anton

Thanks for the clarification Anton!

Hi again,

Glad to be helpful. Please feel free to reach us again when you need some help or assistance. It will be a pleasure to cooperate. :slightly_smiling_face:

By the way, if you like our plugin you can rate it by going to the Plugins tab in Bubble editor. Find the plugin by name and give it as many stars as it deserves. We would appreciate it a lot!
Additionally, if you’re open to sharing your complete experience with Zeroqode, please feel free to do so here: Review

Take care!