https://github.com/fflorent/codeburner
CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.
https://github.com/fflorent/codeburner
Last synced: about 1 month ago
JSON representation
CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.
- Host: GitHub
- URL: https://github.com/fflorent/codeburner
- Owner: fflorent
- License: other
- Created: 2013-08-14T10:41:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T20:54:06.000Z (almost 13 years ago)
- Last Synced: 2025-03-04T23:44:35.774Z (about 1 year ago)
- Language: JavaScript
- Size: 961 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
CodeBurner for Firebug
======================
CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.
About the extension
-------------------
CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.
The extension's core functionality is centered around a new Reference panel, which contains a search tool for looking up HTML elements, attributes, and CSS properties.
The extension also hooks into context-menus in the HTML and CSS panels, the DOM crumbtrail, and the Inspector, adding options to look up a selected item (ie. search for it in the Reference panel) or to view a code example.
About this repository
---------------------
The Code Burner extension hosted on addons.mozilla.org does not support the last versions of Firebug anymore.
So this work tries to fix issues related to the compatibility of the CodeBurner extension with Firebug 1.12 and higher.
*No enhancement is planned for now, so please, do not fill an issue to request a feature.* However, bug reports are welcome.
License
-------
CodeBurner is licensed under a modified Creative Commons Attribution-Noncommercial-Share Alike 3.0.
See license.txt for more information.