Do you think it is worth to spend more efforts on my script?
Posted: Thu Aug 25, 2005 4:09 pm
Hi,
Only today
i heard about designMode functionality of browsers...something that lets you edit and format html document in-place in realtime.
...And then i found this free rich text editor script that uses this functionality...
http://www.kevinroth.com/rte/demo.htm
The thing is that i have been working on "similar" script for a few days...
only that my script is being written from scratch...from cursor movement trough text selection and formating and it works directly with document nodes and elements...
i already finished all basic core functionality....like cursor movement, typing,selection,insertion of text,links(<a>),paragraphs(<div>),images(<img>) and styling of their css attributes...
I made it work on mozilla(firefox 1.0.6) and ie 6....
Do you think it is worth to spend more time and efforts on my script?
Only today
...And then i found this free rich text editor script that uses this functionality...
http://www.kevinroth.com/rte/demo.htm
The thing is that i have been working on "similar" script for a few days...
only that my script is being written from scratch...from cursor movement trough text selection and formating and it works directly with document nodes and elements...
i already finished all basic core functionality....like cursor movement, typing,selection,insertion of text,links(<a>),paragraphs(<div>),images(<img>) and styling of their css attributes...
I made it work on mozilla(firefox 1.0.6) and ie 6....
Do you think it is worth to spend more time and efforts on my script?