Code Monkey home page Code Monkey logo

Comments (10)

Deesen avatar Deesen commented on July 19, 2024

Thanks for testing! I try to answer quick:

  • Insert link: This is strange, I have no clue. I need access to your demo then indeed.
  • The icon buttons/options: Yes you have the same templates (called themes) in Modx-configuration (below TinyMCE settings) available for CK4 like for Tiny3. And you can create your own themes easily. For that check the directory ckeditor4/themes. I commented almost every CK-parameter with link to official docs. The buttons-list you can find here http://ckeditor.com/comment/123266#comment-123266
  • Weird //: In plugin-code you pasted into manager remove the first line //<?php
  • Dropdown select different skins: You can select already each theme of directory ckeditor4/theme/ and each skin in ckeditor4/skin/ within Modx-configuration.
  • get all icon options/buttons: You need to set a different theme to modify toolbar in Modx-configuration. Default is "Full theme". You can also set theme to custom and use Modx-configurations "Custom-Toolbar-Params" to change toolbar (using the CK-Buttonslist above)
  • Its good when CKEditor is default: -> set it default in Modx-configuration

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024
  • I have given you access. If you have spare time you can have a look.
    I tried theme ModxRE but the same issue with the "Insert Link" popup.
  • Will have a look at custom editor, like to setup that myself (and keep that even after update)
  • The // are gone now after removing //<php?

oke to the others ;0

from ckeditor4-modx-evo.

Deesen avatar Deesen commented on July 19, 2024

Thanks for access!

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

Hmm, updated whole package but it seems to work with Chrome but FF it doesn't. No popup when clicking "Insert link" (I'm on WIN7 and FF 44.02)

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

Ah nevermind it works now, guess some cache issue :)

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

I really like the Link-list in TinyMCE.
Or the search in TinyMCE4.
linklist
search

*Some details: *
text isn't translated: You can also choose a ressource directly from Modx-tree.
(typo: resource and MODX-tree)

Modx-Internal needs to be MODX internal? and also be translated?

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

Ah I see that translation is already in the lang file. I will update that ! I have made a pull

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

Ah I see you can select internal link but its not showing any links. Is that a bug?
I can imagine clients don't understand it that good thow. It does help you can select resources but thats not working.

untitled-1

Maybe make a seperate option is better?

separate-option

I do starting to like this editor allot.

from ckeditor4-modx-evo.

Deesen avatar Deesen commented on July 19, 2024

I like the Revo-style link-search also a lot and I think its the best option. Will try to add this feature in future.

Reg. links: The linktype is given by CKEditor by default. "URL" means <a href="http://">, "interne link" means <a href="#anchor"> and email means <a href="mailto:">. If you choose anchor, there must be anchors already existing in content.

For internal links you need to leave "Protokoll" to "Interne MODX pagina", this avoids CKEditor prepending a / or anything else so the link will result just in [~1~], not in http://[~1~].

from ckeditor4-modx-evo.

fourroses666 avatar fourroses666 commented on July 19, 2024

Ah, yea Search like tinymce4 has would be nice.
Really need to have these links to keep working after moving a resource.

from ckeditor4-modx-evo.

Related Issues (2)

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.