Is there a simple way (within Textmate or otherwise) to convert a
page of mediawiki syntax to that for dokuwiki ?
(Mediawiki is what Wikipedia uses; here is an example of dokuwiki:
http://zshwiki.org/ ).
Thanks in advance.
Bill Scott
Hello,
I'm a complete newbie concerning TextMate customization, but there is
something I'd like to do that I would find very useful which I don't
know how to tackle.
The latest beta of MailTags allows one to create urls pointing to
Mail messages in a very robust way: the url works across several macs
synchronized to the same imap account and when the message is moved
or tagged. I'm now using these urls to refer to emails in my GTDAlt
file.
How would one proceed to add a command that opens such a message (in
Mail) when called on a url. The way I proceed now is select and copy
the url (which looks like message://454F0376.2010005@ens-lyon.fr),
and type "open " and paste the url in a terminal, which opens it. I
found one improvement, which is adding "open " before the url in
TextMate, selecting it, and calling ^R. What I would like is a way,
when the cursor is inside the url, to call a command that opens it,
but I don't know how to do it.
Thank you for any suggestion,
Alan
--
Alan Schmitt <http://alan.petitepomme.net/>
The hacker: someone who figured things out and made something cool
happen.
.O.
..O
OOO
Soo. I started doing some work on my website in TextMate, and wanted to get
the changes regularly/easily up; the Transmit bundle that shipped w/
TextMate was okay, buut, didn't quite do what I wanted or in a _way_ that I
wanted.. I didn't see another option so went and made one.. :) Posting here
in case it suits anyone elses needs better then the current offering.
Basically, its purpose is to sync your current project (and it has to be a
project) with a remote site. You start out by selecting
"Synchronization->Configure Sync" and in the file that pops up enter the
host, username, path and method (only 'Transmit' is supported right now).
These settings can be accessed through that command in the future; they're
stored in a file called ".~sync.sh" in the root of your project so are
persistant across your project.
Then, you hit Command+F12, and it grabs your password from your Keychain
(the first time it sets it), then uses AppleScript to tell Transmit to
connect, sync the files, and then close.
The "Method" actually is used to determine which AppleScript file to run to
actually tell Transmit/whatever to DO things. There's a lame attempt at a
Cyberduck one in there, but since I'm happy w/ Transmit I never made it work
:)
--Stephen
Hello,
I'm often switching between French and English during my work day,
and I was wondering if there was an easy way to switch the spell
checker using only the keyboard in TextMate. (For most applications I
use Spell Catcher X, but as it's an input method it does not play
well with TextMate.)
Thanks,
Alan
--
Alan Schmitt <http://alan.petitepomme.net/>
The hacker: someone who figured things out and made something cool
happen.
.O.
..O
OOO
Hi all,
I've added a comment to one of Alex King's blog posts
http://alexking.org/blog/2006/11/09/quote-of-the-night
With the 'Editor war' thread going on, I think this would be an
awesome idea for a t-shirt. Anyone care to take up the challenge of a
nice design?
Carpe viam,
Mike
Michael Larocque
Chief Cook and Bottle Washer
Prolumina Communications Inc.
http://prolumina.com/~mlarocque/
Hi there,
I find myself launching Xcode just to create a new
project, and then work on it exclusively with TextMate…
It would be great if TextMate had a “New Xcode Project”
command so that I don't have to fire up Xcode at all !
Does anyone here knows if it's easily feaisble ?
Thanks in advance :-)
The 'Statistics (Lines Added/Removed)' command in the Diff bundle works by counting + and - characters in the first column. The current count includes the '---' and '+++' that unified diffs have in the first two lines.
The fix is to skip the first two lines.
When saving a file there is usually a pre-selected file name given in
the dialogue… such as for a markdown file it is "untitled.markdown".
The whole filename is selected… but is it possible to actually get
only the "untitled" part selected?
thx,
Dan