Enable or Disable built-in macros
This section covers enabling or disabling the Tiny Editors built-in macros: useful text styling macros.
Procedure
-
Using a plain text editor, open config/config.js in the extracted Tiny Editors for HCL Connections package.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
-
Locate the property
macros, and set the following sub-properties totrueto enable andfalseto disable.Macro Effect headingsThis macro creates headings when a line is prefixed with one or more "#". # heading 1 ## heading 2 ### heading 3 #### heading 4 ##### heading 5 ###### heading 6listsThis macro creates a list when a line is prefixed with a asterisk, or other combinations to create a list. * Unordered list 1. Ordered list using numbers 1) Ordered list using numbers a. Ordered list using the alphabet a) Ordered list using the alphabet i. Ordered list using roman numerals i) Ordered list using roman numeralssemanticsThis macro sets the font styling to bold or italic using markdown syntax. *this text will be italic* _this text will be italic_ **this text will be bold** __this text will be bold__hrThis macro inserts a horizontal rule (hr tag) when a line starts with three consecutive dashes. ---linkThis macro converts URL-like text strings into a hyperlink. entitiesThis macro provides a shorthand for a few HTML entities. - "
(c)" will become the copyright symbol (©) - "
-" or "--" will become a long dash (—)
- "
- Continue configuring the Tiny Editors integration or continue with the installation.