Re: Choose a Text Editor for Perlmonks?
by perrin (Chancellor) on Apr 03, 2002 at 17:20 UTC
|
You can browse the site with emacs, and use emacs as your editor that way. I think you can also browse with lynx and set it to use vi for editing text areas. | [reply] |
Re: Choose a Text Editor for Perlmonks?
by VSarkiss (Monsignor) on Apr 03, 2002 at 16:31 UTC
|
That's a browser function, not something the site can control. You may want to compose your node in vi first, then just paste it in.
| [reply] |
|
| [reply] |
|
No JavaScript! No! I work very hard to remove all of that crap from my web surfing experience. I think the charm to the site is that it works with any browser at any time. I like bring able to have the full functionalty of Perl Monks from my Windows desktop environment at work to my Solaris desktop environment at school and my Mac OS X desktop at home.
Just my $0.02
| [reply] |
|
Re: Choose a Text Editor for Perlmonks?
by belg4mit (Prior) on Apr 03, 2002 at 18:27 UTC
|
| [reply] |
|
One of the few reasons why I still occasionally use Lynx for
browsing is that it does allow you to pick your own editor.
I'm typing this in Vim right now. Simply set the
EDITOR environment variable to what you want to use, then
in a text editor press Ctrl+X e. Your editor will be
invoked, and when you save and exit, the text you entered appears in the
<textarea>.
Smylers
| [reply] [d/l] [select] |
Re: Choose a Text Editor for Perlmonks?
by vagnerr (Prior) on Apr 03, 2002 at 16:27 UTC
|
I know how you feal :-)
Its a nice idea but what you are typing into is a standard <textarea> field and as such is bound by the way that the browser in question handles it. You need to look for one that doesn't erase on escape. I spose it could be done with a java app, but thats going a long way for a simple problem.
---If it doesn't fit use a bigger hammer | [reply] |
Re: Choose a Text Editor for Perlmonks?
by hossman (Prior) on Apr 03, 2002 at 17:13 UTC
|
| [reply] |
Re: Choose a Text Editor for Perlmonks?
by rinceWind (Monsignor) on Apr 05, 2002 at 14:57 UTC
|
An alternative would be to provide an upload facility for Perlmonks submissions, which would allow you to use whatever editor you feel like.
Since jeopardy quoting is not an issue in the monastery, there is no requirement to download any text first.
For editing previous notes, it is reasonable to assume that the monk has retained a copy on their system, hence also not an issue.
Upload would be very useful for posting code. | [reply] |
Re: Choose a Text Editor for Perlmonks?
by thelenm (Vicar) on Apr 03, 2002 at 16:26 UTC
|
Yeah, I've had that happen too... I'm not much of a Web programmer, but what would it require to get something like this functional? Would it have to be implemented in Javascript or something?
If I have anything long to post (which I rarely do), I'll type it out in Vim and then cut and paste. | [reply] |
Re: Choose a Text Editor for Perlmonks?
by snafu (Chaplain) on Apr 10, 2002 at 15:27 UTC
|
| [reply] [d/l] |
A reply falls below the community's threshold of quality. You may see it by logging in. |