Modify

Opened 11 years ago

Last modified 10 years ago

#10431 new defect

xfig fig show in trac

Reported by: Gang Owned by: anybody
Priority: normal Component: Request-a-Hack
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

We usually use xfig edit block diagram or some other figures The format of that .fig does not support by Image ...? natively. But xfig have a function called fig2dev can convert the fig to other format. So I write this simple python code to do the conversion on the fly, that means I don't have to edit then convert then upload, just edit and upload. Another important part is the uploaded file is the source file, which we can still edit it later.

to deal with the image input format wiki:something:filename, I copied the source code from macros.py. but I don't understand the get_resource_url, it always return with 'attachment' instead of 'attachments', the later exist in my file structure. so I change it manually.

Somebody please correct it for me.

attached is the source for the plugin

Attachments (1)

xfig.py (4.4 KB) - added by Gang 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Gang

Attachment: xfig.py added

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 in reply to:  description Changed 10 years ago by Steffen Hoffmann

Replying to ghuang:

We usually use xfig edit block diagram or some other figures The format of that .fig does not support by Image ...? natively. But xfig have a function called fig2dev can convert the fig to other format.

This is really outside the scope of this plugin.

So I write this simple python code to do the conversion on the fly, that means I don't have to edit then convert then upload, just edit and upload. Another important part is the uploaded file is the source file, which we can still edit it later. ... attached is the source for the plugin

Fine, but this is just a new macro and should rather go into a separate plugin, something like XfigImageMacro instead of being buried in this ticket.

comment:3 Changed 10 years ago by Steffen Hoffmann

Component: ImageTracPluginRequest-a-Hack
Owner: changed from Jeff Hammel to anybody

This might be a better intermediate component.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain anybody.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.