Gus, I want to run one of the Lua scripts I/we wrote in the preflight process. Currently the script runs from within the Script Plugins menu. What do I need to...
... This would be the preflight process when doing a web export? I imagine that your Lua script access bits of the document, which regular web export preflight...
So I should add it to a trigger. I was really trying to incorporate the whole thing into the web export plugin. One less thing to remember to do (create...
I have some numeric values in my page meta data however when I use the following code to grab those values for a script they seem to be converted to text and I...
When I hit the "ESC" key, VoodooPad gives me a drop-down list of possible completions for the word (just like TextEdit). Is it possible to get similar...
Hi, I'm looking for a way to add images by script. Looking at VPItem I found the method createImageWithOption_ but i don't undestarnd how it works. Any hints? ...
Hi, Can you give a bit more information. What exactly would your workflow be? Regards, Mark ... [Non-text portions of this message have been removed]...
I've started to create some python scripts to use with VoodooPad and have a couple of questions. First my script looks like this VPScriptSuperMenuTitle = "jem"...
I don't know the answers to your other questions, but to get your "ö" to look right, put a 'u' in front of your strings. This causes the string to be...
Jan, ... Looks wrong to me as it feels your change may be discarded; perhaps the following would be better, ... aid ... [Non-text portions of this message have...
Are you wanting to add an image into a VoodooPad page, or are you wanting to embed an image into the document? thanks, -gus ... -- August 'Gus' Mueller Flying...
... This is the correct way. The version below will probably cause bad data to be put into the page (a None value), since the method appendString_() doesn't...
... This is a bug in VoodooPad, and I've got a report open for it already (creating more than 1 page from a script, causes only the first one to show up right...
Gus, Sorry for spreading disinformation... But does the mutableString call not return a new, changeable, copy of attString, causing Jan to include the old...
... The mutableString call returns a reference to the contents of the attributed string. From the docs: "Returns the character contents of the receiver as an...
Gus, Mark thank you for your reply. I want to embed images into the document. My problem is lack in cocoa skill. But finally I've found the trick. How I asked...
Hello, I'm fairly new with VoodooPad and I think I am pretty much up to speed but the one thing I can't figure out is how to split a table cell. It doesn't...
After having discovered the python interface I been toying with a few ideas (noting serious, just playing "what-if" with myself) and I got a few questions (my...
Can't help you specifically, but I believe the voodoopad table function is based entirely on the generic mac SimpleText tables - so you can try searching for...
Hello Jan, comments inline below: ... You can (directly from the text view), but it's not really supported and it'll probably change in a future release (it...
To make it clearer, I think this means you should make the table as detailed/nested as you need it to be at the start, and then merge everything that need not...
... I was toying with the idea of a basic converter to markdown. But before going to sleep yesterday I remembered that there is an HTML to markdown converter...
I use multiple windows in my VoodooPad documents, and I synchronize (with subversion) between work and home. My work monitor is wider than my home monitor, and...