Fellow textmaters,
I have been playing with the blogging bundle now for quite some time
and would love to see the following additions:
(I currently am at SVN revision 6430, my blogs are running Wordpress)
1. As I am writing un multiple blogs, I would really appreciate if
e.g. the category tab trigger would read my current post to see if
there is already a selection of blogs instead of asking me which blog
to post to, at the very least use a popup instead of the dialog (as
is done with the blog tab trigger)
2. Same goes for selecting categories… would there be a way to cache
the list of categories, maybe?
3. Is there a way to post drafts? Or, if not, is it possible to post
at future dates, so I can prepare and upload my next few posts
without needing to do copy/paste?
4. Is the common "linking" code progressing? e.g. if you insert a
link to a recent blog post (btw a great addition!) it inserts a HTML
link, but I am writing in markdown – so it is quite a pain in my eyes
to see the full clutter of <a> tags…
5. I very much love the "insert google lucky hit" functionality!
6. Image upload is soo cool!
Thanks again to all who are contributing to all those cool bundles!
Dan
When I typeset and view a LaTeX file I get this message:
The document file://localhost/RegionalEE.pdf couldn't be loaded
The LaTeX comes from a working copy of an SVN repo and consist of
multiple .tex files with a master document.
The error comes with PDFView and the standard viewer. But PDFView
eventually opens the correct file anyway.
I think it is related to the TM_LATEX_MASTER setting. But was is wrong with
TM_LATEX_MASTER=RegionalEE.tex
I just hope it doesn't have to include a hard coded directory.
Thomas
Hi There.
Can anyone help me with the Blogging Bundle for Nucleus? I can’t get
it to work. I’m using:
“http://....@www../nucleus/xmlrpc/api_metaweblog.inc.php#2″
and "...server.php#2"
for the setup.
But nothing’s happening.
Thanks in advance.
Greetz Dink
If you're writing a bundle that needs its own nibs, but needs another
bundle's libraries, is there a way to determine if and where those
libraries are stored on the users system? A series of fallbacks,
perhaps?
I figured out how to do a fuzzy search using stemming, but had to
create a small bundle to pull it off. It depends, however, on the
endpoint functions in the blogging bundle, so at this point I have
blogging bundle's lib directory copied into the Autotag bundle. Is
this unacceptable?
Thanks,
Brett
hi there,
sorry if this question was asked before, but i am new to the list
and did not found something like that in the archive.
i would love to have highlightPairs for ruby in such a way that:
{ highlightPairs = (
( 'def', 'end' ),
( 'def', 'return' ),
( 'class', 'end' ),
( 'begin', 'end' ),
( 'if', 'end' ),
( 'if', 'else' ),
( 'else', 'end' ),
);
}
would render a result. but as the documentation states the
mechanism of highlightPairs is restricted to 'characters'.
now obviously we do not have (use) braces and such for blocks
in ruby.
my question is: how can i implement a mechanism which tells
me my current scope.
frank'annoyed by accidental parse errors'waldheim
p.s.: if this question is complete bogus please just
let me know by replying a 'rtfm'
--
\|/ ____ \|/
@~/ ,. \~@ "When you are going to die,
/_( \__/ )_\ a wombat is better than no company at all."
\____/ [waste of money, brains and time - wombat(A2DA482A)]
Hi all,
1. Currently, if you have some numeric data and do a math evaluation, for
instance
60 + 220 = 280
If you do a new evaluation on that line, the result is
60 + 220 = 280 standard_in) 1: parse error
SUGGESTION to the math maintainer: Might you alter the code to delete the
contents of the line or selection subsequent to an "=" character, before
evaluating?
2. The currency math commands, would it make sense to use the detected
prefix?
i.e., currently "$20 + $40" evaluates to "$20 + $40 = 60"
Perhaps it should evaluate to "$20 + $40 = $60"
Cheers,
Tim
____________________
Outside of a dog, a book is man's best friend.
Inside of a dog, it's too dark to read.
-- G. Marx
^> works properly and gives me <%= %> but when I press the sequence
again to remove the '=', I get "/tmp/temp_textmate.tG33ud:4:in" Is
this a known problem?
Sorry if this is a repost.
---Brian Yamabe
Ahoy textmaties-
Over the past few weeks,, I'll be working in text-mate when all of
the sudden it loses it's ability to access the system cut and paster
buffer. It will only cut and paste internally. At the same time, the
"Find in a single" page functionality fails too, although I can still
perform global searches ( and sometimes "in selection" searches.) Any
one had these problems?
Version 1.5.4 (1349)
Thanks!