-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Filters used on the Moodle.org forums.

Filters used on the Moodle.org forums: Difference between revisions

From MoodleDocs
No edit summary
 
m (Text replacement - "class="nicetable"" to "class="wikitable"")
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The forums at Moodle.org have a number of [[Filters|filters]] to make it easier to talk about Moodle. This page lists them.
{{Filters}}
The [http://moodle.org/mod/forum/index.php?id=5 Moodle.org forums] have a number of [[Filters|filters]] to make it easier to talk about Moodle. This page lists them.


==Modules and plugins database auto-linking==
==Standard filters==


Automatically links to plugins listed in the [http://moodle.org/mod/data/view.php?id=6009 Modules and plugins database] when they are mentioned by name.
* [[Email protection filter|Email protection]]
* [[Display emoticons as images filter|Display emoticons as images]]
* [[Convert URLs into links filter|Convert URLs into links]]
* [[Glossary auto-linking filter|Glossary auto-linking]] - Automatically links to things defined in the [http://moodle.org/mod/glossary/view.php?id=851 Glossary of common terms] when the term is mentioned.
*[[Multi language content]]
*[[Multimedia plugins]] (with default settings i.e. all media format filters except .swf are enabled).
*[[MathJax filter|MathJax]]


==Glossary of common terms auto-linking==
Filters which are off, but available
* [[Activity names auto-linking filter|Activity names auto-linking]]
* [[Database auto-linking filter|Database auto-linking]]


Automatically links to things defined in the [http://moodle.org/mod/glossary/view.php?id=851 Glossary of common terms] when the term is mentioned.
==Contributed filters==


==Tracker issue auto-linking==
===Tracker issue auto-linking===


Automatically links to [http://tracker.moodle.org/ tracker] issues, when you type the issue number like MDL-1234.
Automatically links to [http://tracker.moodle.org/ tracker] issues when you type the issue number e.g. MDL-1234.


==Code syntax highlighting==
===Moodle Docs auto-linking===


The [[Code syntax highlighting]] filter.
Automatically links to a page in the user documentation wiki (most recent version) when you type the page title enclosed in double square brackets.


==TeX filter==
For example, to link to https://docs.moodle.org/en/Philosophy type
<nowiki>[[Philosophy]]</nowiki>


The standard [[TeX filter]].
To link to a page in the developer docs, add an extra pipe "|" divider followed by dev.


==Algebra filter==
For example, to link to https://docs.moodle.org/dev/Plugins type
<nowiki>[[Plugins||dev]]</nowiki>
or
<nowiki>[[Plugins|Plugins developer documentation|dev]]</nowiki>


The standard [[Algebra filter]].
To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.


==CVS auto-linking==
For example, to link to https://docs.moodle.org/es/Los_10_mitos_de_Moodle type
<nowiki>[[Los 10 mitos de Moodle||es]]</nowiki>
or
<nowiki>[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]</nowiki>


Apparently there is a filter that lets you automatically link to a file's history in CVS, but I don't know how.
===Auto-linking phrases===
 
{| class="wikitable"
|-
! Phrase
! Link
|-
| Moodle Roadmap
| https://docs.moodle.org/dev/Roadmap
|-
| Moodle Themes
| http://moodle.org/themes
|-
| Moodle Tracker
| http://tracker.moodle.org/
|-
| Moodle jobs
| http://moodle.org/jobs
|-
| Moodle books
| http://moodle.org/books
|-
| Plugins directory
| http://moodle.org/plugins/
|}
 
===More contrib filters===
 
*[[Code syntax highlighting]]
 
[[Category:Moodle.org]]
 
[[ja:Moodle.orgフォーラムで使用されているフィルタ]]

Latest revision as of 13:25, 14 July 2021

The Moodle.org forums have a number of filters to make it easier to talk about Moodle. This page lists them.

Standard filters

Filters which are off, but available

Contributed filters

Tracker issue auto-linking

Automatically links to tracker issues when you type the issue number e.g. MDL-1234.

Moodle Docs auto-linking

Automatically links to a page in the user documentation wiki (most recent version) when you type the page title enclosed in double square brackets.

For example, to link to https://docs.moodle.org/en/Philosophy type

[[Philosophy]]

To link to a page in the developer docs, add an extra pipe "|" divider followed by dev.

For example, to link to https://docs.moodle.org/dev/Plugins type

[[Plugins||dev]]

or

[[Plugins|Plugins developer documentation|dev]]

To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.

For example, to link to https://docs.moodle.org/es/Los_10_mitos_de_Moodle type

[[Los 10 mitos de Moodle||es]]

or

[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]

Auto-linking phrases

Phrase Link
Moodle Roadmap https://docs.moodle.org/dev/Roadmap
Moodle Themes http://moodle.org/themes
Moodle Tracker http://tracker.moodle.org/
Moodle jobs http://moodle.org/jobs
Moodle books http://moodle.org/books
Plugins directory http://moodle.org/plugins/

More contrib filters