Main Menu - Edit/Selected text to...

This menu allows you to quickly change the format of selected text, create a list, table, etc. The following commands are available:

Selected to the covered with style
Click to tag the selected text with a SPAN or DIV tag (depending on the setting in the Program Settings / Other Settings / Eases ... / Other Facilitations) window with the CSS style.

Selected to a class
Click to tag the selected text with a SPAN or div tag (depending on the setting in the Program Settings / Other Settings / Facilitations ... / Other Facilitations) window with the CSS class.

Selected to a numbered list
Click to create a numbered list from the selected text. Each line of selected text will be a new item in the list.

Selected to a unnumbered list
Click to create an unnumbered list from the selected text. Each line of selected text will be a new item in the list.

Selected to a line with the <br> endings
Click to place the line break tag <br> at the end of each line of selected text.

Selected to embraced with &";
Click to enclose the selected text with special characters &"; (the entity representing the quotation marks).

Selected to a comment
Click to create a comment from the selected text. The tool automatically recognizes the language used and applies the appropriate comment characters.

Selected to a bordered text
Click to include the text in a table with a border.

Selected to a table
Click to convert the selected text to a table. The tool allows you to define table layout, styles, etc.

Include or remove cover
Click to open the tool that allows you to include the selected text in the specified text. It is also possible to remove the inclusion of comment characters, etc.

Duplicate selection
Click to insert an exact copy of the selected text immediately after the selected text.


Replace email addresses with clickable links
Click to change all e-mail addresses in the selected text to links to send mail (A with the appropriate href attribute).

Replace URLs with clickable links
Click to change all URLs in the selected text to links (A with the appropriate href attribute).


Script formatting
Click to expand the submenu containing commands for formatting the selected text so that it can be correctly used in scripts (e.g. JavaScript, PHP and others) to display it in the document.


Selected to a template
Click to create a new template based on the selected text.

Selected to lowercase
Click to change all letters in the selected text to lowercase.

Selected to UPPERCASE
Click to change all letters in the selected text to UPPERcase.

Selected to reverse-case
Click to change all lowercase letters in the selected text to UPPERcase and at the same time UPPERcase to LOWERcase. This function is especially useful when you have entered text and at the same time unintentionally pressed the CapsLock key.

Selected to As in sentence
Click to change the first letter of the selected text to uppercase and the rest to lowercase.

Selected to As In Title
Click to change the first letter of each word to uppercase, the rest of the letters to lowercase.

Selected to the next lettercase proposal
Click to apply consecutive case-sensitive transformations to the selected text. It is best to use the function using the default keyboard shortcut Shift+F3.


Selected to sorted (A-Z)
Click to sort the lines of the selected text in alphabetical order.

Selected to sorted (Z-A)
Click to sort the lines of the selected text in reverse order.

Remove HTML tags in the selected
Click to remove html tags from the selected text.

Delete blank rows in selected
Click to remove all blank lines from the selected text.

Replace "with \"
Click to replace all " to \ " characters in the selected text.

Replace 'with \'
Click to replace all ' with \' characters in the selected text.

Replace < and > with < and > in the selected
Click to replace the < and > characters in the selected text with entities < and >. This makes it possible to display them in the document, most often they are used to present HTML tags on the page that you do not want to interpret.

Replace < and > with < and > in the selected
Click to replace entities < in the selected text and > on < and >.

Related topics

To top