Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: EditArea usage in the admin section
Are there any updates in this plugin? I mean hak_editarea?
Either way, thanks for this plugin Patrick!
Last edited by patchwork (2007-10-03 10:56:22)
Offline
Re: EditArea usage in the admin section
No updates. I found I didn’t really like using it as much as I thought. I want to explore an integration of codepress as it seems more responsive and stable.
If there are features that people really want I could be persuaded to do a big update incorporating them.
Last edited by hakjoon (2007-10-03 12:58:22)
Shoving is the answer – pusher robot
Offline
Re: EditArea usage in the admin section
Thanks! I was just looking for code highlighting, and found it in your fine plugin.
Offline
Re: EditArea usage in the admin section
for anyone interested, i created a reg_syntax file txp.js for edit_area so now it highlights txp tags as well as treats <txp:hide> as if it were an html comment.
if you plan on using it with hakjoons plugin, just rename the file to html.js and put it in your edit_area/reg_syntax/ directory (back up the old html.js if you wish).
OR you could just easily edit hakjoon’s plugin and change the 3 ,syntax: "html" lines to ,syntax: "txp" and just throw the file into the /reg_syntax/ directory as is (txp.js)

(ignore the blatant symphony theme rip)
Last edited by iblastoff (2008-01-08 00:06:21)
Offline
#35 2008-01-08 00:22:24
- guiguibonbon
- Member
- Registered: 2006-02-20
- Posts: 296
Re: EditArea usage in the admin section
I once had my own try with postEditor, a similar but way simpler mootools thing. It basically adds textmate-like shortcuts, auto-indenting and, which on its own is amazingly useful, the ability to type tabs. Unlike EditArea, it’s very stable. No line-numbers, no code highlighting.
I never got around completing the number of possible textmate-like shortcuts (very easy to configure though), and don’t really have time to do any support on this. But if someone wants to take over, feel free to make it into a plugin and claim it yours.
Source here. Copy the .js to txp folder, php in plugin cache.
NB : I use it on every website, even months later. It is actually that cool.
Last edited by guiguibonbon (2008-01-08 00:22:43)
Offline
Re: EditArea usage in the admin section
iblastoff wrote:
for anyone interested, i created a reg_syntax file txp.js for edit_area so now it highlights txp tags…
Ooh, I could use this, thanks.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: EditArea usage in the admin section
as long as we’re on the topic of editors, heres another pretty neat one.
wymeditor powered by jquery
Offline
Re: EditArea usage in the admin section
iblastoff wrote:
wymeditor powered by jquery
This wouldn’t be bad for articles, as long as it was Textile aware.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline