I need to write my review to improve the code and then share with others.

Example like:

Some of my thoughts

then some html or css or javascript code here

Some of my thoughts

then some html or css or javascript code here

I need code with good formatting and syntax coloring. I tried with MS word but code formating is not good and it's UI is not much good to make the document which I want to make.

Do you know any free online/offline apps? and I don't want to share document only within my team not to everyone.

link|improve this question

40% accept rate
1  
Oh, and MS Word is rarely the right tool for anything. – Doug Harris Feb 2 '11 at 20:56
feedback

migrated from superuser.com Feb 2 '11 at 23:54

This question came from our site for computer enthusiasts and power users.

2 Answers

up vote 2 down vote accepted

So I searched for an Etherpad clone with syntax highlighting and found collabedit.com

Collabedit is an online text editor that lets people collaborate in real-time. It works in your web browser so no installation is needed.

Features :

  • text editor
  • chat
  • document history
  • syntax highlighting for programmers
  • account to track your documents

Your example in collabedit: http://collabedit.com/3ryjb

link|improve this answer
really nice. thanks – metal-gear-solid Feb 5 '11 at 9:35
feedback

Have you tried any of the "coding" notepad replacements like Notepad++? They offer syntax highlight for a variety of coding languages and it does basic word processing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.