aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki-comment.mdwn
blob: 22dbd60836ac9ef37a46553c96bea51ae6d4446b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# NAME

ikiwiki-comment - posts a comment

# SYNOPSIS

ikiwiki-comment page.mdwn

# DESCRIPTION

`ikiwiki-comment` creates a comment for the specified wiki page file,
and opens your editor to edit it.

Once you're done, it's up to you to add the comment to whatever version
control system is being used by the wiki, and do any necessary pushing to
publish it.

Note that since ikiwiki-comment is not passed the configuration of
the wiki it's acting on, it doesn't know what types of markup are
available. Instead, it always removes one level of extensions from the
file, so when run on a page.mdwn file, it puts the comment in page/

The username field is set to the unix account name you're using.
You may want to edit it to match the username you use elsewhere
on the wiki.

# AUTHOR

Joey Hess <joey@ikiwiki.info>

Warning: this page is automatically made into ikiwiki-comments's man page, edit with care