lektor-tinymce


Namelektor-tinymce JSON
Version 0.5 PyPI version JSON
download
home_page
SummaryLektor Plugin for TinyMCE Text Editor use.
upload_time2024-02-16 08:48:23
maintainer
docs_urlNone
authorGrigory Vartanyan
requires_python
licenseMIT
keywords lektor plugin tinymce rich-text editor wysiwyg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lektor-tinymce
Lektor plugin for editing with the [TinyMCE text editor](https://www.tiny.cloud/features).

## Installation
Install the plugin from pypi with one of the [standard ways](https://www.getlektor.com/docs/plugins/).

## Compatibility
This plugin uses non-api mechanisms in Lektor/Flask to inject its own code into admin jinja template.
Due to frequent change in Lektor admin backend code, each version of this plugin shall most likely be compatible with specific version of Lektor.
Currently it is compatible with Lektor [3.3.6](https://github.com/lektor/lektor/releases/tag/v3.3.6)

## API key
To add an API key, create the file `configs/tinymce.ini` in your lektor project folder with the following contents:

    [licence]
    api-key = 'YOUR_API_KEY_HERE'

## Tiny MCE setting
To pass additional arguments (such as a list of plugins) into [tinymce.init()](https://www.tiny.cloud/docs/configure/integration-and-setup/), just add the following contents to the file `configs/tinymce.ini` in your lektor project folder:
    [config]
    settings = 'YOUR_SETTINGS'

Here is the example of the settings string:
    [config]
    settings = "plugins: 'image link lists autoresize table', image_advtab: true,"

Note that this string is passed directly into tinymce.init(), so it must follow the given format.
Some plugins, such as image upload, may not be fully integrated with lektor by default.
## License
The plugin is distributed under the MIT license

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lektor-tinymce",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "lektor,plugin,tinymce,rich-text,editor,wysiwyg",
    "author": "Grigory Vartanyan",
    "author_email": "gvartanyan@spherical.pm",
    "download_url": "",
    "platform": null,
    "description": "# lektor-tinymce\nLektor plugin for editing with the [TinyMCE text editor](https://www.tiny.cloud/features).\n\n## Installation\nInstall the plugin from pypi with one of the [standard ways](https://www.getlektor.com/docs/plugins/).\n\n## Compatibility\nThis plugin uses non-api mechanisms in Lektor/Flask to inject its own code into admin jinja template.\nDue to frequent change in Lektor admin backend code, each version of this plugin shall most likely be compatible with specific version of Lektor.\nCurrently it is compatible with Lektor [3.3.6](https://github.com/lektor/lektor/releases/tag/v3.3.6)\n\n## API key\nTo add an API key, create the file `configs/tinymce.ini` in your lektor project folder with the following contents:\n\n    [licence]\n    api-key = 'YOUR_API_KEY_HERE'\n\n## Tiny MCE setting\nTo pass additional arguments (such as a list of plugins) into [tinymce.init()](https://www.tiny.cloud/docs/configure/integration-and-setup/), just add the following contents to the file `configs/tinymce.ini` in your lektor project folder:\n    [config]\n    settings = 'YOUR_SETTINGS'\n\nHere is the example of the settings string:\n    [config]\n    settings = \"plugins: 'image link lists autoresize table', image_advtab: true,\"\n\nNote that this string is passed directly into tinymce.init(), so it must follow the given format.\nSome plugins, such as image upload, may not be fully integrated with lektor by default.\n## License\nThe plugin is distributed under the MIT license\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Lektor Plugin for TinyMCE Text Editor use.",
    "version": "0.5",
    "project_urls": null,
    "split_keywords": [
        "lektor",
        "plugin",
        "tinymce",
        "rich-text",
        "editor",
        "wysiwyg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3292942726bcf30c347362d095ae8b86e29c3af0e0341aeed578dbaff9b21ca2",
                "md5": "860b82c18e928cc81c472547f99537d9",
                "sha256": "767acffe740b58e787504fc8b90aac530b4bb9ad930e90ac9eaf7ff45056ff85"
            },
            "downloads": -1,
            "filename": "lektor_tinymce-0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "860b82c18e928cc81c472547f99537d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4373,
            "upload_time": "2024-02-16T08:48:23",
            "upload_time_iso_8601": "2024-02-16T08:48:23.748633Z",
            "url": "https://files.pythonhosted.org/packages/32/92/942726bcf30c347362d095ae8b86e29c3af0e0341aeed578dbaff9b21ca2/lektor_tinymce-0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 08:48:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lektor-tinymce"
}
        
Elapsed time: 0.18344s