If you need to gather lots of information into your wiki for a report, then this tool might just be what you've been looking for. The code below can be stored as a bookmark/favorite in your browser's toolbar for easy access, and allows you to instantaneously copy-paste a text selection from any web page into a Deki page. In order for the script to work, you'll need to be logged into your Deki account and you must have imported the WebImport template. Other than that, nothing else is required!
First, add the following javascript as a bookmark/favorite to your browser's toolbar (e.g. 'Add to Deki').
javascript:if(navigator.userAgent.indexOf('Safari')%20>=%200){Q=getSelection();}else{Q=document.selection?document.selection.createRange().htmlText:window.getSelection();}location.href='http://wiki.developer.mindtouch.com/Sandbox?action=edit&template=webimport&text='+encodeURIComponent(Q)+'&src='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&label='+encodeURIComponent(document.title);
NOTE: Make sure to replace http://wiki.developer.mindtouch.com/Sandbox with your own Deki URI!
To install the bookmarklet on Firefox, follow these steps:
http://wiki.developer.mindtouch.com/Sandbox with your own Deki URI (e.g. your user's page)To install the tool as a favorite on IE, follow these steps:
http://wiki.developer.mindtouch.com/Sandbox with your own Deki URI (e.g. your user's page)Second, import the following template by copy-pasting it into your Deki site: Template:WebImport
Now you can simply go to any page on the web, select some text, click on Add to Deki and voilà! The selected content is automatically published on a new Deki page.