This guide will help teach MK staff on how to create guides. Always start a guide with a H1 heading.
Menu > More > Guides
Use a H2 for all subheadings and H3 for third layer subheading.
This guide will help Microkeeper staff stick to a consistent format when creating guides and FAQ.
Use this format to display menu navigation:
Section has a <h2>Navigate</h2> subheading:
Menu > Settings > General > Global
Section does not have a Navigate subheading:
Navigate to > Menu > Settings > General
Images require the most amount of attention, be diligent when uploading images.
Make sure the images show good mock data with realistic names.
Extensions
PNG | Should be used for simple graphics where high contrast is present, eg. screenshots. |
JPG | Should be used for photography. |
GIF | Should be used for motion, rarely required for guides. |
SVG | Should be used for basic vector art like a logo |
Width
Make the image as narrow as possible, 300px is the goal width, 600px is still good, anything bigger will become unreadable on mobile.
Tricks that can be used to achieve this:
Make sure browser zoom is set to 100%, this makes screenshots consistent across guides.
Image name
The file name should be SEO friendly, for example, "microkeeper-login-page.png"
Only use lower case and dashed, nothing else.
Formatting
After an image is uploaded:
Assign the ALT attribute, this should be SEO friendly, describe the image, eg. How to edit the Alternative Text field on a image:
Make image left aligned.
Removed the width, this forces the browser to use the actual image width, up to screen width of 100% for mobile, which is coded into the CSS.
Deleting an Image
To delete the image click the trash can, the image is permanently removed from the servers.
Undo, will not restore the image, the image must be uploaded again.
When Cutting and Pasting the image you will be prompted to delete the image:
Click Cancel if you intent to Paste the image elsewhere.
To help, there is a message displayed when an image has been permanently deleted:
Double Checking Images
The browser/cloudflare will cache the image, so even though it has been deleted it will still load, the only way to check this is to load the guide from incognito on another server.
Add syd. bri. or mel. in front of microkeeper in the URL.
Ideally this should be done just once, at the end of the editing session, or else cloudflare will cache the image from the alternative subdomain too.
Do not paste directly from word.
Copy the text to notepad, which will remove all the formatting then paste the content.
The formatting should be done in the HTML editor.
Example HTML pasted from word:
<ul style="margin:8px Opx 4px;color:rgb(0,0,0);fons-family:sarial, helvetica, serif;font-size:l5px; font normal; font-weight:400; lecter-spacing:normal; texs-align:left;text-indent:Opx;texs-trans:forminone;white-space:normal;word-spacing: Opx;background-color:rgb(255,255,255); padding: 0px Opx Opx 40px;line-height:1l7px;"3>
Same HTML pasted from notepad:
<ul>
This keep the HTML small and makes sure our style guide is applied rather than Words.
When to use bold verses "quotes"
When drawing the use to a particular feature use bold.
When instructing the user to enter text, use quotes.
For example
Enter "John Smith" for the Title.
It's acceptable to use neither:
Go to Menu > Settings > General > Global
Always use the open in new tab option, when linking the reader elsewhere.
Never link a whole paragraph, only link a word or two.
Bad
Did you know a Peacock refers to a male Peafowl.
Good
Did you know a Peacock refers to a male Peafowl.
Use the Copy Link to highlight feature when possible:
Use clever HTML to break up huge slabs of text.
Example
Or maybe
Even | A | Table |
When | Deemed | Appropriate |
(But not like this ^)
Or maybe steps:
See this guide on Words for more detail.
It's best not to assume the audience, a manage/admin/accountant could be reading this on behalf of someone else.
For example;
Bad
You should enter it into the box.
Good
Enter the username into the box.
Table Style -> Table Border Light, displays the border lines which increases readability.
Use Cell Backgrounds for tables with lots of data.
The Header should be #B6D8E5 |
Odd columns should be #FFFFFF |
Even columns should be #EFEFEF |
This helps improve |
the readability of data |
An example block can be used to provide an illustrative example to help clarify a concept or instruction.
An example is contained in a <blockquote> tag and displayed as italics text with purple text colour.
Horizontal Lines can be used to break up areas.
Before each <h2>sub-heading</h2>, a horizontal line should exist to separate the new area from the previous.
For example:
<h2>First area's heading</h2>
<p>First area's content</p>
<hr>
<h2>Second area's heading</h2>
<p>Second area's content</p>
These are guidelines, there are definitely exception to the rules.