diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/ad-hoc_plugins.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/ad-hoc_plugins.mdwn b/doc/todo/ad-hoc_plugins.mdwn index 9dcecb9ea..da28c1b8e 100644 --- a/doc/todo/ad-hoc_plugins.mdwn +++ b/doc/todo/ad-hoc_plugins.mdwn @@ -1,4 +1,4 @@ -with pypy's sandbox module, it is possible to run user supplied code safely; that can be used for ad-hoc plugins. +with pypy's sandbox module, it is possible to run user supplied code safely; that can be used for ad-hoc [[!taglink plugins]]. ad-hoc plugins are little code snipplets that work similar to plugins, are limited in what they can do, but their code resides inside the wiki. |