This is the hotstrings cheat sheet for HastyMarkup. An app that helps you edit your post using primarily HTML Markup. If you have not already done so, read about HastyMarkup Here.
Shortcuts
Open this page: CTRL+ +h
Open Reference Guide: CTRL+ +g
Open help website: CTRL+ +q
Open hasty.tools: CTRL+ +t
Reload HastyMarkup: CTRL+ +r
In addition to using the GUI to insert elements into the editor, you can use hotstrings. Your hands never need to leave the keyboard. Simply type the characters of the hotstring and activate it with either the "Tab Key" or "/" All the hotstrings are listed below with their corresponding element. There are some features that are hotstring only, so it doesn't hurt to check them out. If you need to turn off hotstrings because of input conflicts, simply press "pause" to toggle on/off.
Primary Hotstrings
<div class="pull-left"></div> | ||
<center></center> | ||
<div class="pull-right"></div> | ||
<div class="text-justify"></div> | ||
<a href=""></a> | ||
<b></b> | ||
<em></em> | ||
<del></del> | ||
<sub></sub> | ||
<sup></sup> | ||
<pre></pre> | ||
<h1></h1> | ||
<h2></h2> | ||
<h3></h3> | ||
<h4></h4> | ||
<h5></h5> | ||
<h6></h6> | ||
<ul><li></li></ul> | ||
<ol><li></li></ol> | ||
<li></li> | ||
``` (markdown) | ||
`` (markdown) | ||
<code></code> | ||
<blockquote></blockquote> | ||
Easy Tables (markdown) | ||
Compatibility Tables | ||
   | ||
<br> | ||
<hr> | ||
Insert a snippet to share HM at the bottom of your post. Thank You <3 |
Special Hotstrings
<div class="pull-left"> | ||
<div class="pull-right"> | ||
<div class="text-justify"> | ||
</div> | ||
<center> | ||
</center> | ||
<a href=""> | ||
</a> | ||
{bs}{end}{enter} | ||
{bs}{end}{down}{end}{enter} | ||
{bs}{end}{down}{end}{down}{end}{enter} | ||
{bs}{end}{down}{end}{down}{end}{down}{end}{enter} | ||
{bs}{end}{down}{left 5} |
**Useful for moving cursor within markup list and tables. What it does: goes to end of line# and sends enter key. Type hotstring inside last List Item
or Table Cell
Important: press space once prior to typing hotstring to separate it from content.
List:
-Use n2, n3, n4
to navigate. (depending on list structure)
Tables:
-Use nc
to navigate to next cell. <td></td>
-Use n2
to prepare to enter new row.
-Use n3
to exit Table.