I seem to be having problems with my Web Preview in (Markdown/
MultiMarkdown).
I'm trying to use the "Image" link, but the web preview does not show
the image, but if I select "Markdown->MultiMarkdown->Generate Output
and Open in Browser" it works just fine. I've tried specifying both a
full path and a relative path.
Also, if I try with the web preview, select "Show Source", save the
source to a HTML file, and then open the file, it shows both images
just fine.
====CODE====
## Normal Link Test ##
An [example](http://www.google.com/ "Title")
## Image Link Test ##
A full path image link: ![Image1](/Users/brian/Desktop/snap-01.png
"Image Title")
A relative path image link: ![Image2](snap-01.png "Image Title")
====CODE====
----
Brian H
binarynomad(a)gmail.com
http://www.binarynomad.com
Hello,
I do a lot of programming in fortran and I like textmate. However there are
a few small things that dont work properly.
In punchcard fortran, comments begin on first column with "c" or "C".
Textmate does not indent them correctly. If I cut and paste some existing
comments, these get indented. I tried using
unIndentedLinePattern = '^\s*[cC]\s*.*$';
in "Indentation Rules" but it does not work. Can somebody help me with this
?
Thanks
praveen
--
http://pc.freeshell.org
I just got an idea: could this be due to the fact that the "child"-documents
are in other folders than the main document?
folder structure is like
folder "main" -> main document + bib-file
folder "sub1" -> sub-document1
folder "sub2" -> sub-document2
.
.
If this is the problem, how to handle it?
--
View this message in context: http://www.nabble.com/Textmate-Latex%3A-Citation-Inclusion-does-not-work-tp…
Sent from the textmate users mailing list archive at Nabble.com.
Before I go mad and spend ages re-inventing the wheel, is there
something in/for TM that I have missed that would allow me to take a
selected code sample and save it in some way that it could be
presented in another html page?
(ideally wrapped with some styling hooks for CSS so syntax could be
highlighted.
e.g. converting <div> to <span class="tag_div"><div></span>
TIA
Hy TextMate users
I've got a strange problem: if I'm opening a file from my NAS Synology
CubeStation CS 307 and then try to save the file after changes,
TextMate hangs up. Anyone out there with a same problem?
Regards
Dave
hi - I am getting strange behavior when I try to commit or do a diff
with the svn bundle; it had been working fine before but now when I
commit I get no action and when I do a diff I get the output below.
can anyone spare me a clue?
cheers!
sh: : command not found
/Users/dvinay/Library/Application Support/TextMate/Support/lib/ui.rb:
192:in `initialize': No such dialog ()} for command: '' -a -c -p \<\?
xml\ version\=\"1.0\"\ encoding\=\"UTF-8\"\?\>'
'\<\!DOCTYPE\ plist\ PUBLIC\ \"-//Apple//DTD\ PLIST\ 1.0//EN\"\ \"http
\://www.apple.com/DTDs/PropertyList-1.0.dtd\"\>'
'\<plist\ version\=\"1.0\"\>'
'\<dict\>'
'\ \<key\>details\</key\>'
'\ \<string\>\</string\>'
'\ \<key\>isIndeterminate\</key\>'
'\ \<true/\>'
'\ \<key\>progressAnimate\</key\>'
'\ \<true/\>'
'\ \<key\>summary\</key\>'
'\ \<string\>Accessing\ Subversion\ Repository…\</string\>'
'\ \<key\>title\</key\>'
'\ \<string\>Diff\ With\ Newest\</string\>'
'\</dict\>'
'\</plist\>'
' ProgressDialog.nib from /Users/dvinay/Library/Application Support/
TextMate/Support/lib/ui.rb:15:in `new'
from /Users/dvinay/Library/Application Support/TextMate/Support/lib/
ui.rb:15:in `dialog'
from /Users/dvinay/Library/Application Support/TextMate/Support/lib/
progress.rb:42:in `call_with_progress'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Subversion.tmbundle/Support/svn_diff.rb:39:in
`diff_working_copy_with_revision'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Subversion.tmbundle/Support/svn_diff.rb:21:in `diff_active_file'
from -:5
Hey,
after tinkering with tm_dialog for a plugin[1] I have come to really
wish you could embed an 'html output' webview into a NIB.
The idea being that instead of invoking
'returnArgument:your:arguments:' you could invoke
'htmlOutput:your_command:and:arguments:' and display the results
directly in the dialog rather than outputting to an enclosing html
view.
Note that I don't want to do async and then update the dialog with
results (to go in a listview perhaps). The process I'm getting
results from can take a long time to complete and can generate reams
of information so I want to display the partial results as they come
in.
Obviously you'd need to wire-up the WebView delegates to point to the
File's Owner, as well as tell the File's Owner about the WebView and
progress indicator etc etc.
I tried some cruel hacks by instantiating OakHTMLOutputManager in my
nib and wiring it all together. Alas, I could only manage to evaluate
a "TextMate.system" calling [[webview windowScriptObject]
evaluateWebScript] via bindings. I also managed some other
experiments to tell the OakHTMLOutputManager that it was busy (to
update the progress control).
The only other behavior I cold elicit was some spectacular crashes
trying to convince the OakHTMLOutputManager to invoke anything...
yeah, I know I'm tinkering with stuff I shouldn't :-)
So... my question: is there any way in current TM to achieve my goal
(embed html output in a dialog) - perhaps in DIALOG2 (that I haven't
looked at yet)?
Assuming the answer is 'no' - I'd just like to say that capability
could be an excellent bridge between the current tm_dialog+html_output
and a full-blown plugin.
Thanks for listening,
Trevor
[1] http://github.com/protocool/ack-tmbundle/tree/master
--
--
Trevor Squires
http://somethinglearned.com