mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:08:00 +01:00
Add :styenable, :stydisable, :stytoggle
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
(this might change again, as this is REALLY inconsistent, and i don't
|
||||
know if I like copying bugs)
|
||||
|
||||
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]
|
||||
* add [c]:sanitize[c], 'sanitizetimespan' and 'sanitizeitems'
|
||||
* add [c]:verbose[c]
|
||||
* add [c]:window[c] to run a command in a new window
|
||||
|
||||
@@ -133,4 +133,25 @@ style for [a]www.google.com,mozilla.org[a], will result in a style for
|
||||
(short option: *-i*)
|
||||
________________________________________________________________________________
|
||||
|
||||
|:styleenable| |:stylee| +
|
||||
|:styenable| |:stye| +
|
||||
||:styled[isable] [-name={name} [-index={index}] [{filter}] [{css}]|| +
|
||||
________________________________________________________________________________
|
||||
Enable any matching styles. Arguments are the same as for [c]:delstyle[c].
|
||||
________________________________________________________________________________
|
||||
|
||||
|:styledisable| |:styled| +
|
||||
|:stydisable| |:styd| +
|
||||
||:stylee[nable] [-name={name} [-index={index}] [{filter}] [{css}]|| +
|
||||
________________________________________________________________________________
|
||||
Disable any matching styles. Arguments are the same as for [c]:delstyle[c].
|
||||
________________________________________________________________________________
|
||||
|
||||
|:styletoggle| |:stylet| +
|
||||
|:stytoggle| |:styt| +
|
||||
||:stylet[oggle] [-name={name} [-index={index}] [{filter}] [{css}]|| +
|
||||
________________________________________________________________________________
|
||||
Toggle any matching styles. Arguments are the same as for [c]:delstyle[c].
|
||||
________________________________________________________________________________
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user