diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-23 13:45:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-23 13:45:42 -0400 |
commit | bdbbca09c3a18510429934ffbad846ae64d7edce (patch) | |
tree | a14bc7ab1f22d0a02475602019c4e8881c803530 /doc/todo | |
parent | 094af3d113f375f7faf2abf283615582a9977a65 (diff) | |
parent | 534f7144782ba6a453d5befed4faa7d6657d5fdc (diff) |
Merge branch 'master' into git-anon
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Option_to_make_title_an_h1__63__.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/Option_to_make_title_an_h1__63__.mdwn b/doc/todo/Option_to_make_title_an_h1__63__.mdwn index efa07ad79..8676bec48 100644 --- a/doc/todo/Option_to_make_title_an_h1__63__.mdwn +++ b/doc/todo/Option_to_make_title_an_h1__63__.mdwn @@ -6,3 +6,9 @@ Currently, the page title (either the name of the page or the title specified wi > way, # is reserved for h1 if you choose to use headers in your page. --[[Joey]] [[done]] + +> For anyone interested, I've written a small plugin called [h1title][] that does the +> latter, making `#` (only when on the first line) set the page title, removing it from +> the page body. --[[JasonBlevins]], October 22, 2008 + + [h1title]: http://code.jblevins.org/ikiwiki/plugins/h1title.pm |