October CMS | Is there a way to use a Rich Text Editor using the File Upload Widget in Builder? - widget

All I would like to do is when clicking on an image where then I can put in the title and description is then to enter the description with a Rich Text editor rather than the plain text editor which comes built in with the File Upload Widget.
See image here:

Related

What does <0xad> means while copying text from pdf documents?

I was trying to copy a part from a pdf to Sublime Text editor and one of the spaces in the pdf was produced in the text editor as <0xad>
On searching online, it seems to be an HTML tag for 'shy'.
2 questions,
What does it mean?
Why it crept in the text when I tried to copy a small part of the pdf.

How to delete block of text hidden in file from GitHub?

I'm recreating this project for my own use. It generates a webpage using this template. The webpage renders as the image below:
I want to get rid of "Skolo Online ..." title and the description below it; however, I don't see that text in the "layout" template that's on GitHub.
How do I modify the the template in order to change that text or delete it entirely?
Thanks!!
I opened the project on github and found that the text you are looking to delete is actually in the template/index.html file. The that starts on line 8 and the closing tag on line 15 contain the bodies of text you are looking to delete.

How to create a dynamic form with bootstrap?

I currently have a basic form where the user can submit a paragraph of text. However, I want them to be able to choose either to paste their paragraph or to instead upload a file. In essence, this choice will determine which input field shows. Is there a mechanism to do this?
Use quill if you are looking for text editor like in most content management website

TinyMCE editor Visual view in Wordpress shows HTML code

My Wordpress texteditor shows HTML code in the visual editor and in the text editor it shows some html entities instead of the HTML tags.
Do I have to configure the TinyMCE text editor?
Refer Visual studio image.
Refer Text editor image.

How to add HTML instead of just text as the page title in Refinery CMS?

Currently to enter the title of a page, all you have to do is enter the text in the WYSIWYG editor.
But if you enter HTML like example title about stuff™ by company© or in my case
then you get a result with no html, like
So my question is how to make changes in Refinery so that the title can accept HTML?
I looked the the documentation about page titles but that topic was not addressed.