Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Wikilinks = &wikilinks{}
Functions ¶
func NewWikilinksParser ¶
func NewWikilinksParser() *wikilinksParser
NewWikilinksParser gives you back a parser that you can use to process wikilinks.
Types ¶
type FilenameNormalizer ¶
FilenameNormalizer is a plugin which takes link text and converts the text given to a filename which can be linked to in the final format of your file.
type WikilinkTracker ¶
type WikilinkTracker interface {
LinkWithContext(destText string, destFilename string, context string)
}
WikilinkTracker is a plugin that can get called for each discovered link and gather up information about the links. This is useful for creating backlinks, for example (the purpose for which I created this plugin).
Click to show internal directories.
Click to hide internal directories.