Mobile app version of vmapp.org
Login or Join
Jamie184

: Lightweight online opensource css editor - php I'm looking for an online opensource editor for css files. It should have syntax highlighting. Also it should be easily integratable within php code.

@Jamie184

Posted in: #LookingForAScript #OpenSource #Php

I'm looking for an online opensource editor for css files. It should have syntax highlighting. Also it should be easily integratable within php code.

Edit: I need something like textarea that highlights my css code. And i want to add it to my website so i can change my css from everyplace.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

2 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

You should download and use CKEditor which is the editor that MailChimp and many other major companies use, it is open source and combined with the syntax highlighter plugin it's the perfect tool for integrating into your own custom web application to edit CSS and other files

Updating my answer

Ckeditor has syntax highlighting built in see the demo here

10% popularity Vote Up Vote Down


 

@Frith620

Without a lot of research I will go ahead and assume that there is no javascript based editor that will syntax highlight code that you could integrate into a website.
As a lightweight editor that syntax highlights and lets you edit css and php i would recommend notepad++. It will syntax highlight a lot of languages (html/php/css are among them). But there are many others.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme