WikiTemplateFile class

Project's that are stored in Github can have wiki pages. Github wiki pages are TemplateFiles. See Github Wiki pages for more information.

Any TemplateFile is considered to be a Wiki Template File when:

  • Its name is: Home.mdt This is the wiki landing page which often contains a TableOfContentTag
  • Its name starts with 2 digits, and has a .mdt extension (e.g.: 02-Getting-Started.mdt)

Note that spaces are replaced with - in the file name, and vice versa for the title.

All generated WikiTemplateFiles are stored in the ../<project name>.wiki directory (next to your project folder). This directory is a clone of the GitHub wiki repository.

Inheritance

Constructors

WikiTemplateFile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited