Lektor Plugin for TinyMCE Text Editor use.
Project description
lektor-tinymce
Lektor plugin for editing with the TinyMCE text editor.
Installation
Install the plugin from pypi with one of the standard ways.
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(), 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lektor_tinymce-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e65d6f8dd65936890cf26288d4483afc67f7f2374fd6e8125f7310b68de29b71 |
|
MD5 | 0ce8b8a821c405d0773eb307e8e0c61d |
|
BLAKE2b-256 | f7ed222fd19e7030c7dc5440f2c88e9d96a58ef67109d954ef8337362e3cf292 |