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

From MoodleDocs
(filters template)
 
(12 intermediate revisions by 4 users not shown)
Line 4: Line 4:
==Standard filters==
==Standard filters==


*Activity names auto-linking
* [[Email protection filter|Email protection]]
*Database auto-linking - 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.
* [[Display emoticons as images filter|Display emoticons as images]]
*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.
* [[Convert URLs into links filter|Convert URLs into links]]
*Email protection
* [[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]]
*[[Multi language content]]
*[[Multimedia plugins]] (with default settings i.e. all media format filters except .swf are enabled).
*[[Multimedia plugins]] (with default settings i.e. all media format filters except .swf are enabled).
*[[TeX filter]]
*[[MathJax filter|MathJax]]
*[[Algebra filter]]
 
Filters which are off, but available
* [[Activity names auto-linking filter|Activity names auto-linking]]
* [[Database auto-linking filter|Database auto-linking]]


==Contributed filters==
==Contributed filters==


*Tracker issue auto-linking - Automatically links to [http://tracker.moodle.org/ tracker] issues when you type the issue number e.g. MDL-1234.
===Tracker issue auto-linking===
*Moodle Docs auto-linking - Automatically links to a page in the documentation wiki when you type the page title enclosed in double square brackets.
 
For example, to link to https://docs.moodle.org/en/Development:Overview type
Automatically links to [http://tracker.moodle.org/ tracker] issues when you type the issue number e.g. MDL-1234.
  <nowiki>[[Development:Overview]]</nowiki>
 
===Moodle Docs auto-linking===
Get this filter from GitHub: [https://github.com/moodlehq/moodle-filter%20moodledocs Docs linking 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.
 
For example, to link to https://docs.moodle.org/en/Philosophy type
<nowiki>[[Philosophy]]</nowiki>
 
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
  <nowiki>[[Plugins||dev]]</nowiki>
or
or
  <nowiki>[[Development:Overview|An overview of the Moodle development process]]</nowiki>
  <nowiki>[[Plugins|Plugins developer documentation|dev]]</nowiki>
 
To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.
To link to a page in a documentation wiki in another language, add an extra pipe "|" divider followed by the language code.


Line 27: Line 43:
or
or
  <nowiki>[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]</nowiki>
  <nowiki>[[Los 10 mitos de Moodle|Top 10 Moodle Myths in Spanish|es]]</nowiki>
*[[Code syntax highlighting]]
 
*CVS auto-linking - Automatically links to a file's history in CVS, when you type the file path prefixed by "cvs:" e.g. [http://moodle.cvs.sourceforge.net/moodle/moodle/lang/en_utf8/role.php cvs:/moodle/lang/en_utf8/role.php].
===Auto-linking phrases===
Get this filter from GitHub: [https://github.com/moodlehq/moodle-filter_moodlelinks Auto-linking phrases filter]
 
{| class="wikitable"
 
! Phrase
! Link
|-
| Moodle Academy
| https://moodle.academy
|-
|-
| MoodleCloud
| https://moodlecloud.com
|-
| MoodleNet
| https://moodle.net
|-
| Moodle Roadmap
| https://moodledev.io/general/community/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/
|}
 
 


[[Category:Moodle.org]]
[[Category:Moodle.org]]


[[es:Filtros usados en los foros de Moodle.org]]
[[ja:Moodle.orgフォーラムで使用されているフィルタ]]
[[ja:Moodle.orgフォーラムで使用されているフィルタ]]

Latest revision as of 08:01, 8 March 2024

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

Get this filter from GitHub: Docs linking 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.

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

Get this filter from GitHub: Auto-linking phrases filter

Phrase Link
Moodle Academy https://moodle.academy
MoodleCloud https://moodlecloud.com
MoodleNet https://moodle.net
Moodle Roadmap https://moodledev.io/general/community/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/