diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 17:34:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 17:34:51 -0400 |
commit | 639e2f9ec7cda307411a2d832d9ec68d18c35f5c (patch) | |
tree | ec96e9308cd304f9bd0b7f447af09e7126c2de69 | |
parent | 38a2b13b6a4575bc5a32e06063ea232a6ee24334 (diff) |
response
-rw-r--r-- | doc/plugins/contrib/plaintext/discussion.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/plugins/contrib/plaintext/discussion.mdwn b/doc/plugins/contrib/plaintext/discussion.mdwn index f9d7bd763..d00daa788 100644 --- a/doc/plugins/contrib/plaintext/discussion.mdwn +++ b/doc/plugins/contrib/plaintext/discussion.mdwn @@ -19,3 +19,13 @@ It also uses URI::Find to turn URIs into links. I'm not very familiar with Perl, so this code could be improved. --Gabriel + +I like this approach! It sidesteps the annoying problem, and it actually +makes the .txt format genuinely wiki-like, by allowing wikilinks and +preprocessor directices. + +The only thing I am not sure about is the conversion of external urls to +hyperlinks. + +Can you please add a copyright/license statemnt to the top of the plugin? +If you do, I'll add it to ikiwiki. Thanks! --[[Joey]] |