mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 17:45:46 +01:00
Profide default leaf names in :write for people who can't be bothered to think up their own.
--HG-- extra : rebase_source : 6bfef2eff2a7319af53fa9610fd8f16d5513e221
This commit is contained in:
@@ -407,10 +407,11 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
<spec>:sav<oa>eas</oa><oa>!</oa> <oa>file</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Save current web page to disk. If <oa>file</oa> is
|
||||
omitted, save to the page's default filename. Existing
|
||||
documents will only be overwritten if <oa>!</oa> is
|
||||
given.
|
||||
Save current web page to disk. If <oa>file</oa> is omitted, save to
|
||||
the page's default filename. If <oa>file</oa> is a directory or ends
|
||||
with your platform's path separator, save to the page's default
|
||||
filename in that directory. Existing documents will only be
|
||||
overwritten if <oa>!</oa> is given.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -195,7 +195,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
|
||||
<hl key="HelpXMLAttribute">xmlns</hl>{NS}></hl></escape>
|
||||
<author email="maglione.k@gmail.com">Kris Maglione</author>
|
||||
<license href="http://opensource.org/licenses/mit-license.php">MIT</license>
|
||||
<project name="Pentadactyl" minVersion="1.0"/>
|
||||
<project name="Pentadactyl" min-version="1.0"/>
|
||||
<p>
|
||||
This plugin provides the same features as the ever popular FlashBlock
|
||||
Firefox addon. Flash animations are substituted with place holders which
|
||||
@@ -204,7 +204,7 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
|
||||
triggers to toggle the playing of animation on the current page.
|
||||
</p>
|
||||
<item>
|
||||
<tags>'flashblock' 'fb'</tags>
|
||||
<tags>'fb' 'flashblock'</tags>
|
||||
<spec>'flashblock' 'fb'</spec>
|
||||
<type>boolean</type>
|
||||
<default>true</default>
|
||||
|
||||
@@ -546,7 +546,7 @@
|
||||
|
||||
<warning>
|
||||
&dactyl.appName; will not behave correctly if the editor forks its
|
||||
own process, rather than blocking until editing is complete. Gvim
|
||||
own process rather than blocking until editing is complete. Gvim
|
||||
invoked without the <em>-f</em> option is one such example.
|
||||
</warning>
|
||||
</description>
|
||||
@@ -618,7 +618,7 @@
|
||||
//area[@href] | //xhtml:area[@href] |
|
||||
//img[@src] | //xhtml:img[@src] |
|
||||
//iframe[@src] | //xhtml:iframe[@src]',
|
||||
[F]:'//div | //xhtml:div |
|
||||
[F]:'//div | //xhtml:div |
|
||||
//span | //xhtml:span |
|
||||
//p | //xhtml:p |
|
||||
//body | //xhtml:body |
|
||||
@@ -961,7 +961,7 @@
|
||||
<p>
|
||||
Alternatively, you can specify which plugins to load and which to
|
||||
omit in your <tt><t>&dactyl.name;rc</t></tt> using something like
|
||||
the below:
|
||||
the following:
|
||||
</p>
|
||||
<code><ex>:set loadplugins=</ex>!<str delim="'">foo|bar</str>,<str delim="'">\.(js|&dactyl.fileExt;)$</str></code>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user