aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/filecheck/discussion.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o <Boris@web>2010-08-14 22:41:57 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-08-14 22:41:57 +0000
commit8591fa48633375aab0e2ff4dbef940984dc7c381 (patch)
treeb0ec1ad027c67768aaa6d367ca5d72339d7c8373 /doc/plugins/filecheck/discussion.mdwn
parentfc5b26dd326932c6f3493983ad65f2783d6170e1 (diff)
downloadikiwiki-8591fa48633375aab0e2ff4dbef940984dc7c381.tar
ikiwiki-8591fa48633375aab0e2ff4dbef940984dc7c381.tar.gz
Diffstat (limited to 'doc/plugins/filecheck/discussion.mdwn')
-rw-r--r--doc/plugins/filecheck/discussion.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/plugins/filecheck/discussion.mdwn b/doc/plugins/filecheck/discussion.mdwn
index f91950b7d..9a3bcddfc 100644
--- a/doc/plugins/filecheck/discussion.mdwn
+++ b/doc/plugins/filecheck/discussion.mdwn
@@ -15,3 +15,20 @@ if ::magic() returns undef? --[[DavidBremner]]
>> for ::default
>>> Applied
+
+---
+
+At first I need to thank you for ikiwiki - it is what I was always looking for - coming from a whole bunch of wiki engines, this is the most intelligent and least bloated one.
+
+My question is about the [[plugins/attachment]] plugin in conjunction with [[plugins/filecheck]]: I am using soundmanger2 js-library for having attached media files of all sorts played inline a page.
+
+To achieve this soundmanager2 asks for an id inside a ul-tag surrounding the a-tag. I was wondering if the Insert Link button could be provided with a more elegant solution than to have this code snippet to be filled in by hand every time you use it to insert links for attached media files. And in fact there apparently is a way in attachment.pm.
+
+While I can see that it is not needed for everyone inserting links to attached media files to have ul- and li-tags surrounding the link itself as well as being supplied with an id fill in, for me it would be the most straight forward solution. Pitty is I don't have the time to wrap my head around perl to write a patch myself. Is there any way to have this made an option which can be called via templates?
+
+For sure I would like to donate for such a patch as well as I will do it for ikiwiki anyway, because it is such a fine application.
+
+If you are not familiar with soundmanager2: It is a very straight forward solution to inline mediafiles, using the usual flash as well as html5 solutions (used by soundcloud.com, freesound.org and the like). Worth a look anyway [schillmania.com](http://www.schillmania.com/)
+
+Boris
+