Skip to content

Releases: kommiter/coderoot

Coderoot v0.1.0

15 May 10:45

Choose a tag to compare

Coderoot v0.1.0

Initial public release of Coderoot.

Coderoot is a Chrome extension that adds advanced XML-based concept notes to supported Codetree introduction pages while keeping the original lesson intact.

What's included

  • Adds Coderoot notes below supported Codetree intro-* concept pages
  • Loads XML notes from the separate coderoot-content repository
  • Supports site-language-specific notes such as Korean and English
  • Supports selected problem-language notes such as C++14, Python3, Java, C, JavaScript, and C#
  • Provides an in-page XML editor with syntax highlighting
  • Shows live preview while editing
  • Supports GitHub App based save flow for authorized contributors
  • Includes release packaging for manual Chrome extension installation

Manual installation

  1. Download coderoot-v0.1.0.zip from the assets below.
  2. Unzip it.
  3. Open chrome://extensions.
  4. Turn on Developer mode.
  5. Click Load unpacked.
  6. Select the unzipped folder that contains manifest.json.

Do not use GitHub's green Code > Download ZIP button for extension installation. Use the release asset zip instead.