diff options
| -rw-r--r-- | manual/plugins/main.tex | 3 | ||||
| -rw-r--r-- | manual/plugins/shopper.tex | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 25c09b6..ce08132 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -165,6 +165,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} Wavplay & \fname{.wav} & \\ } ZXBox & \fname{.tap, .tax, .sna, .z80} & \\ + Shopping list & \fname{.shopper} & \\ \end{rbtabular} \end{table} @@ -202,6 +203,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/search.tex}} +{\input{plugins/shopper.tex}} + {\input{plugins/sort.tex}} {\input{plugins/text_viewer.tex}} diff --git a/manual/plugins/shopper.tex b/manual/plugins/shopper.tex new file mode 100644 index 0000000..0abd185 --- /dev/null +++ b/manual/plugins/shopper.tex @@ -0,0 +1,5 @@ +% $Id$ +\subsection{Shopper} +\label{ref:Shopperplugin} + +Shopper is a shopping list plugin which allows you to maintain reusable shopping lists. |