Hey @rico.trevisan - Hope youāre doing well! Iāve got a cool idea for the plugin that I think could be super useful.
Thereās this function called InsertContentAt that I stumbled upon in the TipTap docs. You can check it out here. Basically, it lets you swap out specific bits of content without having to redo the whole document. I reckon this could be a great addition to our plugin. Itād make replacing sections within the editor a lot more flexible.
Let me know what you think and thanks as always for your help.
First of all, I want to congratulate you on the brilliant work with this plugin. It is undoubtedly the best available, even better than many paid ones.
Now that Iāve given my complimentsā¦
I noticed a bug in the latest version 3.20.0: when two tiptaps are added to a page, only the first one is rendered, and the second one is not displayed.
To resolve this, I reverted to version 3.19.0, and it worked fine.
Hello Rico,
Thanks for all these updates ! (And thank you @campbell too <3)
Started playing with the JSON and saw that the āhardbreakā way to create a new line while staying in the same <p> is not working. (screenshots)
Thanks for catching this! I thought that the changes I made were not related to multi-editor functionality so I didnāt even test that properly. Apologies; Iāll take a look this Friday.
And I wanted to check if this is a bug or an expected action; is it possible to indent/ outdent text? EX: at the moment outdenting lists is the only action possible for either of those functions.
pasted base64 images will upload the files which will parse it to a normal image file ā that should result in smaller files, less WUs, etc.
there be dragons corner :
the plugin doesnāt handle HTML content when pasting. It might show up on the editor but it will likely not be saved. Still figuring this out.
HEIC / HEIF files are uploaded but not properly displayed.
New fields:
Max file size (MB): max file of each size
File uploads enabled
Attach files to: choose which Bubble thing this item should be related to. Optional, but highly recommended to fill something in so that you can restrict access.
Allowed MIME types: optional. Empty = no restrictions. List of MIME types ā for example image/jpeg, image/png, image/gifā will allow only those types of uploads. Everything else will default to standard browser behavior: open/download that file in a new tab.
New triggers:
file upload error: when an error occurs.
file is uploaded: when file completes uploading.
New exposed states:
File upload error message
File upload URLs: list of urls of files that have been uploaded.
File upload progress: number from 0 to 1, indicating progress. 1 = 100%.
@rico.trevisan can you share more on what the refactored CSS fields added in the 3.20.3 version are? I have some custom base div CSS but it doesnāt work in any version after 3.20.2