Features
- the widget for the dashboard (you can create a post right after login to the backend);
- the automatic creation of a post title;
- the automatic creation of categories.
Post title
The plugin supports the automatic creation of a post title. The post title is composed of the first few words of the post and a ellipsis. A word is a sequence of letters, digits and hyphens. The exact number of words in the post title is regulated (Post title length
property of the widget).
Categories
The plugin supports the automatic creation of categories. For this categories marks should be placed in the text of the post. A category mark consists of the @
sign and the name of the category, for example: @example
.
The plugin has four types of the processing of categories marks (Category processing
property of the widget):
None
— categories aren't created and marks aren't change;Remove
— categories are created, the post added to these categories and marks are removed;Save name
— categories are created, the post added to these categories and marks are transformed to categories names (removed the@
sign);Add link
— categories are created, the post added to these categories and marks are transformed to links to categories pages.
The link to the category page is created on the basis of the specified template (Category URL template
property of the widget). This template must contain the :mark
mark. It will be replaced by the category slug. The example of the template: /tag/:slug
.
Available widgets
- PostEditor.
Available languages
- en — English;
- ru — Russian.
Requirements
- RainLab Blog plugin.
License
The MIT License (MIT)
Copyright © 2016 thewizardplusplus
PostEditor
The widget has the following properties:
Post title length
— the length of the post title in words (default value:5
);Category processing
— the type of the processing of categories marks (default value:Add link
);Category URL template
— the template of the link to the category page (default value:/tag/:slug
).
-
Frederick Sandalo
Found the plugin not useful on 25 Jan, 2017
I tried installing this and somehow I cant find it. Unlike DT WorldClock. Upon inspection of my directories using "git status", there is an untracked folder "plugins/thewizardplusplus/"
-
1.0.0 |
First version. Jan 27, 2016 |
---|