Metadata-Version: 2.0
Name: lektor-embed-x
Version: 0.1.2
Summary: Enables embedding of web-contents from popular sites in MarkDown(*.md) on Lektor CMS
Home-page: https://github.com/kmonsoor/lektor-embed-x
Author: Khaled Monsoor
Author-email: k@kmonsoor.com
License: MIT
Keywords: lektor,embed,html,javascript,embeddable,code generation,from url
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: embedx

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://kmonsoor.mit-license.org/)
[![PyPI version](https://badge.fury.io/py/lektor-embed-x.svg)](https://badge.fury.io/py/lektor-embed-x)
[![Code Issues](https://www.quantifiedcode.com/api/v1/project/20f6049179e340a595a90edb5bb4ffd6/badge.svg)](https://www.quantifiedcode.com/app/project/20f6049179e340a595a90edb5bb4ffd6)

# lektor-embed-x
Enables simple embedding of web-contents from popular sites in MarkDown(*.md) pages generated by Lektor CMS.

**Current Status**: **Alpha**.  
Minimally works for limited number of content providers. Active development is ongoing.


# Setup
## Simple way

    $ cd path/to/lektor/project_folder
    $ lektor plugins add lektor-embed-x
    Package lektor-embed-x (0.1.2) was added to the project


## Geek way

    $ cd path/to/lektor/project_folder
    $ cd ./packages
    $ git clone https://github.com/kmonsoor/lektor-embed-x.git

Then add this line to your_lektor_project..lektorproject file's `[packages]` section.

    lektor-embed-x = 0.1.2

Then, remember to flash the plugin-cache of `Lektor`. Just in case.

    $ lektor plugins flush-cache

## Usage

You need nothing explicit to enable the embedding in [MarkDown](https://daringfireball.net/projects/markdown/syntax) formatted text on Lektor.
If the content link is supported by [embedX project](https://github.com/kmonsoor/embedX), the content link will automatically expanded to become embedded staff.

For example, check out this page. // TODO



-----------
**Copyright:** (c) 2016 Khaled Monsoor <k@kmonsoor.com>

Distributed under **The MIT License**.  [Click for license details](http://kmonsoor.mit-license.org/).


