Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kodersha/yellow-typograph
- Owner: kodersha
- Created: 2023-08-17T19:16:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T08:14:11.000Z (over 1 year ago)
- Last Synced: 2023-08-20T09:23:12.304Z (over 1 year ago)
- Topics: cms, datenstrom-yellow, extension, mdash, typograph, yellow
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**.