mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 12:45:46 +01:00
added example to developer.txt
This commit is contained in:
@@ -21,6 +21,23 @@ help::help[various.html#:help].
|
|||||||
If you need help for a specific topic, try [c]:help overview[c].
|
If you need help for a specific topic, try [c]:help overview[c].
|
||||||
____________________________________________________________________________
|
____________________________________________________________________________
|
||||||
|
|
||||||
|
is displayed as:
|
||||||
|
|
||||||
|
++++++++++++++++++++++++++++++++++++++++
|
||||||
|
<p><span class="hiddentag"><F1></span> <span
|
||||||
|
class="hiddentag">:help</span> <span class="hiddentag">:h</span> <span
|
||||||
|
class="hiddentag">help</span>
|
||||||
|
|
||||||
|
<div class="key">:h[elp] <span class="argument">{subject}</span></div><br />
|
||||||
|
<div class="key"><F1></div></p>
|
||||||
|
<div class="quoteblock">
|
||||||
|
<div class="quoteblock-content">
|
||||||
|
<p>Open help window.
|
||||||
|
The default section is shown unless <span class="argument">{subject}</span> is specified.
|
||||||
|
If you need help for a specific topic, try <span class="command">:help overview</span>.</p>
|
||||||
|
</div></div>
|
||||||
|
+++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
Some notes about the code above:
|
Some notes about the code above:
|
||||||
|
|
||||||
- *$$|<F1>|$$* defines a _tag_. A tag is written at the right in magenta and let's
|
- *$$|<F1>|$$* defines a _tag_. A tag is written at the right in magenta and let's
|
||||||
@@ -34,6 +51,8 @@ Some notes about the code above:
|
|||||||
- The actual help code for this command is embedded in at least 4 underscores
|
- The actual help code for this command is embedded in at least 4 underscores
|
||||||
(_). This generates a quoteblock and indents the text so it is more clear
|
(_). This generates a quoteblock and indents the text so it is more clear
|
||||||
that it belongs to the command.
|
that it belongs to the command.
|
||||||
|
- Wrap things in *$$[c]$$* and they are drawn like a :command. Also *$$[o]$$*
|
||||||
|
and *$$[m]$$* are available to show options and mappings.
|
||||||
|
|
||||||
There are also some additional asciidoc commands specifically for writing
|
There are also some additional asciidoc commands specifically for writing
|
||||||
vimperator documentation:
|
vimperator documentation:
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ div.table p.title
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* my additions */
|
/* my additions */
|
||||||
span.tag {
|
span.tag, span.hiddentag {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: rgb(255, 0, 255); /* magenta */
|
color: rgb(255, 0, 255); /* magenta */
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user