diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-04 18:03:15 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-04 18:03:15 -0500 |
commit | 6fba45bb563aad612c48d90f1f744f91f5b79dd3 (patch) | |
tree | 9001fe351aed3cf55c97dc4241901752d74e2060 /doc | |
parent | b224b2554402620faaaa5cf22f6f36169672497a (diff) | |
download | ikiwiki-6fba45bb563aad612c48d90f1f744f91f5b79dd3.tar ikiwiki-6fba45bb563aad612c48d90f1f744f91f5b79dd3.tar.gz |
further comments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/allow_wiki_syntax_in_commit_messages.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/allow_wiki_syntax_in_commit_messages.mdwn b/doc/todo/allow_wiki_syntax_in_commit_messages.mdwn index 01c5d397b..97691bdc3 100644 --- a/doc/todo/allow_wiki_syntax_in_commit_messages.mdwn +++ b/doc/todo/allow_wiki_syntax_in_commit_messages.mdwn @@ -9,4 +9,13 @@ a whole page into RecentChanges. Of course, it could only use _one_ of the available markups, ie the default markdown. --[[Joey]] To go along with this, the preview should show the formatted commit message. ---[[JoshTriplett]]
\ No newline at end of file +--[[JoshTriplett]] + +This is really easy to do now, but it would have to be limited to applying +markdown formatting (or whatever formatter is default I suppose) to the +content, and *not* to expanding any WikiLinks or preprocessor directives. +Especially with the new static RecentChanges, expanding even wikilinks +would be pretty tricky to do. Applying markdown formatting seems like a +reasonable thing; it would make commit messages that have the form of a +bulletted list be marked up nicely, and would also handle _emphasised_ +words etc, and even http links. --[[Joey]] |