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...
1133
Gus Mueller
ccgus
Feb 5, 2009 7:39 am
... 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...
1134
Andy Fragen
ajfragen
Feb 5, 2009 4:18 pm
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...
1135
Andy Fragen
ajfragen
Feb 5, 2009 4:29 pm
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...
1136
Andy Fragen
ajfragen
Feb 5, 2009 4:54 pm
I figured it out. I needed to do a coercion with tonumber(). Andy...
1137
lorinhochstein
Feb 6, 2009 3:03 pm
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...
1138
a!e
bomberstudios
Feb 6, 2009 3:16 pm
... "Edit » Complete Page Name" command (or you can use the quicker Command + K shortcut : )...
1139
lorinhochstein
Feb 6, 2009 4:07 pm
... Beautiful, just what I was looking for!...
1140
Massimiliano
mbelletti
Feb 6, 2009 7:28 pm
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? ...
1141
Jan Erik Moström
je_mostrom
Feb 6, 2009 9:07 pm
How do I close a page using Applescript? close page "bah" of document 1 doesn't work jem...
1142
Mark Perrin
patchling
Feb 7, 2009 10:41 am
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]...
1143
Jan Erik Moström
je_mostrom
Feb 8, 2009 11:37 am
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"...
1144
anjirokhan
Feb 8, 2009 6:04 pm
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...
1145
Jan Erik Moström
je_mostrom
Feb 8, 2009 6:13 pm
... Thanks, it seem to help. jem...
1146
Adrian Bool
ajbool
Feb 8, 2009 6:15 pm
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...
1147
Gus Mueller
ccgus
Feb 8, 2009 6:37 pm
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...
1148
Gus Mueller
ccgus
Feb 8, 2009 6:37 pm
... There's no way to do this, but I'll take it as a feature request. thanks, -gus -- August 'Gus' Mueller Flying Meat Inc. http://flyingmeat.com/...
1149
Gus Mueller
ccgus
Feb 8, 2009 6:41 pm
... 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...
1150
Gus Mueller
ccgus
Feb 8, 2009 6:51 pm
... 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...
1151
Adrian Bool
ajbool
Feb 8, 2009 6:52 pm
Gus, Sorry for spreading disinformation... But does the mutableString call not return a new, changeable, copy of attString, causing Jan to include the old...
1152
Gus Mueller
ccgus
Feb 8, 2009 7:20 pm
... 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...
1153
Massimiliano
mbelletti
Feb 9, 2009 1:41 pm
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...
1154
Mark Thalman
ijuggle5
Feb 11, 2009 5:14 pm
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...
1155
Jan Erik Moström
je_mostrom
Feb 12, 2009 11:26 am
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...
1156
John Griffin
jackdavinci
Feb 12, 2009 5:42 pm
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...
1157
Gus Mueller
ccgus
Feb 12, 2009 6:47 pm
Actually, you want to search on "TextEdit" and not SimpleText :) (Simple text was OS 9's version of TextEdit). I did that and found this info: ...
1158
Gus Mueller
ccgus
Feb 12, 2009 6:58 pm
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...
1159
Jeevs Sinclair
jeevs77
Feb 12, 2009 8:32 pm
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...
1160
Jan Erik Moström
je_mostrom
Feb 13, 2009 7:33 am
... 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...
1161
lorinhochstein
Feb 14, 2009 6:40 pm
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...