codex icon indicating copy to clipboard operation
codex copied to clipboard

Static site and documentation generator. Markdown for content. Jade/stylus for templates.

Results 11 codex issues
Sort by recently updated
recently updated
newest added

If a code snippet chooses a language highlight.js doesn't know about, highlight.js just explodes. Codex should test for unknown languages and default to text. Patch coming in a sec. Dave

Embedded HTML tokens get tagged with the language `'html'` by marked, but highlight.js uses `'xml'` for highlighting HTML. One-line fix coming... Dave

It'd be so sweet to automatically infer smart quotes and turn them into curly quotes in the generated HTML. Dave

The fact that codex lets me have nested directories is the killer feature I need for the TC39 wiki, which many other static site generators (like Jekyll) don't seem to...

feature

The assets directory generates a 'public' directory. It would be great if that could be configured with a custom name, or even configured just to go to the root directory....

When an .md file has improperly indented headers it seems to crash the JS code and report an internal error. For example, running codex on a project with a file...

When emacs creates auto-save files like `.#index.md`, the watcher picks them up immediately and "build" tries to convert them. It would be useful to allow an `ignore` option to specify...

I've been poking around at the default templates and using introspection like #{Object.keys(file)} to find out what built-in template variables are available for the layout files, but it'd be great...