T
his is just a quick hack example using F-Scirpt to add a feature to WriteRoom that isn't currently implemented. It's just one Cocoa API call away from doing what I want. This is not a permanent fix to my problem, but I thought it was neat enough to show others how F-Script can at least let you do little things quickly like this for those unfamiliar.
It's important to note that this is not a suggested thing to do when using
WriteRoom. They are adding this feature which you can play with in their
development version (appologies to the future if that link is dead). It's just a nice example of using F-Script on a 3
rd party program to do things that it might not do on its own, or while you're waiting for something to get implemented.
You'll notice in the video that the only things that I had to type were simply: "gdb", "loadfs WriteRoom", "textreplacement" (this was optional, but convenient) and "YES". Although this
did presume that one has the
loadfs function sitting in their
~/.gdbrc file.
And, perhaps it's worth mentioning that this blog now has direct support for screencast movies created by QuickTime Player X. The only thing that bugs me is that QTPX doesn't let me set the dimensions of image it plays movies at by default when exporting for the web (that I know of).