Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » [wikitext] Converting mbedded images
[wikitext] Converting mbedded images [message #600195] Tue, 15 December 2009 20:05 Go to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
Hi,

I'd like to have images appear inline in wikitext-to-eclipse-help as opposed to as href links. Is there any OOTB functionality for this, or do I need to write some kind of custom converter?

cheers,

Miles
Re: [wikitext] Converting mbedded images [message #600213 is a reply to message #600195] Tue, 15 December 2009 23:53 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
One other question..on my setup using ant task, > and < are not being converted. Is this suported for mediawiki wikitext to eclipse help?
Re: [wikitext] Converting mbedded images [message #600361 is a reply to message #600195] Wed, 06 January 2010 23:19 Go to previous messageGo to next message
David Green is currently offline David GreenFriend
Messages: 96
Registered: July 2009
Member
Miles Parker wrote:
> Hi,
>
> I'd like to have images appear inline in wikitext-to-eclipse-help as
> opposed to as href links. Is there any OOTB functionality for this, or
> do I need to write some kind of custom converter?
>
> cheers,
>
> Miles

Miles,

Can you give more details? I'm not sure which images you're referring to, what markup language you're using, etc.
Perhaps you could provide a fragment of markup and paste the HTML you're generating, along with what you'd like to see.
Re: [wikitext] Converting mbedded images [message #600370 is a reply to message #600213] Wed, 06 January 2010 23:19 Go to previous messageGo to next message
David Green is currently offline David GreenFriend
Messages: 96
Registered: July 2009
Member
Miles Parker wrote:
> One other question..on my setup using ant task, > and < are not being
> converted. Is this suported for mediawiki wikitext to eclipse help?

What do you mean by not being converted? Please file a bug if you think that there's a problem.
Re: [wikitext] Converting mbedded images [message #601023 is a reply to message #600195] Wed, 07 April 2010 21:15 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
Actually, let me answer my own question. After experimenting more, the extended form of the link syntax does work:

[[Image:myrelpath/MyImage.png]]

gets:

<img border="0" src="myrelpath/MyImage.png" />

Just as it should. I think I was just doing something dumb..didn't realize that mediawiki was case sensitive..
Re: [wikitext] Converting mbedded images [message #601628 is a reply to message #600195] Mon, 05 July 2010 14:40 Go to previous messageGo to next message
L. Frank Turovich is currently offline L. Frank TurovichFriend
Messages: 8
Registered: July 2009
Junior Member
Am experiencing problems with the downloading of images from our Mediawiki site. Rest of page converts fine but images are not downloaded into the doc project. Tried using variations of image links as described above but then the images don't appear in the wiki page as they should.

Looked at the Egit online doc example and they use the standard [[Image:file_name]] syntax when referring to images.

Has to be something simple I am missing, but can't figure out what it might be. Any suggestions?

Thx // frank
Re: [wikitext] Converting mbedded images [message #601635 is a reply to message #601628] Mon, 05 July 2010 17:47 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
L. Frank Turovich wrote on Mon, 05 July 2010 10:40
> Has to be something simple I am missing, but can't figure out what it might be. Any suggestions?


Hi Frank,

That's the format I'm using as well i.e.:

[[Image:images/edit_tutorial/SimpleTutorial3CreateModel.png] ]

Note that the image references are relative to the doc location, not the project root.
Previous Topic:File history in Mylyn
Next Topic:My tasks don't display Planning Tab. I see only the private tab and have no Priority combo-box.
Goto Forum:
  


Current Time: Thu Sep 19 04:37:55 GMT 2024

Powered by FUDForum. Page generated in 0.05521 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top