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

From MoodleDocs
(auto-linking phrases)
 
(11 intermediate revisions by 4 users not shown)
Line 4: Line 4:
==Standard filters==
==Standard filters==


*Activity names auto-linking
* [[Email protection filter|Email protection]]
*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.
* [[Display emoticons as images filter|Display emoticons as images]]
*Email protection
* [[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]]
*[[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==
Line 19: Line 23:


===Moodle Docs auto-linking===
===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>


Automatically links to a page in the documentation wiki when you type the page title enclosed in double square brackets.
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/en/Development:Overview type
For example, to link to https://docs.moodle.org/dev/Plugins type
  <nowiki>[[Development:Overview]]</nowiki>
  <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 34: Line 45:


===Auto-linking phrases===
===Auto-linking phrases===
Get this filter from GitHub: [https://github.com/moodlehq/moodle-filter_moodlelinks Auto-linking phrases filter]
{| class="wikitable"


{| class="nicetable"
|-
! Phrase
! Phrase
! Link
! Link
|-
|-
| Moodle Academy
| https://moodle.academy
|-
|-
| MoodleCloud
| https://moodlecloud.com
|-
| MoodleNet
| https://moodle.net
|-
| Moodle Roadmap
| Moodle Roadmap
| https://docs.moodle.org/dev/Roadmap
| https://moodledev.io/general/community/roadmap
|-  
|-  
| Moodle Themes
| Moodle Themes
Line 57: Line 79:
| Plugins directory
| Plugins directory
| http://moodle.org/plugins/
| http://moodle.org/plugins/
|-
| Planet Moodle
| http://planet.moodle.org/
|-
| MOOCH
| http://hub.moodle.org/
|}
|}


===More contrib filters===


*[[Code syntax highlighting]]


[[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/