Image2Attach
Purpose
ActionMarket/Image2Attach is an extension for MoinMoin. It can create a page action to save images from web to page’s attachments.
Usage
Visit the target page, click more action - Image2Attach.
- It will take a while to fetch the images, after that it will save the images to attachments and replace the images' links with attachment links.
- Finally it will commit a change with message 'internet image save to attachment' to wiki.
Enjoy it, any bugs can get reported here.
Install
- copy action/* to data/plugin/action/
- restart python server
Download
Get latest version from https://github.com/alswl/image2attach
Copyright
GPLv2 license, same with MoinMoin.
ToDo
Discussion
MoinMoin is GPLv2 or later. Please use the same license.
Why do you need to edit moin src? It should add your action to that menu with doing that also (maybe at a different position, though).
I need add the action to the 'action menu', is there other method to do this? -- by alswl
it adds itselfs to the menu if the action name starts with an upper character'
Thank you, I has modified the install description. -- by alswl