Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Filters FAQ.

Filters FAQ: Difference between revisions

From MoodleDocs
Line 13: Line 13:
== How do I create custom filters? ==
== How do I create custom filters? ==


See the following pages on Moodle Docs for details:
* [[Development:Filters]]
* [[Development:Filters_schema]]
* [[Development:Filters_2.0]]


== See also ==
== See also ==

Revision as of 15:19, 18 November 2009

What are filters?

Filters allow for the automatic transformation of entered text into different, often more complex forms.

How do I enable filters?

You find the settings under Administration > Modules > Manage filters, see Filters for details.

Which filters are available?


How do I create custom filters?

See the following pages on Moodle Docs for details:

See also