mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 22:24:13 +01:00
Most of the special case asciidoc replacements were also removed since they're a bit confusing and doing so results in a 60% improvement in the time taken by asciidoc to process the help pages. Unfortunately, I'm now limited to preparing a three course menu for my guests while it runs rather than the degustation extravaganzas of the past but such is life. It's still a bit of a mess but since we're almost certainly moving to something else in the near future it's probably not worth cleaning it up before 2.0 is released.
34 lines
930 B
Plaintext
34 lines
930 B
Plaintext
HEADER
|
|
|
|
|printing| +
|
|
|
|
|:ha| |:hardcopy| +
|
|
||:ha[rdcopy][!]||
|
|
________________________________________________________________________________
|
|
Print current document. Open a GUI dialog where you can select the printer,
|
|
number of copies, orientation, etc. When used with [!], the dialog is skipped
|
|
and the default printer used.
|
|
________________________________________________________________________________
|
|
|
|
|
|
||:ha[rdcopy][!] >{filename}|| +
|
|
________________________________________________________________________________
|
|
As above, but write the output to {filename}.
|
|
|
|
Note: Not available on Windows.
|
|
________________________________________________________________________________
|
|
|
|
section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs]
|
|
|
|
The "Print Preview" and "Page Setup" dialogs can be opened via the :dialog command
|
|
|
|
:dialog printpreview
|
|
|
|
and
|
|
|
|
:dialog printsetup
|
|
|
|
respectively.
|
|
|
|
// vim: set syntax=asciidoc:
|