wlwl2 / handlebars-hyperclick

A plugin for Atom's Hyperclick package to support Handlebars partials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handlebars Hyperclick

If I remember this correctly, this was made to fix @tmatek's fork.

A plugin for Atom's Hyperclick package to support Handlebars partials.

preview

This plugin will only work if partials are registered with the same name as their filename. Works well with express-handlebars and supports nested directories (clicking {{> foo/bar }} opens file partials-directory/foo/bar.handlebars).

By default, the current project root directory is used as the partials directory. You can change this by specifying "hbsPartialsDir": "./my-partials-dir" in package.json.

About

A plugin for Atom's Hyperclick package to support Handlebars partials.

License:MIT License


Languages

Language:JavaScript 100.0%