Documentation
¶
Index ¶
- Variables
- func AllReverseLinks(d *diskv.Diskv) map[string][]string
- func NewGoldmark(destFunc func(string) string) goldmark.Markdown
- func NewServer(cfg *Config) http.Handler
- func OutgoingLinks(md string) map[string]bool
- func RenderHTML(md string) (string, error)
- func ToTitle(pageName string) string
- type Config
- type PageHandler
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AllReverseLinks ¶
AllReverseLinks calculates the reverse link map for the whole wiki. The returned map maps page names to a list of pages linking to it. Sets of pages are represented as sorted lists.
func OutgoingLinks ¶
OutgoingLinks returns the outgoing wiki links in a given Markdown input. The outgoing links are a map of page names to true.
func RenderHTML ¶
Types ¶
type PageHandler ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
uku
command
An experimental command line tool for visualizing the graph of wiki pages.
|
An experimental command line tool for visualizing the graph of wiki pages. |
|
ukuleleweb
command
|
Click to show internal directories.
Click to hide internal directories.