I’ve just released version 0.5 of BlogMate. This release adds a few
fixes for Movable Type blogs and adds support for posting to Twitter
from BlogMate (without requiring command line PHP or anything insane
like that).
<http://www.ditchnet.org/wp/2007/04/22/twitter-from-textmate-with-
blogmate-05/>
Todd Ditchendorf
Scandalous Software - Mac XML Developer Tools
http://scan.dalo.us
Is there currently any type of command/etc to get the character count
in current doc or selection?
I see the command in the Text Bundle 'Statistics for Document (word
count)' but this doesn't report the char count...
thanks!
Todd Ditchendorf
Scandalous Software - Mac XML Developer Tools
http://scan.dalo.us
I've been playing with the Flickr API. The ruby wrapper needed a lot
of work and I've only begun tweaking it, but here's the start for
anyone who's interested. It allows you to insert an image tag for an
image from either a specific photoset or from a search of your own
images. It uses simple popup dialogs and if you have a ton of images
in a result set (100+), might be a little awkward. Each command lets
you choose from the available sizes for each image.
You need to run the authorize command first, which will open a
browser window to authorize the bundle. Then return to TextMate and
confirm the dialog and it will write a token to the bundle
directory. As I'm writing this, I'm realizing I should probably put
that somewhere else, but it works for now.
I'm thinking about eventually making an image browser, but it would
be slow so I need to think about caching the files, and at that
point... I have to figure out if it's worth the time. The goal is to
make it simple to insert Flickr images in your blog posts, so we'll
see where it goes.
I'm semi-new to the whole textmate thing and loving the bundles,
however i seem to have had a cracking idea which could speed up our
company's development no-end.
What i plan on doing is coding a script in preference this would sit
somewhere on our server so it could be easily globally updated. This
script would ask a few questions and then generate a zip file or a
new folder in the repository, not sure which yet. The wish then is
to take these files and plonk them into a project. Now im pretty
sure the way to do this would be to pass back to the script that
opened the browser window some sort of reference. Do you guys (and
girls) know of a way to either a) post something back into a script
after a window has opened or find out the url of a web window when it
closes?
Many thanks.
Lawrence
I'm getting the following when trying to convert to pdf.
Couldn't find htmldoc
Locations searched:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Markdown.tmbundle/Support/bin
/Users/normanjenson/Library/Application Support/TextMate/Support/bin/
CocoaDialog.app/Contents/MacOS
/bin
/sbin
/usr/bin
/usr/sbin
/usr/local/bin
/Users/normanjenson/Library/Application Support/TextMate/Support/bin
I'm trying to convert php pages to something readable and then create
a pdf document. I drag the php page to a blank markdown page and
then try to convert to pdf. Also if I had a number of pages and
wanted page breaks between them in the pdf can anyone tell me how to
do it.
Thanks in advance for any help.
Norm
Hello,
I try to use the Blogging-Bundle. I setup an account:
# Blog Name URL
Just a blog http://xxxxUSERxxx.wordpress.com/
When I try to fetch post I get this error message:
Error: Invalid Endpoint specified: http://xxxxUSERxxx.wordpress.com/
What is the problem? I am using 1.5.5
Hi All,
I'm a fairly new TextMate user, and have a few things I miss from
previous editors. I'll just mention two:
1) Is there a way to see the size of the current selection on the
status bar at the bottom of the screen?
i.e. If I have 10 lines selected to show...
Line: 42 Column: 24 Selection: 10
I often edit data files where I want to (say) remove the last 100
lines, and that isn't easy to do.
2) Why does the column edit mode select an extra line at the end?
Say I've selected a block of five lines:
1
2
3
4
5
If I press the option key to get the first column, and then type
something, it also has a selection on the line after 5.
That is, you get:
//1
//2
//3
//4
//5
//
That always messes me up a bit.
I'm enjoying my new life in TextMate, and thanks for any suggestions.
-Craig Schmidt
Hi the list,
While trying to use the "Latex template" command, I received the
following error:
/tmp/temp_textmate.xPSxGN:14: undefined method `exit_tool_tip' for
TextMate:Module (NoMethodError)
I am using the (obviously latest) cutting-edge version of Text-Mate,
and neither the Latex bundle nor any plugin have been manually
modified or updated.
Thanks in advance,
Xavier Cambar
I am a new Textmate user so I'm still figuring out how things work.
Is it really not possible to have multi-keystroke key equivalents for
bundle items? With so many items available I think this would make it
a lot easier to have mnemonic shortcuts that way. Sure, I can (I
think, haven't actually tried it) fake this by messing with Textmates
KeyBindings.dict, but that doesn't feel right.
--
Sven Axelsson
I found a discussion regarding adding support for the Verilog
language dating back to 2005 on this list. Has anyone made any
progress on adding a language bundle for Verilog since then?
Thanks,
HM