... No problem- but you might want to post it on the Acorn mailing list instead of the VoodooPad mailing list :) You can sign up for Acorn's mailing list here:...
Hey all, I'm new here, so I hope I'm not being an ass. I did a quick search but couldn't find what I wanted. Is there anyway to create an Index or Table of...
Hi, How do you think adding a new feature to link a word to a search? For example, I have many documents including the word "water". It would be very useful to...
Anyone have an efficient system for weeding out old and useless pages from their VoodooPad docs. I'm thinking of VoodooPad docs that become hundreds of pages...
Here's an example python script below. You will need to put this in a file named "GeneratePageIndex.py" in your ~/Library/Application Support/VoodooPad/Script...
I just tried it Gus, but I can't get it to work. I tried both methods, but can't get anything to appear in the plugins menu. Would you be able to have another...
I tried to 'Run As Python Script' from the plugins menu, it came up with a syntax error. VoodooPad Console Traceback (innermost last): File "PythonPlugin.py",...
I tried to 'Run As Python Script' from the plugins menu, it came up with a syntax error. VoodooPad Console Traceback (innermost last): File "PythonPlugin.py",...
... Whoops- the email got a little mangled. That line should be: atts = Foundation.NSAttributedString ... etc. I've posted the script online with the correct...
I presume (once again) tabs are significant in Python and are not getting preserved through the cut and pastes into email. Close. It's a line wrap issue...
Is there a way I can improve the ranking of a VoodooPad page in a Spotlight search when searching for a specific text string? For example, I'd like my "Foobar"...
If one exportes the whole Voodoopad document as web export, using the plugin "Falling Leaves" and later open the index.html with the browser, can acess a "page...
I just discovered that if you want to individualize your new document (opening page) you cand o so by going to the VooDooPad application, control click the...
I'm wondering if perhaps there's a way to start the weed by finding pages that have not been modified for a certain amount of time--for example, a year. From...
... You could also just uncheck the "Show welcome text for new documents" in the preferences, and setup the New page text with your custom formatting. And...
Is there a way to insert HTML into a document, as rich text, using a voodoopad: url? I have a Javascript bookmarklet derived from examples on the VoodooPad ...
Hi Marc, This script will create a new page called WeedControl, and print a list of pages sorted by modified date on it, then open it. (I supppose it would be...
The indentation is always lost when posting to the forum so you might want to grab the script from here - http://dl.getdropbox.com/u/127753/WeedControl.py and...
Thanks Gus, I've cleaned it up a little with your suggestion - # creates a page WeedControl and then prints out a list of all pages sorted by modified date. ...
I use Voodoopad to collect notes for Software Development. I was thinking about writing a python script that would format and highlight the code inserted into...