Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1006 Bytes

DOCS.md

File metadata and controls

51 lines (41 loc) · 1006 Bytes

Features

  • Same price as Kanye’s workout plan: $FREE.99!!!!1
  • Add code to your entries with a powerful editor.
  • Syntax highlighting for over 110 languages
  • Over 20 themes
  • Toggle between soft tabs and real tabs
  • Code folding
  • Multiple cursors/selections
  • …and potentially all the other things I didn’t copy from the Ace features list.

Usage

The basics are the same as any other Statamic fieldtype. Just add this to your fieldset:

fields:
  code:
    type: code_monkey

Other options

height
height: 400
mode
mode: html

Mode options

soft_tabs
soft_tabs: true
tab_size
tab_size: 2
theme
theme: tomorrow_night_eighties

Theme options

Pro-tip(s)

Check out the Ace Kitchen Sink to live-test modes and themes.