diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-09 16:30:26 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-09 16:30:26 -0500 |
commit | cebf8784f02d4706de4b98b76a8153cc32ff09b9 (patch) | |
tree | 37c906f39997d3a6d030be20ab2764ca9ce67016 | |
parent | 1f51af907e93ee45b01a4a7f6015575522a3105d (diff) |
followup
-rw-r--r-- | doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn index 67bb7f85f..045f8cc68 100644 --- a/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn +++ b/doc/forum/link_to_an_image_inside_the_wiki_without_inlining_it.mdwn @@ -42,3 +42,14 @@ Any hints? --[[jerojasro]] > > thanks a lot, that's a quite straightforward solution. I actually wrote a > > broken plugin to do that, and now I can ditch it --[[jerojasro]] + +>>> The plugin approach is not a bad idea if you want either the ability +>>> to: +>>> +>>> * Have things that are wikilink-aware (like [[plugins/brokenlinks]] +>>> treat your link to the image as a wikilink. +>>> * Use standard wikilink path stuff (and not have to worry about +>>> a raw html link breaking if the page it's on is inlined, for +>>> example). +>>> +>>> I can help you bang that plugin into shape if need be. --[[Joey]] |