Opened 12 years ago

Last modified 10 years ago

#10431 new defect

xfig fig show in trac — at Initial Version

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

Description

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

Change History (1)

Changed 12 years ago by Gang

Attachment: xfig.py added
Note: See TracTickets for help on using tickets.