I am trying to use vim as the external editor for It's All Text! within Firefox. This works fine for standard http:// web pages, but when I try to use it within TiddlyWiki, 89 instances of vim are opened. I am guessing that the difference is that the TiddlyWiki page is a file on my local file system. I also created a simple html file and had the same problem. Is there a way around this problem?

link|improve this question
I am on Windows Vista, if that makes a difference. – The Talking Walnut Nov 20 '09 at 15:36
hmm, difficult, interesting question. I'll fave it and follow progress if you don't mind – Redandwhite Nov 20 '09 at 20:43
Also fave'd, I had the same thing happen to me on XP, but not every time. I had to kill all vim processes and restart Firefox to get my system back. – technomalogical Nov 21 '09 at 21:38
feedback

migrated from stackoverflow.com Nov 20 '09 at 20:35

This question came from our site for professional and enthusiast programmers.

5 Answers

up vote 2 down vote accepted
+75

Try the vimperator plugin for firefox. Hitting CTRL+i within a textarea form will vim start as external process. This works almost everywhere - at least where I tried.

link|improve this answer
This doesn't really answer the question, but that does work for me and I have already been using and loving vimperator, so it accomplishes the goal of using vim as the external editor for a local html file. Thanks. – The Talking Walnut Nov 27 '09 at 6:27
feedback

It was a bug in previous versions of It's All Text!. Get the newest version; if there is still a bug, please report it via http://trac.gerf.org/itsalltext

Thanks!

FYI: I'm the author of "It's All Text!".

link|improve this answer
feedback

Try putting them on a web server and that should fix it. TiddleyWiki was originally designed to be hosted.

link|improve this answer
This is not helpful at all. The same thing is occurring when I try to edit a simple html file that only contains a textarea that is located on my hard drive. – The Talking Walnut Nov 27 '09 at 6:25
feedback

Sounds like a bug in It's All Text

link|improve this answer
feedback

Try pentadactyl instead of vimperator. Millions of light-years better.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.