I too am very interested in working this out. I have started looking into the web export filters to see how to modify them to work with the mediawiki syntax.. ...
VoodooPad 4.0.2 is available from the website, or through VoodooPad's auto-update. http://flyingmeat.com/voodoopad/ Here are the release notes: * Fixed a...
hi all, started using VoodooPad and just can't seem to figure out if it's possible to do a new page with a dateformatting like: yyyymmdd I tried something with...
... I _think_ this is what you want: In the "Advanced" prefs, set your date format to "%Y%m%d" Then in the NewPageTemplate, put $date$ wherever you want it to...
I just found a script that connects Jounler with individual tasks in Omnifocus. Does anyone know of a script that could link an omnifocus project or task with...
Hi, is it possible to embed a PDF (page count > 1) via drag&drop? When I drag such a PDf to VoodooPad Pro, I see a cursor with a plus sign, but what I get is a...
... Try holding down the option key, or use the File->Embed Files... menu option. -gus -- August 'Gus' Mueller Flying Meat Inc. http://flyingmeat.com/...
... The mailing list has been around for longer than the forum, but yea- I would rather have the "community" bit be here than the forum. The forum was a bad...
... [left] <http://s169.photobucket.com/albums/u202/librarymonkey27/misc2/voodoopad\ .gif> thanks [Non-text portions of this message have been removed]...
Hi Gus, I think Uwe is right, you really should change the icon. It should resemble the icon you get in the finder when creating an alias. The plus-icon should...
... While I understand that what we are talking about is the default behavior and one can always select the non-default behavior, I like the way it works now. ...
Actually I often wanted to embed larger PDFs in VoodooPad and had to go via the menu "embed files..." while the drag&drop way would be more comfortable and...
It's going to stay the option key for now. I'm always hesitant to add prefs because VP already has a ton as it is, and I don't want to make things more...
Hello, I've noticed that in recent builds of VP, I often get synchronization failures as soon as I put my laptop to sleep. It seems that VP tries to...
I _think_ I fixed this bug a couple of days ago in the latest builds: http://flyingmeat.com/download/latest/ Can you try it out and let me know if it's any...
... There's no editing, but you can do a web export and then use one of the applications that lets you copy over html files for viewing (such as "air...
Although I seem to be saving pages correctly as Python plugins, they don't appear in the menu. Is this a bug or am I doing something wrong? i.e 1. Write code...
... You'll need to wrap the script in a main method, like so: VPScriptMenuTitle = "Hello World" import AppKit def main(windowController, *args, **kwargs): ...
I often copy text from a Terminal window and paste it into a VP document. I like this text formatted as Courier New, 12 pt. I use a Lua plugin to convert the...
So this one is a little bit more complicated, but it can be done (and I've done it in Python instead of Lua, since it's support for the objc bridge is nicer): ...
Gus, I've been trying to get the script running and after a little guessing on the formatting that got munged in email - with a little help from Emacs whose...