Opened 17 years ago
Last modified 13 years ago
#2453 new enhancement
Feature Request: Images in two clicks.
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | ivo.sieben@…, tekknokrat, falkb | Trac Release: | 0.12 |
Description
Would be very nice: Image button in toolbar
- Clicking this one pop up standard browse dialog
- The file is added as attachment (transparently)
- The Image macro is inserted at current position referencing that attachment
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
Cc: | ivo.sieben@… added; anonymous removed |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 13 years ago by
In addtion to the Image button described above, it would be very nice to be able to insert an image from the ClipBoard (as we can now do in the gmail web interface).
So, we could use any tool to capture a screen region (ex: snagit) and simply paste it in a trac page being edited. The filename of the image inserted is arbitrary and left to the plugin (ex: could be an incrementing name).
comment:4 Changed 13 years ago by
Cc: | tekknokrat added |
---|---|
Trac Release: | 0.10 → 0.12 |
I would like to see a generic file browser implemented for not only adding images but also other kinds of attachment. There are a lot of file browsers for jquery available which can do the job in the frontend, the only thing which needs to be changed is the interacting with the backend (attaching). I see the xmlrpc plugin very valueable here, too.
Some example implementations around in the web:
comment:5 Changed 13 years ago by
Cc: | falkb added |
---|
Any progress on this? This is a feature which would open for implementation of trac in my company!