abdoulghani Posted January 29, 2020 Posted January 29, 2020 Suppose that in the future IPS decides to change the text editor, and that I have installed additions on CKEDITOR, what should become of my texts? thanks
opentype Posted January 29, 2020 Posted January 29, 2020 The plugins usually just handle inputting something more easily (an external video, a table and so on). What is saved is HTML. If the plugin is lost, the content stays the same.
Joy Rex Posted January 29, 2020 Posted January 29, 2020 I think he might mean his scripts, as in the addons he's installed into CKEditor - if the forum software (and editor) is updated, do the addons get wiped out? Good question and just a guess on my part about his question.
abdoulghani Posted January 30, 2020 Author Posted January 30, 2020 today on IPS we are at version ckeditor 4.13 with different plugins: https://ckeditor.com/cke4/addons/plugins/all my question was to know if for example i install the plugin to justify the text: https://ckeditor.com/cke4/addon/justify is that if in IPS 5, ckeditor is no longer supported and disappears then my text would be disordered ... I understood that not because the plugins modified the text in HTML format. which means that on the mobile app the text will be visible correctly because it would not need to call third-party plugins to read the text
bfarber Posted January 30, 2020 Posted January 30, 2020 The CKEditor extensions, as explained, will give you new formatting options in the interface. When you submit a post the formatted post in its entirety will be stored, so even if you remove an extension in CKEditor later, the formatting you originally implemented will persist. Typically, CKEditor plugins survive upgrades of our software.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.