All Projects → Samuell1 → contenteditor-plugin

Samuell1 / contenteditor-plugin

Licence: MIT License
Edit your content in page - plugin for OctoberCMS

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to contenteditor-plugin

oc-gdpr-plugin
October CMS plugin to make websites GDPR and ePrivacy compliant
Stars: ✭ 32 (+0%)
Mutual labels:  octobercms, octobercms-plugin
oc-site-search-plugin
Adds global search capabilities to October CMS.
Stars: ✭ 39 (+21.88%)
Mutual labels:  octobercms, octobercms-plugin
oc-responsive-images-plugin
Adds reponsive images capabilities to October CMS
Stars: ✭ 37 (+15.63%)
Mutual labels:  octobercms, octobercms-plugin
oc-speedy-plugin
Website optimization plugin for October CMS
Stars: ✭ 18 (-43.75%)
Mutual labels:  octobercms, octobercms-plugin
octobercms-backendskin
Backend Skin Plugin For OctoberCms
Stars: ✭ 21 (-34.37%)
Mutual labels:  octobercms, octobercms-plugin
oc-api-plugin
Tools for building RESTful HTTP + JSON APIs for OctoberCMS.
Stars: ✭ 28 (-12.5%)
Mutual labels:  octobercms, octobercms-plugin
oc-sortablerelations-plugin
Adds drag and drop sorting functionality to the view list of the relations controller in October CMS
Stars: ✭ 16 (-50%)
Mutual labels:  octobercms, octobercms-plugin
oc-backup-plugin
Backup system for October CMS
Stars: ✭ 18 (-43.75%)
Mutual labels:  octobercms, octobercms-plugin
content
Synced content from our gitbook site.
Stars: ✭ 37 (+15.63%)
Mutual labels:  content
gui-demo
Content Blockchain Desktop Application
Stars: ✭ 29 (-9.37%)
Mutual labels:  content
dynamicpdf-plugin
https://octobercms.com/plugin/renatio-dynamicpdf
Stars: ✭ 26 (-18.75%)
Mutual labels:  octobercms-plugin
Gutenberg
Gutenberg for October CMS
Stars: ✭ 52 (+62.5%)
Mutual labels:  octobercms-plugin
charles-rest
Github chatbot and web-content indexer/searcher
Stars: ✭ 24 (-25%)
Mutual labels:  content
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-40.62%)
Mutual labels:  content
solidus static content
📄 Content management for your Solidus store.
Stars: ✭ 18 (-43.75%)
Mutual labels:  content
octobercms-juicy-theme
Clean, simple and responsive landing page build on Vue.js with backend editing
Stars: ✭ 20 (-37.5%)
Mutual labels:  octobercms
oc-good-news-plugin
📰 News (blogging) plugin for October CMS
Stars: ✭ 23 (-28.12%)
Mutual labels:  octobercms
SimpleOfficeReader
A simple office file reader can extract content and summary information from .doc,.docx,.ppt,.pptx files without Microsoft Office or interop.
Stars: ✭ 54 (+68.75%)
Mutual labels:  content
couchdb-mango
Mirror of Apache CouchDB Mango
Stars: ✭ 34 (+6.25%)
Mutual labels:  content
overflow-news
📚 Don't waste time searching for good dev blog posts. Get the latest news here.
Stars: ✭ 32 (+0%)
Mutual labels:  content

Content Editor for OctoberCMS Content Editor for OctoberCMS

Edit content from front-end.

http://octobercms.com/plugin/samuell-contenteditor

How to use it? It`s simple.

  • Drop the Content Editor component to a CMS page.
  • Check if you have {% framework %} and {% scripts %} inside layout for working ajax requests and {% styles %} for additional css
  • Use this code in your page code and link the editor to a content file or set name to autocreate new file

Simple example:

{% component 'contenteditor' file="filename_in_content.htm" %}
Properties
  • file - Content block filename to edit, optional. If doesnt exists it will autocreate
  • fixture - Fixed name for content block, useful for inline texts (headers, spans...)
  • tools - List of enabled tools, comma separated (for all default tools use * or leave empty to get all tools defined in settings of Content Editor)
  • class - Class for element, mostly useful for fixtures

Example:

{% component 'contenteditor' file="filename_in_content.htm" fixture="h3" tools="bold,italic" class="my-class" %}
Tools list
  • bold => Bold (b)
  • italic => Italic (i)
  • link => Link (a)
  • small => Small (small)
  • align-left => Align left
  • align-center => Align center
  • align-right => Align right
  • heading => Heading (h1)
  • subheading => Subheading (h2)
  • subheading3 => Subheading3 (h3)
  • subheading4 => Subheading4 (h4)
  • subheading5 => Subheading5 (h5)
  • paragraph => Paragraph (p)
  • unordered-list => Unordered list (ul)
  • ordered-list => Ordered list (ol)
  • table => Table
  • indent => Indent
  • unindent => Unindent
  • line-break => Line-break (br)
  • image => Image upload
  • video => Video
  • preformatted => Preformatted (pre)

Inspired by Editable plugin and using Content tools editor http://getcontenttools.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].