You could always roll  a javascript editor into an extension for Firefox or Chrome and then add your own save and load buttons that save/load to/from the local file system.<div><br></div><div>OR - </div><div>have your webpage open up a separate page and write your output to it as text so that you can use the browser's save mechanism and give it a field that you can type a path into to open using XmlHttpRequest and a file:/// protocol. You may even be able to use a dummy upload input on a form so that you can use the open file dialog and then use javascript to read the path from it and upload it using XmlHttpRequest or by just opening a new window to that path and then read the contents of the window using javascript?</div>

<div><br></div><div>Wow that looks complicated when written down, but actually shouldn't be too difficult.</div><div><br></div><div>--kevin</div><div><br></div><div><br></div><div><div><br><div class="gmail_quote">On Tue, Sep 28, 2010 at 11:34 AM, Ed Hurst <span dir="ltr"><<a href="mailto:ehurst@soulkiln.org">ehurst@soulkiln.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I really appreciate your answers, folks.<br>
<div class="im"><br>
> Don't know if this will do what you want, as it seems to need web<br>
> serving, but there's always this:<br>
> <a href="http://ckeditor.com/" target="_blank">http://ckeditor.com/</a><br>
><br>
> or this:<br>
> <a href="http://tinymce.moxiecode.com/" target="_blank">http://tinymce.moxiecode.com/</a><br>
><br>
> or this:<br>
> <a href="http://www.unverse.net/whizzywig-cross-browser-html-editor.html" target="_blank">http://www.unverse.net/whizzywig-cross-browser-html-editor.html</a><br>
<br>
</div>I looked at those; they point in the right direction. The last one comes<br>
closest, but they all emphasize X/HTML formatted output. If I understand<br>
correctly each of them requires some sort of database behind them to capture<br>
the output. I'm needing something to drop plain text into a file on the same<br>
local system, whatever translates to "~/".<br>
<div class="im"><br>
> And there are always GoogleDocs and Evernote, both of which are or can<br>
> be web-based.<br>
<br>
</div>I need it to run on the local system, particularly avoiding a login.<br>
<div class="im"><br>
> I can't imagine that there isn't something out there to do what you want!<br>
<br>
</div>I don't doubt that for a second. I'm not trying to get someone to write an<br>
application just for me, but I was wondering if such a thing already<br>
existed. I realize anything with Java can run JEdit, but that's not exactly<br>
what I want, since I need it to be in a browser window.<br>
<div class="im"><br>
Ed Hurst<br>
--------<br>
Open for Business - <a href="http://ofb.biz/" target="_blank">http://ofb.biz/</a><br>
Applied Bible - <a href="http://soulkiln.org/" target="_blank">http://soulkiln.org/</a><br>
Blog - <a href="http://soulkiln.blogspot.com/" target="_blank">http://soulkiln.blogspot.com/</a><br>
<br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">ChristianSource FSLUG mailing list<br>
<a href="mailto:Christiansource@ofb.biz">Christiansource@ofb.biz</a><br>
<a href="http://cs.uninetsolutions.com" target="_blank">http://cs.uninetsolutions.com</a><br>
</div></div></blockquote></div><br></div></div>