I used to have an extension in firefox that worked like that, but it saved to your profile. But here is another one that will do what you ask, but is HTML and code oriented:<div><br></div><div><a href="https://addons.mozilla.org/en-US/firefox/addon/1002/?id=1002&application=firefox">https://addons.mozilla.org/en-US/firefox/addon/1002/?id=1002&application=firefox</a></div>

<div><br></div><div>--Kevin</div><div><br><br><div class="gmail_quote">On Tue, Sep 28, 2010 at 2:49 PM, EnzoAeneas <span dir="ltr"><<a href="mailto:enzoaeneas@gmail.com">enzoaeneas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

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><div></div><div class="h5"><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" target="_blank">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><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><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><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><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>ChristianSource FSLUG mailing list<br>
<a href="mailto:Christiansource@ofb.biz" target="_blank">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>
</div></div></blockquote></div><br></div>