Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kodersha/yellow-typograph

Typograph extension for Yellow.
https://github.com/kodersha/yellow-typograph

cms datenstrom-yellow extension mdash typograph yellow

Last synced: about 2 months ago
JSON representation

Typograph extension for Yellow.

Awesome Lists containing this project

README

        

Typograph extension
===================
Typograph for [Yellow CMS](https://github.com/datenstrom/yellow).

Install
-------
Download [this extension](https://github.com/kodersha/yellow-typograph/archive/master.zip), put `zip` archive into your `system` folder.

To uninstall delete all plugin files.

Required
--------
[Blog](https://github.com/annaesvensson/yellow-blog) extension.

How use?
--------

Open `system\layouts\blog.html` file.

Replace:

```
yellow->page->getContentHtml() ?>
```

To:

```
= (new YellowTypograph())->applyTypograph($this->yellow->page->getContentHtml()); ?>
```

You can apply `typograph` in any text output location by analogy.

Used
-------
* **[Evgeny Muravjev Typograph](https://github.com/emuravjev/mdash)**.