Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Autolinking.

Autolinking: Difference between revisions

From MoodleDocs
(To force autolinking on/off, use: * <span class="nolink">text</span> * <span class="nolink">text</span>)
(copying changes from 22 wiki)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''{{PAGENAME}}''' is a feature of [[Moodle]] by which words or phrases used within a Moodle site are automatically linked (by highlighting in grey by default) if there is a content page (or resource or activity) within the site with the same name.
{{Filters}}
[[Image:glossary autolinking.png|right]]
Autolinking is a feature of Moodle by which words or phrases used within a Moodle site are automatically linked (by highlighting in grey by default) to a glossary and database entries, and activity and resources within the course with the same name.


Autolinking can be globally switched on/off in a site's settings, and specific links can be prevented by adding <nowiki><nolink> ... </nolink></nowiki> tags around the relevant content in HTML markup mode.
Autolinking can be switched on/off sitewide  by going to  ''Settings > Site Administration > Plugins > Filters > Manage Filters.'' and it can also  be managed within individual courses from ''Settings > Course Administration > Filters''.


To force autolinking on/off, use:
For more information on autolinking, see [[Filters|Filters]].
* <span class="nolink">text</span>
* <span class="nolink">text</span>
Specific links can be prevented by adding <nowiki><nolink> ... </nolink></nowiki> tags around the relevant content in HTML markup mode.


[[Category:{{PAGENAME}}]]
Another way to force autolinking on/off is to use:
* <nowiki><span class="link">text</span></nowiki>
* <nowiki><span class="nolink">text</span></nowiki>
 
==See also==
 
*[[Managing filters]]

Latest revision as of 17:37, 4 June 2012

glossary autolinking.png

Autolinking is a feature of Moodle by which words or phrases used within a Moodle site are automatically linked (by highlighting in grey by default) to a glossary and database entries, and activity and resources within the course with the same name.

Autolinking can be switched on/off sitewide by going to Settings > Site Administration > Plugins > Filters > Manage Filters. and it can also be managed within individual courses from Settings > Course Administration > Filters.

For more information on autolinking, see Filters.

Specific links can be prevented by adding <nolink> ... </nolink> tags around the relevant content in HTML markup mode.

Another way to force autolinking on/off is to use:

  • <span class="link">text</span>
  • <span class="nolink">text</span>

See also