Hi,
a quick question.
Is there any bundle which can be used as a kind of GUI for SQLite
databases?
If not, is there a free Mac GUI available?
Thanks,
--Hans
I *am* writing my current book in TextMate. I won't claim that my way
of doing it is *the* way, only the way that I am doing it.
First, let me say that you'd be a fool not to look at Scrivener. It's
a great app. I just about bought it myself, but I had
(1) already spent enough money on trail of the word processing grail
and
(2) begun to imagine myself enough of a geek to go it on my own (e.g.,
I already had a way to play QT files from within textmate)
I did, however, copy some ideas from Scrivener, as you'll see in the
layout of my project folder:
(For those who don't want the JPG:
/boats
/fieldwork
/outputs
/research
/~mss
)
As you can see, the book is about boats -- crawfish boats in south
Louisiana (if you want to see a picture, there's one on the front page
of my website: http://johnlaudun.org/) -- and it's a nonfiction work
with different enough, to my mind, kinds of research that I have it
broken out into simply research and fieldwork. The tilde (~) puts
things at the top of Finder windows, but the bottom of TextMate
project drawers. (I don't care, as long as the part where I'm doing
writing is easy to find. I use MSS, for manuscript, instead of draft,
ymmv.)
Most of the mss texts, as you can see, are in Markdown, but that's
really MultiMarkdown. I haven't begun to experiment with footnotes
just yet -- I'm still early enough in the drafting process that I can
play with reference schema -- and Fletcher's footnote implementation
is tenuous. (I'm taking a look at Maruku right now, to see if there's
anything to learn there.)
I have heard the siren call of LaTeX several times now over the years,
but I just can't bring myself to do it. I like being able to share my
plain text files with non-markup-aware clients and colleagues and that
I can then generate RTF files out of them, which is all publishers
want. (Most will also take Word documents, but an increasing number
are going back to RTF, precisely because of having to deal with Word's
noting system is such a pain.)
So there are writers who write with TextMate -- check out the
impressive ScreenMate some time! -- but I don't know if there's any
consensus. I, for one, wish I could go from MMD texts to RTF or PDF
with headers and/or footers, but I haven't found a convenient way yet
-- and I keep forgetting to see if I can get Prince working on my MBP.
I hope that helps.
john
In the editor, I can do ctrl-tab to move the focus to the Project Drawer. But
what shortcut can I use to move it back to the editor? Pressing tab 3 times
does the trick, but it doesn't seem very optimal. Any suggestion?
Alex
-----
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/
--
View this message in context: http://www.nabble.com/Keyboard-shortcut-for-moving-the-focus-the-Project-Dr…
Sent from the textmate users mailing list archive at Nabble.com.
Hey,
a short while back I went looking for a TextMate plugin for ack but
the advertised link was dead so I based one off GrepInProject++
(instead of doing something sensible like contact the plugin's author
about the dead link...).
Anyhow, my own take on "Ack in project" can be found at:
http://github.com/protocool/ack-tmbundle/tree/master
It does nifty stuff like remember your last 10 searches, allows you to
choose word, literal or case insensitive search as well as configure
options like whether you want to show context lines, follow symlinks
and ignore .ackrc (you can define a .ackrc in your project directory
too).
I've still got a few things I'd like to improve with it but it's in
daily use (on Tiger, will test Leopard shortly).
Regards,
Trevor
--
--
Trevor Squires
http://somethinglearned.com
Hi,
I often have some Project Folders with multiple HTML files.
I need a Shell Script to concatenate them all together into one single
file, to use in a command.
Possibly to strip also Header and Body Tags.
File names have consistent naming convention.
Any Ideas ?
regards, marios
Dear all,
there's a new bundle called "Unicode" in the review trunk. It is meant
to be a place where we can gather any kind of scripts, commands, etc.
which are related to general Unicode issue, meaning non-ASCII. This
should also a place where we can gather scripts related to specific
languages like Japanese, Chinese, Greek etc.
This bundle is the first stage. How do we separate this bundle is a
future task.
Thus, if there is someone who already has such scripts or is willing
to support, please let us/me know.
Up to now there are the following stuff in:
- Normalize according canonical (de)composition of accented characters
- Delete Diacritics: façadë έ だ => facade ε た
- Convert to a similar Unicode Character: type the letter 'c' to get a
list of "cçćĉċčƈ¢ɕʗḉ⒞ⓒc¢"
- Convert to Greek Character: type 'n' to get "ν"
- Show Unicode Name: select some letters to get a list of the Unicode
names like LATIN SMALL LETTER A
I have many other scripts, but I need some time to polish them up.
To get this bundle, simply use the Subversion Bundle's checkout
http://macromates.com/svn/Bundles/trunk/Review/Bundles/Unicode.tmbundle
save this to the Desktop or whatever.
I know, to deal with non-ASCII scripts in TM 1.x is a bit tricky, but
TM 2.0 will come ;)
Cheers,
--Hans
can anyone tell me why the perl bundle treats the letter 's' oddly
when it is used as a hash index? for example the statements
$OPT{w} = 'a';
$OPT{s} = 'a';
are highlighted differently. what's up?
tia,
tom
Im trying to write a document where I use eps images for
illustrations, this works fine with the usual command + r function,
but does not work with the watch document(I get an error about
unsupported image files). Is there an easy way to fix this?
I know that autocompletion exists in many bundles but requires you to
push ecsape to get it up, is there a way to do the following with a
bundle?
Lets assume I am editing a PHP document and type "s", the bundle (or
even better, TM2 ;)) looks up a list of function names and then
outputs after the s, the first keyword in the list that starts with
"s". However, that extra text is left as selected, if the user
continues to type then they will overwrite the text (and it will alter
it's guess accordingly) but if the user hits the relevant key, it
leaves the selected text in place and puts the caret (I think that's
the name) at the end of the word.
If it's not possible in a bundle, is there any chance of seeing
something like it in TM2?
Thanks
Teifion
––––––––––––––––––
http://woarl.com/blog
Hello,
I would like to implement auto-completion with alt-esc, in the same
way as it works with HTML.
<a n[ALT+ESC]> --->generates---> <a name="">
but having a slightly different syntax:
\commandname[options1][options2]
where I would like to be able to type
\commandname
[{here's the caret, I press ALT-ESC}]
[]
and then I would get a list of options, specific for the first
argument after \commandname and specific for the first bracket (second
bracket has a different set of commands).
A sample usage:
\definecolor[orangered][r=.9,g=.5,b=0]
or
\setupcolors[state=start] % could be state=stop
In the first case, I want to hit alt-esc in the second pair of
bracket, and I want TextMate to offer me the options "r=", "g=", "b=",
"c=", "m=", "y=", "k=" (and maybe to give me hint that a number
between 0 and 1 has to follow).
In the second case I want to hit alt-esc in the first pair of brackets
and I want TextMate to offer me a list of options "state=" and
"conversion=", and if I choose state=, I want to hit alt-esc again and
TextMate should offer me a list of two options "start" and "stop".
I know how to write a ruby script that would get command name or
current line as the argument, and would return a list of available
options, but I don't know what exactly my script needs to return, and
I don't know how & where to plug it in.
I've seen this in html:
#!/usr/bin/env ruby
require "#{ENV['TM_SUPPORT_PATH']}/lib/codecompletion"
print TextmateCodeCompletion.new(
#[%{class=""}, %{id=""}, %{style=""}, %{<img src="/images/"}, %{<img
border="0"}, ],
TextmateCompletionsText.new(ENV['TM_COMPLETIONS'],{:split=>','}).to_ary,
STDIN.read,
{:scope=>:html_attributes}
).to_snippet
but it's not really clear to me how to experiment with it outside of
html. Moreover, the library codecompletion might not be able to handle
too complex cases. (I don't really know, I only fear that.)
I'm willing to do it for plain TeX + LaTeX + ConTeXt (I'm currently
extracting TeX primitives & ConTeXt commands with options, for LaTeX
it would work the same way once I get some list of commands), but I
need some pointers where to start first.
Thanks a lot,
Mojca