[dokuwiki] Re: Small change on media file insertion
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 22 Feb 2006 22:10:47 +0100
On Wed, 22 Feb 2006 12:57:00 -0800
Bob Baddeley <bob@xxxxxxxxxxxxxxx> wrote:
> I would like to propose a small change to lib/script/script.js. This
> change to the mediaSelect function allows the user to insert an image
> or link to another file in a way more consistent with the way
> headlines are added. If there is currently text selected, the
> selected text will become the title of the link to the file. If there
> is no text selected, the title of the link will be the name of the
> file. As far as I can tell, this doesn't break the way images are
> displayed currently, it doesn't change the way the button works if no
> text is selected, and has no ill effects. It just lets people write
> titles to links easier.
>
> function mediaSelect(file){
> opener.insertTags('wikitext','{{'+file+'|','}}',file);
> window.close();
> }
Good idea! I'm too tired to add it today - will do so tomorrow or maybe
someone sends a darcs patch ;-)
Andi
--
http://www.splitbrain.org
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Small change on media file insertion
- From: Bob Baddeley
Other related posts:
- » [dokuwiki] Small change on media file insertion
- » [dokuwiki] Re: Small change on media file insertion
- [dokuwiki] Small change on media file insertion
- From: Bob Baddeley