File Uploads
Only images can be dragged/dropped into the document. To attach files, highlight some text such as "download css here" and then click the menu button.
Titles
Put relevant words in the titles so datatables filtering can work well.
Start title with main subject in caps with a colon, such as, JQUERY: Check for text value
Code Snippet Pink
Formatting
For small code bit, ids, css classes, etc, select the text and use the "dropper"
icon (5 from right) in the menu and select "code"
Source Code Display
1. Use the + button and add a CODE block for source code.
2. Open More Options and select "preserve formatting"
Tags
Select or add tags. Specific knowledge base tags should begin with mvkb_
Datatables
Give the table an id of kb-list
This can be used on one table in the document at this time.
CSS: Bootstrap 5
https://getbootstrap.com/
All classes dealing with LEFT
and RIGHT
have been changed to START
and END
Shorthand right and left such as pl-3
and pe-3
has been change to ps-3
and pe-3
text-left
is now text-start
pr-4
is now pe-4
Bootstrap tooltips and other features that use data-something
style attribute have all been changed to be more bootstrap specific so that data-something
is now data-bs-something
- same for all bootstrap data attributes.