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 #503798] 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 #503843 is a reply to message #503798] 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 #506315 is a reply to message #503798] Wed, 06 January 2010 23:19 Go to previous messageGo to next message
David Green is currently offline David GreenFriend
Messages: 136
Registered: July 2009
Senior 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 #506316 is a reply to message #503843] Wed, 06 January 2010 23:19 Go to previous messageGo to next message
David Green is currently offline David GreenFriend
Messages: 136
Registered: July 2009
Senior 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 #525815 is a reply to message #506316] Wed, 07 April 2010 21:06 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
David Green wrote on Wed, 06 January 2010 18:19
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.


Following up on this finally.. basically I just want to find out what the formula is for specifying an embedded image in wikitext (mediawiki) such that it appears correctly in the generated Eclipse html docs. I'm currently doing docs locally, so it won't be using the auto wiki [[image:]] upload strategy. There might simply not be a way to do this as a limitation of mediawiki, not wikitext, but I'm hoping for some kind of solution that avoids actually having to manually edit the html post conversion.

thanks,

Miles
Re: [wikitext] Converting mbedded images [message #525819 is a reply to message #503798] 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 #544801 is a reply to message #503798] 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 #544856 is a reply to message #544801] 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.
Re: [wikitext] Converting mbedded images [message #601017 is a reply to message #506316] Wed, 07 April 2010 21:06 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
David Green wrote on Wed, 06 January 2010 18:19
> 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.


Following up on this finally.. basically I just want to find out what the formula is for specifying an embedded image in wikitext (mediawiki) such that it appears correctly in the generated Eclipse html docs. I'm currently doing docs locally, so it won't be using the auto wiki [[image:]] upload strategy. There might simply not be a way to do this as a limitation of mediawiki, not wikitext, but I'm hoping for some kind of solution that avoids actually having to manually edit the html post conversion.

thanks,

Miles
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: Fri Apr 19 00:13:49 GMT 2024

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

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

Back to the top