# codepress **Repository Path**: muzedavid/codepress ## Basic Information - **Project Name**: codepress - **Description**: The first real-time code syntax highlighting engine on the web - **Primary Language**: JavaScript - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-14 - **Last Updated**: 2021-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodePress ### The first real-time code syntax highlighting engine on the web used by Google and Wordpress back in 2006-2008. CodePress was a source code syntax highlight engine I made as the final project for my bachelor's degree in Computer Science. At the time, making a real-time syntax highlighting engine on a browser was a very hard task. Browsers did not have support for this feature. It was a big hack to make it work. Today, using modern browsers, this can be accomplished in simpler ways. For historic purposes only. This code do not work on modern browsers. CodePress ![CodePress](https://raw.githubusercontent.com/fermads/codepress/master/images/codepress.jpg) CodePress on Wordpress v2.8 ![CodePressWordpress](https://raw.githubusercontent.com/fermads/codepress/master/images/googlemashupeditor-codepress.png) CodePress on Google Mashup Editor ![CodePressGoogleMashupEditor](https://raw.githubusercontent.com/fermads/codepress/master/images/wordpress-codepress.png) ----------------------------- ### Description from the original site CodePress is web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it's being typed in the browser. Features - Real-time syntax highlighting - Code snippets - Code auto completion - Shortcuts - Multiple windows/instances