Maven Mode - View Pane
Status: Pre-Alpha
Brought to you by:
avoinemt
Have a preference that puts the view pane in Maven mode. The editor would then attempt to resolve linked content relative to the src/resources directory.
For example, in an apt file I place a reference to an image:
[./images/ProductionDeployment.JPG"] Production Deployment Diagram
Now, the entire page cannot be rendered in the view pane. But the generated HTML is fine.
Another option would simply render an error box if a link could not be resolved.
Logged In: YES
user_id=1595067
Originator: NO
Hi,
Thanks for the feature request.
This feature is already planned, however I don't know when it's going to be available. Maven's Doxia uses a different library to convert apt files so I have to interface with Maven's libraries. It may take some time but stay tuned. You may subscribe to this item to be notified when it's available.
Math
Logged In: YES
user_id=122883
Originator: NO
I think the problem exists with "normal" relative paths too. I had the same problem and tried to duplicate the images folder so that the link used should be correct [../images/myimage.png] but it didn't work either.