Giter VIP home page Giter VIP logo

oc-wysiwyg-editors's People

Contributors

anand-patel avatar awaysoft avatar b0gok avatar exotickg1 avatar felixinx avatar gergo85 avatar grcote7 avatar jrumbut avatar mahony0 avatar sarahetter avatar serviushack avatar taviroquai avatar vojtasvoboda avatar wizu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

oc-wysiwyg-editors's Issues

can't add audio or video from mediamanager

I saw that you don't support audio and video from mediamanager.
I've tried to add the feature by editing the ocmediamanager plugin like this:
for (var i=0, len=items.length; i<len; i++) { if (items[i].documentType == 'audio') { editor.insertHtml('<audio src="' + items[i].publicUrl + '"controls />'); } else if (items[i].documentType == 'image') { editor.insertHtml('<img src="' + items[i].publicUrl + '" />', 'unfiltered_html'); } else { alert('The file "'+items[i].title+'" is not an image.') continue }
but still I don't get any audio file. i've tried adding following line to the config:
CKEDITOR.config.extraAllowedContent = 'audio';
but then i get following ย 
can you help me

Working with RainLab.Translate plugin

Hi! I have installed RainLab.Translate plugin. It allows me to switch field language with special selector, for example in blog content editor. When I enable any custom editor I can't select the language any more. If there is any solution to return language selector for this custom editors?

plugin doesn't work

no editor appears and console says:
[Error] ReferenceError: Can't find variable: tinymce
(anonyme Funktion) (undefined, line 2)
j (jquery.min.js, line 2)
add (jquery.min.js, line 2)
ready (jquery.min.js, line 2)

Dead ?

Seems dead... Any active fork ?

Conflict with Media Manager

Using this plugin with the latest build (251), most editors (except for "October's Rich Editor") are causing errors when viewing CMS pages in the backend. This seems to be due to the introduction of Media Manager, which is now built into October CMS by default - the other editors may not have functionality to show the Media Manager links.

This image below shows what it looks like when a CMS page is initially opened - this example has the CKEditor selected. When using the October's Rich Editor it shows properly.

screen shot 2015-04-29 at 11 17 21

Upload of images/files fails

Whenever I want to upload an image elFinder fails to upload. It can not find the correct folder to upload the files too.

I've tried to add the "uploads/public" folder to the directory but that does;t work.

Error in ElFidner2.0:

"Invalid Backend Configuration.
Readable Volumes not available"

Update:
Had to manually add the uploads folder to storage/app

What about the preview mode ?

In preview mode in the backend, the editor is still appearing and it shouldnt - only the rendered html should appear

Not working with Rainlab.Blog plugin

Using Rainlab.Blog 1.2.2 and Wysiwyg Editors 1.2.4.
In the settings screen I switch on for Rainlab Blog, all other settings are default (so TinyMCE is selected editor).

Clicking main blog icon and selecting a blog entry to edit and there is no change to default - it is still using the Redactor editor.

Font Color

Hi first of all thanks to create this awesome plugin, is very usefull to edit content blocks

Is posible to add a Font Color to Redactor editor ?

Disable Markup

Hi,
I was just wondering if there was a way to disable the markup on txt files, or any files in fact.

Thanks in advance

Multilanguage in elFinder

  • Load the current language file from public/js/i18n/.
  • Translate the name of root folder ("public") in settings file.

Incompatible with RainLab Static Pages Snippets

Using any Wysiwyg editor with the Rain Lab Static Pages content caused the snippet functionality in the back end to no longer work.

How to replicate:

  1. Have an October CMS install with RainLab.Pages plugin and AnandPatel.WysiwygEditors plugin installed.
  2. Create any static page and snippet.
  3. In Backend > Settings > Configure Wysiwyg Editor Preferences: Select any editor and enable the "Use for RainLab Static Pages?" option.
  4. Go to Backend > Pages: select any page you have created and attempt to add a Snippet into the content.
  5. Error message pop up "Snippets can only be added to page Content or HTML Placeholders"

WYSIWYG editors just not working

I have radiantweb problog installed and I have enabled october rich editor and turned this plugin "on" for problog and it is literally doing nothing, hell a version ago it was crashing my site.
I am using vr1.2.2.

RainLab's Blog Text Not Saving When WYSIWYG Editor is Enabled

RainLab's Blog has two panels when editing or creating a blog post: one for the raw text and the other for the formatted text. As you type the raw text, it formats the text in the preview pane as it would appear when viewing the blog post on the website.

However, when enabling any WYSIWYG editor for RainLab's Blog plugin, it no longer generates the formatted text. Instead, it saves the formatted content in the raw entry field. Here is RainLab's blog post table definition:

rainlab_blog_posts

  • id
  • user_id
  • title
  • slug
  • excerpt
  • content
  • content_html
  • published_at
  • published

The raw text should be saved in the content field and the formatted text in the content_html field.

I personally do not care too much about having the preview pane open while I'm typing. However, upon saving, it should save the formatted text in the content_html field instead of in the content entry field.

Thank you for considering.

Rainlab Blog HTML Content does not update with WYSIWYG editor.

When using the latest build of October CMS (Stable release) and the latest version of the Blog plugin in conjunction with the Wysiwyg Editors plugin, when updating a Blog Post, the rainlab_blog_posts.content column updates, but the rainlab_blog_posts.content_html column does not.

Drag and drop components not working

Is there a way keep the drag and drop functionality for components working in CMS?

That is a really important feature to me, but it doesn't seem to work when an editor is active.

Only October's Rich Editor loads

I'm new to OctoberCMS and trying out your plugin to add WYSIWYG fields but it seems only the Rich Editor works. With the others I get errors in the console like:

Uncaught TypeError: $(...).editable is not a function
Uncaught TypeError: $(...).ckeditor is not a function

I'm only trying to use it for Pages at the moment and all I've done is install the plugin then udpate its settings. Is there something I'm supposed to do?

Froala WYSIWYG-editor isn't free (anymore)

I just installed your WYSIWYG-editor plugin in OctoberCMS, but I can't seem to use Froala, as it's an unpaid version which is distributed. As it's an unpaid version, the save button isn't available, so nothing can't be saved, at all.

Disable editor for text content

Hey!

Can we disable editors for cms/static pages' text content (.txt)? CkEditor adds up html markup and twig striptags filter doesn't work on {% content %}.

FatalErrorException [Build 230]

Hello,

I get the following Exception with the newest build if I install the plugin:

[2015-03-19 10:04:25] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Support\Facades\Artisan::call()' in /var/www/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:210
Stack trace:
#0 {main}

Froala Editor License

We have a license for FroalaEditor but cant seem to place the JS in any place that its recognised? Where should the license key go?

Public folder not present

Hi,

I've installed the latest version in my clean October CMS installation and it asks for some JS and CSS files from public folder. There is none, however.

screen shot 2015-03-17 at 09 39 33

screen shot 2015-03-17 at 09 37 51

Any clues?

Save option in CKEditor

Hi

If click on save button in CKEditor - you lost of changes of the content.

May be i write simple hook for CKEditor for correctly saving a page with "save" option in CKEditor?

Do you speak in russian?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.